Forum : how to give link to UL
Brief description  about Online courses   join in Online courses
View papaiah  ikkurthi 's Profile

how to give link to UL

Hi sir,
I have created one div in left side in that i have given some un-order list(UL). here i am trying to give link to that particular (ul) but i am unable to develop. as well as it showing some error message in dream viewer like type="square" is not valid.....how to give link to that ul

< ul>
<li type="square" class="p2">Protection Plans</li>
<li type="square" class="p2">Childrens Plans</li>
<li type="square" class="p2">Retairment Plans</li>
<li type="square" class="p2">Saving and Investment</li>
<li type="square" class="p2">Retairment Plans</li>
</ul>
Asked by papaiah ikkurthi | Dec 25, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi
Use this code and try in # place give your page link ex: test.html

<ul>
<li type="square" class="p2"> <a href="test.html"> Protection Plans </a> </li>
<li type="square" class="p2"> <a href="#"> Childrens Plans </a> </li>
<li type="square" class="p2"> <a href="#"> Retairment Plans </a> </li>
<li type="square" class="p2"> <a href="#"> Saving and Investment </a> </li>
<li type="square" class="p2"> <a href="#"> Retairment Plans </a> </li>
</ul>

Regards
Dec 26, 2010