Skip to main content
Known Participant
January 29, 2007
Answered

to change the font size css

  • January 29, 2007
  • 2 replies
  • 296 views
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;
}
This topic has been closed for replies.
Correct answer Daverms
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;".

2 replies

DavermsCorrect answer
Inspiring
January 30, 2007
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;".
Inspiring
January 29, 2007
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