 |
Results from the most recent live auction are here.
22 members in the live chat room. Join Chat!
| |
01-18-2007, 10:04 PM
|
· #1 | | NamePros Regular Join Date: Feb 2006
Posts: 584
NP$: 360.00 ( Donate)
| Question on glossary section of my site... Im going to add a glossary to one of my sites with a huge listing of terms used in the website. Wherever the term appears, i want to link it to go to the glossary page to better describe/define it. However, I need to make it go to the exact part of the page where the term appears, and not just the top of the glossary page itself.
can anyone help with the code for this?
im guessing its something along the lines of adding the term to the link code and telling it to "find" that keyword on the glossary page, but not sure how to code it.
REp gladly added for some help. |
| |
01-18-2007, 11:24 PM
|
· #2 | | Senior Member Join Date: Dec 2006
Posts: 3,569
NP$: 4440.00 ( Donate)
| this should be an easy fix in html...
in the text put Code: <a href="http://www.yoursite.com/glossary.htm#word99">word99</a>
and on the glossary page, where it says word99 put Code: <a name ="word99">Word99</a>
__________________ - shockie |
| |
01-19-2007, 12:54 AM
|
· #3 | | NamePros Regular Join Date: Feb 2006
Posts: 584
NP$: 360.00 ( Donate)
| cool - thanks shockie
ill have to try this tomorrow
tried to add rep, but it appears i have recently given you some and it won't allow me to now. won't forget your help though. |
| |
01-19-2007, 10:30 AM
|
· #4 | | Senior Member Join Date: Dec 2006
Posts: 3,569
NP$: 4440.00 ( Donate)
|  thanks anyway
__________________ - shockie |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |