thulasi
04-16-2007, 05:25 AM
i strated designing a sitemap using html. i used <ul>, <li> & <ol> for listing
properly, but the problem is how can i put a link to items inside in the <ol> tag? I use like this..Underline not coming, link is going, pls help me.....
<ul>
<li><A href="http:///new/about.htm" target="_blank"><span class="menu3">About Us</span></A></li>
<li><A href="http:///new/contact.htm" target="_blank"><span class="menu3">Contact Us</span></A> </li>
<li class="menu3">Strategic Initiatives
<A href="http:///new/contact.htm" target="_blank"><ol class="menu3">> fdfgdfg
</ol></A>
<br>
<ol class="menu3">> dfgdfgf
</ol>
</li></ul>
properly, but the problem is how can i put a link to items inside in the <ol> tag? I use like this..Underline not coming, link is going, pls help me.....
<ul>
<li><A href="http:///new/about.htm" target="_blank"><span class="menu3">About Us</span></A></li>
<li><A href="http:///new/contact.htm" target="_blank"><span class="menu3">Contact Us</span></A> </li>
<li class="menu3">Strategic Initiatives
<A href="http:///new/contact.htm" target="_blank"><ol class="menu3">> fdfgdfg
</ol></A>
<br>
<ol class="menu3">> dfgdfgf
</ol>
</li></ul>