Hi,
I am not sure what to do about this, the following is my code:
Now HTML 4.01 validation says the following:
Error: element "OL" not allowed here; possible cause is an inline element containing a block-level element
Any suggestions on how to get around it?
Cheers
James
I am not sure what to do about this, the following is my code:
Code:
<span id="Info" style="position:relative; left:-20px; height: 100px; top:0px; z-index:2">
<ol>
<li style="list-style-type: none;">For more information e-mail Me@me.com</li>
<li style="list-style-type: none;">Page maintained by <a href="mailto:Tech@support.me">Myself</a> </li>
</ol>
</span>
Now HTML 4.01 validation says the following:
Error: element "OL" not allowed here; possible cause is an inline element containing a block-level element
Any suggestions on how to get around it?
Cheers
James