Tue, 2010-03-16 11:20
Sorry, completely got my last thread wrong...
How do I get this code:
<tr><td><center> <style type="text/css"> ul#navbar { list-style-type:none; margin:0; padding:0; } a:link,a:visited { display:block; font-weight:bold; color:#800000; background-color:#ffff66; width:215px; text-align:center; padding:6px; text-decoration:none; text-transform:uppercase; } a:hover,a:active { background-color:#ffee66; } </style> <ul id=navbar> <BR><BR><li><a href="#home">Home</a></li><BR><BR> <li><a href="#news">Sound Clips</a></li><BR><BR> <li><a href="#contact">Pictures</a></li><BR><BR> <li><a href="#about">Videos</a></li><BR><BR> <li><a href="#events">Events</a></li><BR><BR> </ul> </center></td>
To not interfere with this code:
<tr><td colspan="2"> <style type="text/css"> ul#footer { list-style-type:none; margin:0; padding:0; padding-top:6px; padding-bottom:6px; } li { display:inline; } a:link,a:visited { font-weight:bold; color:#800000; background-color:#ffff66; text-align:center; padding:6px; text-decoration:none; text-transform:uppercase; } a:hover,a:active { background-color:#cccc66; } </style> <ul id=footer> <li><a href="#home">Home</a></li> <li><a href="#news">Sound Clips</a></li> <li><a href="#contact">Pictures</a></li> <li><a href="#about">Videos</a></li> <li><a href="#events">Events</a></li> </ul> </td></tr>
Tue, 2010-03-16 13:01
#1
What are you talking about?
What are you talking about? Can you be more specific as to what the problem is? provide us with ALL your html and css or provide a link.
Tue, 2010-03-16 13:04
#2
May as well validate as well.
May as well validate as well.
Tue, 2010-03-16 16:28
#3
And add more specific
And add more specific selectors to your css.


