Announcement

Collapse
No announcement yet.

Anchor request

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Anchor request

    One of the things my inventory program does is look at a characters various skill levels (as downloaded from EQPlayers.com) and checks to see if they have the corresponding trophy for their particular level. If they don't I include a little note indicating they don't have their trophy and provide a link to yall's article page describing the steps necessary to get the trophy.

    Right now, it just links to the page itself. I would like to be able to have it link the the section of the page that lists the steps for whatever level of trophy they need (be it beginner, apprentice, or whatever). Would it be possible to add html anchors to those section headers?

    What I'm asking for is to change the line in the html file from
    Code:
    <p><b>Beginner Baker Test</b></p>
    to
    Code:
    <p><b><a name="beginner">Beginner Baker Test</a></b></p>
    -- Mewkus: 2100 dings on the server formerly known as Solusek Ro
    try: Inventory/Flags/Spells tracker program - (sample output)
Working...
X