Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Getting Started / January 2007



Tip: Looking for answers? Try searching our database.

to change the font size css

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Coldfusionstudent - 29 Jan 2007 19:05 GMT
to change the font size to 11 is this the page to edit?  if so
which ones do i edit?

tr{
    font-family:Arial, Helvetica, sans-serif;
}
td{
    font-family:Arial, Helvetica, sans-serif;
    padding:1px 1px 1px 1px;
    font-size:12px;
}
th{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:left;
}
pre{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

.smallText{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.pageHeader{
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
}
.tableBorder{
    border:1px solid #000000;
}
.tableBorder_noLeft{
    border-right:1px solid #000000;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
}
.tableBorder_topBottom{
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
}

.tableBorder_dbl_rtb{
    border-right:2px double #000000;
    border-top:2px double #000000;
    border-bottom:2px double #000000;
}
.tableBorder_dbl_tb{
    border-top:2px double #000000;
    border-bottom:2px double #000000;
}

.answersInFrameText{
    font-size:10px;
}
.answerText{
    padding:1px 1px 1px 1px;
}
Dinghus - 29 Jan 2007 19:20 GMT
Which one do you want to change? Just the normal body text? If so, it isn't
listed in the style sheet you provided.

If you want to change them all, then everywhere you see font-size just change
it to 11pt
Daverms - 30 Jan 2007 07:33 GMT
Make Sure for which element you want to change the font size. (For Eg., tr, td,
th, pre, smallText, pageHeader are some of those classes you have with our CSS)
and then change the font-size attribute to 12px as "font-size:12px;".
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.