I'm wondering if anyone can help me. I'm getting validation errors where I'm told I'm trying to open a div inside a paragrpah.
I'm closing the paragrpah before I open the div but for some reason the validator doesn't see the closing p tag ans when I view source, the browser doesn't see it.
It's quite definatly in the code.
That is my code but the closing p tag after the closing a tag goes missing. It does it more than once.
I'm closing the paragrpah before I open the div but for some reason the validator doesn't see the closing p tag ans when I view source, the browser doesn't see it.
It's quite definatly in the code.
Code:
<div class="[I]my class[/I]"> <p style="text-align: center;"> <br /> <a href="javascript:void(0)" onclick = "[I]my script[/I]"> <img width="225" height="228" src="[I]my image[/I]" alt="" /> </a></p> <div style="position: fixed; top:50px; left: 25%;">[I]My content[/I]</div></div>
Comment