Can anyone please tell me if this code is compliant?
<td>
<div style="margin-left: 60px">
Some text here
</div>
</td>
Thanks.
| SitePoint Sponsor |
Can anyone please tell me if this code is compliant?
<td>
<div style="margin-left: 60px">
Some text here
</div>
</td>
Thanks.


I think that it is. If you want to check for yourself, put the code into an HTML file and run it through the W3C validator.





yes! its definitely compliant. no vlaidators required.
its like the <blockquote> for html =)
"Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world."
-- Albert Einstein
Yup, totally fine as of newest validator (checked for ya just in case).
Thanks for the replies!
Bookmarks