Make Lists Clickable



You can make lists clickable at any point using:
<<>a href="http://url of the page you want to go to here">Line of text to click on here.<<>/a>



Example Below

In the following example, I have used a definition list, to show how a list can be made clickable. If the heading is used to click on, perhaps it would go to a page discussing all the other things on the list. If an item is made clickable, perhaps just that item would be discussed. See below.



Term 1 to be defined.
Term 1 information.
Term 2 to be defined.
Term 2 information.


Notice in the code below, the placement of the <<>a href= that begins the link as well as that of the <<>/a> that defines where the cursor will wrap around the text to link.

<<>dl> <<>dt><<>a href="http://url of term here">Term 1 to be defined.<<>/a> <<>/dt> <<>dd><<>a href="http://url of heading discussion page here">Term 1 information.<<>/a> <<>/dd> <<>dt><<>a href="http://urlof page to discuss term here">Term 2 to be defined.<<>/a> <<>/dt> <<>dd><<>a href="http://url of page here">Term 2 information.<<>/a> <<>/dd> <<>/dl>