Hi
I am trying to remove the space that shows up before the <ul>
here is the code/html tag
I am not using and css for the ul or li. i do have some css for the table and td which the text is inside. I have attached the output of this code. want to remove the space where I have an arrow in the picture.
I am trying to remove the space that shows up before the <ul>
here is the code/html tag
Code:
Read and Accept the USE AGREEMENT
<ul>
<li>
"Accept" to continue to sign-in.
</li>
<li>
"Decline" to return to NIPR web page.
</li>
</ul>
I am not using and css for the ul or li. i do have some css for the table and td which the text is inside. I have attached the output of this code. want to remove the space where I have an arrow in the picture.