
Originally Posted by
Doodlebuckets
www.doodlebuckets.com Can you take a look at my main page and tell me what is determining the font size and style on the main page text? I want it to match the rest of the site but I it's not. I take the code from the Define Pages Editor and put it in my HTML editor (NVU) and it displays properly there. So the style must be coming from somewhere else and messing it up, right? Thanks in advance!
I'm not sure WHY its doing it, but for some reason the table in your center content section is using a larger font size. So go to define_main_page.php in your admin under "Tools", Define Pages Editor", and change this:
Code:
<table class="" style="width: 614px; height: 783px; text-align: left;" border="0" cellpadding="2" cellspacing="2">
To this:
Code:
<table class="" style="width: 614px; height: 783px; text-align: left;font-size:1em;" border="0" cellpadding="2" cellspacing="2">