Page is a not externally linkable
ryanmarks - 10:32 pm on Apr 25, 2012 (gmt 0)
I am having issues with CSS and text decoration within an a tag, div tag, and ul tag. Here is the code: <a href="index.htm">
<div class="lb">
<ul>Home</ul>
</div>
</a>
Ive tried everything to remove the text decoration for the link. Maybe my CSS syntax is wrong. Can anyone help? Thanks.