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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

format font for whole page with styles 1

Status
Not open for further replies.

TruthInSatire

Programmer
Aug 12, 2002
2,964
US
I don't use styles much, so obviously i'm having a problem.

I am making an .asp page that formats the page according to the results from a database.

how would i use a style to format the whole page to use the desired font, color, and size?

Thanks.
 
Hi mate,

Use the following and it will alter the whole page.

body {
font-family: verdana,arial,helvetica;
COLOR: #336699;
font-size: 8pt;
background-color:#FFFFFF;
}

Hope this helps Wullie


The pessimist complains about the wind. The optimist expects it to change.
The leader adjusts the sails. - John Maxwell
 
thanks, now i have a problem, i can't seem to change the font size. no matter what i put from 8pt to 36pt it always looks like its 12pt. any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top