Hi,
I have a validation error that I would like to fix (among many)
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional
My current code reads: <body leftmargin="1" topmargin="1" marginwidth=" "> in the template I use.
I want to change this and put it in my css file (where it belongs) but am unsure of the syntax - should it look like this:
body {
background-color:#321414;
font-family:Arial Unicode MS;
color:#E3BBBB;
font-size:14pt;
font-weight:normal;
margin-left:1;
margin-top:1;
marginwidth:100%;
}
I would appreciate help, as I am trying to clean up my code and make it compliant and am really not sure what I am doing. The site is www.thecontemporarycouch.com.
Thanks,
Sharon