Larger font in table
Permalink
On my site, I have a table on the homepage and another like it on another page. Both table have the same CSS and are on pages of the same style.
My problem is that the table on the front page has larger font than the table on the second page. The other table has the correct font size.
Any ideas?
My problem is that the table on the front page has larger font than the table on the second page. The other table has the correct font size.
Any ideas?
It sounds as though there will be either a different css style being applied, or one page has very slightly different markup being used around the data in the table.
Have you double checked the output html using e.g. Firebug add-on in Firefox? This will be able to show you exactly the markup being used, and the CSS styles being applied in each case. There must be a slight difference somewhere along the line that is causing the inconsistencies you are seeing.
Maybe provide a link if you can't spot it? I'll take a look.
Have you double checked the output html using e.g. Firebug add-on in Firefox? This will be able to show you exactly the markup being used, and the CSS styles being applied in each case. There must be a slight difference somewhere along the line that is causing the inconsistencies you are seeing.
Maybe provide a link if you can't spot it? I'll take a look.
Unfortunately I can't give a URL because the site is still on a local server. I looked through everything again, and didn't find anything that made any difference.
Not sure if you found your answer but i have found when building tables within the editor, it is best to remove all formatting on that font and re-applying fontsize, bold, etc eliminates the problem you discussed.
The exact same thing happend to me several times. Not sure if this is your problem but it's worth a try
Good luck