Other details
concerning this template listed below.
When adding more links to the left navigational area, make
sure that the linked cell (onmouseup) matches the linked
text as well. For instance:
<td width="100%" onMouseover="LmOver(this,
'#A0A0A0')" onMouseout="LmOut(this, '#B1B1B1')"
onMouseDown="LmDown(this, '#A0A0A0')" onMouseUp="LmUp('link1.htm')"
bgcolor="#B1B1B1">
<A HREF="link1.htm" Class="link">
If this is not done correctly, the linked cell and the text
link will target different URLs, dependent upon where your
users click.
For normal text include class="text" in the font
tag.
For small text include class="text2" in the font
tag.
|