Hi,
In my page I am using <ol> and inside of that <li>. In this <li> tag i have 5 lines of content and middle of this(3rd line) I have a hyper line for one of the word. When we click on this hyper link, before loading the linked page, my entire content of this list item is getting off (disappearing). But other than this list item contents are stable. Could you please help me to solve this?
In my page I am using <ol> and inside of that <li>. In this <li> tag i have 5 lines of content and middle of this(3rd line) I have a hyper line for one of the word. When we click on this hyper link, before loading the linked page, my entire content of this list item is getting off (disappearing). But other than this list item contents are stable. Could you please help me to solve this?
Code:
<ol>
<li> fine list item>
<li> This word also getting off.
but my hyper link word is next line.
the prolematic line <a href="www.asp.net">HERE</a>
But, when we click on this byper link, this entire block is getting off (these five lines).
please help me to solve this.
</li>
<li> Thanks in advance.</li>
</ol>
Comment