I think a problem with sytax
I am trying to add some padding to the text and a margin to an image inside a division and it doesn't work
The P tag also includes an id for a bookmark
What is wrong with this ?
<p style="text-align:left"; padding-left:10px; id="comp";>
<img src="../images/comp.jpg" alt="Comp shingles" style="float: left; width: 112px; height: 69px; margin: 10px;">
Re: I think a problem with sytax
Run it through the W3C Markup Validation Service and all will be revealed!
Re: I think a problem with sytax