Forum Moderators: Robert Charlton & goodroi
to...
<div id="left_col">
<u>
<li><a href=".widgets.com/">Home</a></li></u>
<li><a href="xyz.widgets.com/green.html">RedWidgets</a></li>
ditto ditto
Not sure if I have copied the coding exactly... but hopefully you get the idea. Essentially to change the current so that they are in a 'list' format. There are 90+ links. Bottom line is that I have pages that are ranking quite well and I don't want to upset the apple cart!
I notice in the example from mrMister that there is only 1 open <ul> but 2 closing </ul> is that correct?
[edited by: Gemini23 at 10:43 am (utc) on April 24, 2009]
Per example, in HTML 4.01 Transitional you do not need to close the <li> (some others elements are also allowed to not be closed).
I'm a fan of validating the HTML, but I still use this option on some sites (remove the </li>, per example) to make the page weight less (I'm a fan of speed and yes, I also remove extra carriage returns, extra black spaces...)