Quick Fix [message #124521] |
Sun, 05 December 2004 20:51 |
|
Interex
Messages: 8 Registered: April 2003
Karma:
|
Recruit |
|
|
I have the same problem but I was able to fix it by doing the following:
First download this extension: http://extensionroom.mozdev.org/more-info/uriid
It allows you to change the css style of any site to your liking through the userContent.css file.
After you have installed the extension, if you have chromedit then open that up and add the following to your userContent.css file:
body#www-renforums-com td.row1 {
font-size: 8pt !important
}
body#www-renforums-com td.row2 {
font-size: 8pt !important
}
Please note that if your are using the http://www.renegadeforums.com url the above code will not work, simply use this version:
body#www-renegadeforums-com td.row1 {
font-size: 8pt !important
}
body#www-renegadeforums-com td.row2 {
font-size: 8pt !important
}
save, then restart firefox and after the page loads the extension will alter the css of the site fixing the font issue, at the moment I do not know what is causing the problem but I am looking into it.
If you don't have the chromedit extension I suggest you get it at: http://cdn.mozdev.org/chromedit/ and I suggest you move it to the top of the extension list as some other extensions tend to cause compatibility issues.
For those who don't want chromedit then do it the hard way and locate your userContent.css file by going to: C:\Documents and Settings\<Windows login/user name>\Application Data\Mozilla\Firefox\Profiles\\chrome\userContent.css and adding the above code, saving and then restarting firefox.
|
|
|