| Author |
Message / Information |
ShadowLady

Quote | Reply |
| Resizing Main Text On Board??? posted on: 8/7/2004 3:09:24 AM Any way to resize the text when you change the font from the default??? Most of the fonts I have tried look too small when I change them...HELP!!! Please!!! |
Sharky
ChatArea.com Owner

Quote | Reply |
|
Resizing Main Text On Board???
replied on: 8/9/2004 10:40:58 PM
Use CSS
|
Mahezabeen

Quote | Reply |
|
Resizing Main Text On Board???
replied on: 8/27/2004 10:59:55 PM
Ummmmm am new to all this so don't know what CSS means . Could you plz help coz the fonts on my forum look microscopic!!!
|
Kwama King

Quote | Reply |
|
Resizing Main Text On Board???
replied on: 8/29/2004 1:04:11 PM
it depends on what text you want enlarged...
view source, say you want the text in the whosonline table to be bigger.... do something like this
.whosonline { font-size: 11px; }
or you could use "large" "small" "smaller".... theres more...
probably wont work, but if you put the text size using body { font-size: 11px; } it will make all the text outside of the forum tables that size.....
also..... it could be your browser settings, if your using IE, click view, text-size, and set it to small, or medium.....
|
Mahezabeen

Quote | Reply |
|
Resizing Main Text On Board???
replied on: 9/28/2004 10:02:46 PM
Bit late in saying this but Thanks Mate!!!
|