I find that normally using font color works but unlike text, the verical pipes between menu items remain uneffected. is there a trick to using color for symbols?
I've experimented with a number of different arrangements of HTML (All placing the horizontal menu bar within a single row within a table. Most recently I tried using <SPAN STYLE> ie.
<table width= 80%" border ="0"><tr>
<td height="16" align="center" width="685" bgcolor="#666666" <span style="font-color:white":font-family:Arial">
<a href="wildthings.htm" title="Wild Things" class="nav"> WILD THINGS </a> | <a href="bloominthings.htm" title="Bloomin Things" class="nav"> BLOOMIN THINGS </a> | <a href="wimgedthings.htm" title="Winged Things" class="nav"> WINGED THINGS </a> | <a href="swimmers.htm" title="Swimmers" class="nav"> SWIMMERS </a> | <a href="murals.htm" title="Murals" class="nav"> MURALS </a> | <a href=" wildhairs.htm" title="Wild Hairs" class="nav"> WILD HAIRS </a> </span> </td>
</tr></table>
Any tips for making my "|"s white too?
