Is it ok to use cellpadding="2" cellspacing="2"
in <table>
? Or are these not recommended by W3C and not right according to web standards?
What are alternatives in CSS?
Update: and is it also ok to use <td align="right" valign="top">
?
My question is in terms of separation of content and presentation and W3C recommendations.
Update:
According to this chart in <table>
only align
and bgcolor
are not allowed in Strict version. So is it ok to allow other properties of <table>
?
alt text http://shup.com/Shup/293811/11021055643-My-Desktop.png
http://stackoverflow.com/questions/339923/how-to-set-cellpadding-cellspacing-in-css – Brij Mar 10 '10 at 05:41