Validation (XHTML 1.0 Transitional): Attribute 'leftmargin' is not a valid attribute of element 'bod

A

anonymous

Hello I am developing something along with my friends
and when I load their asp pages I am getting this error

Anybody has any idea why is the XHTML validation failing

Thanks in Advance

-Newbie
 
M

MatsL

leftmargin is not an attribute of body. You should replace that with
style="margin-left: 1em;" or whatever value you have for your left margin.

You should avoid using all properties that specify how a tag should
'look', use css instead.

For a good guide to css check out http://www.w3schools.com/css/default.asp

//Mats
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,871
Messages
2,569,919
Members
46,172
Latest member
JamisonPat

Latest Threads

Top