Page 1 of 1

Fonts in PHP

Posted: Sun Apr 15, 2007 11:26 am
by enemeth
hi there everyone,

i was just wondering if it is possible to use php to use the same fontsfor a webpage,

for example i want the same type of font Georgia to be used for all the font type , but i dont want to have to type it over and over again for each page , is that possible?

thanks ,

Elaine

Posted: Sun Apr 15, 2007 11:29 am
by hawleyjr
Are you using styles?

Posted: Sun Apr 15, 2007 11:39 am
by enemeth
no i am not

Posted: Sun Apr 15, 2007 11:49 am
by hawleyjr
Create a style sheet with the font you want and include the style sheet on every page :)

...moved to client side.

Posted: Sun Apr 15, 2007 11:58 am
by enemeth
can someone explain to me how to create a style sheet?

Elaine

Posted: Sun Apr 15, 2007 12:05 pm
by hawleyjr
enemeth wrote:can someone explain to me how to create a style sheet?

Elaine
There are hundreds upon thousands of good CSS tutorials out there...

http://www.google.com/search?complete=1 ... YLE+SHEETS

Posted: Sun Apr 15, 2007 12:59 pm
by enemeth
thanks

Elaine