Guest_imported
New member
- Jan 1, 1970
- 0
have this on my htmls & phps:
<LINK REL="stylesheet" TYPE="text/css" HREF="/css/Main.css" />
Main.css contains:
BODY
{
BACKGROUND-ATTACHMENT: fixed;
BACKGROUND-IMAGE: url(/images/back2.jpg);
COLOR: black;
FONT-FAMILY: "arial", "times";
FONT-SIZE: 10pt ;
}
font-size works on my htmls but doesn't seem to work with my phps. all the other properties work on both php & html.
would really appreciate some help, thanks!
<LINK REL="stylesheet" TYPE="text/css" HREF="/css/Main.css" />
Main.css contains:
BODY
{
BACKGROUND-ATTACHMENT: fixed;
BACKGROUND-IMAGE: url(/images/back2.jpg);
COLOR: black;
FONT-FAMILY: "arial", "times";
FONT-SIZE: 10pt ;
}
font-size works on my htmls but doesn't seem to work with my phps. all the other properties work on both php & html.
would really appreciate some help, thanks!