Hi,
I want to remove th |_ characters from my navigation and edit the code to read more like an XHTML list for example:
<ul>
<li><a href =""></a></li>
<li><a href =""></a></li>
<li><a href =""></a></li>
<li><a href =""></a></li>
</ul>
rather than the current links and break tags method.
How would I go about doing this? Which file?
Have already searched in the developer toolkit with no luck.



