Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

css font-size

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
have this on my htmls & phps:

<LINK REL=&quot;stylesheet&quot; TYPE=&quot;text/css&quot; HREF=&quot;/css/Main.css&quot; />

Main.css contains:

BODY
{
BACKGROUND-ATTACHMENT: fixed;
BACKGROUND-IMAGE: url(/images/back2.jpg);
COLOR: black;
FONT-FAMILY: &quot;arial&quot;, &quot;times&quot;;
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!
 
oops, problem doesn't seem to be with php. i guess i can't delete my message. sorry for any inconvenience i'm new at this.:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top