|
||||||
| HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
Howdy!
So, I've finally added a Glossary to PC101... http://www.pc101.com/index.php?page=glossary but I don't know how to link (cross reference) the words on bold. For example, the first word applet has three words in its definition that are also in bold... ActiveX, Java and web. Bold is to mean that word is also defined elsewhere in the glossary. SO, I want to add a link that will take you to that word elsewhere in the glossary. How do I do this?? Thanks! Lyte |
| Sponsored Links |
|
|
|
|||
|
Notwithstanding the fact that I didn't see "ActiveX" in the glossary, you want to use Anchor tags. The easiest way to do it would be:
Code:
<dt id="applet"><b>applet</b> <dd>...<a href="#ActiveX">ActiveX</a> or <a href="#Java">Java</a>-enabled <a href="#web">web</a> browser. <dt id="Java"><b>Java</b> <dd>...applications (<a href="#applet">applets</a>) Code:
<a name="anchorTag">AnchorText</a> Last edited by brackett; 09-20-2006 at 09:56 AM. |
|
|||||
|
See this post:-
http://forum.codecall.net/html-xhtml...arts-page.html Its like yours but instead this is that famous "go to the top" its the same concept!! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bottom of the page? | Vojkan | HTML Programming | 10 | 11-25-2007 12:01 AM |
| Dictonary Program | programmer 101 | Java Help | 9 | 07-01-2007 02:39 PM |
| how to refresh a page? | :-[yc]-: | Java Help | 2 | 05-30-2007 08:47 AM |
| Need help w/ word count program (ASAP) | siren | C and C++ | 1 | 04-23-2007 09:14 AM |
| Question: Link to parts of a page | skilletsteve | HTML Programming | 3 | 08-29-2006 04:15 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 100%