EDIT: Problem solved thanks to vinpkl I have a site that I'm updating ~link removed~ Firefox doesn't display page correctly, table that contains the content shifts down so it appears that page is blank unless you scroll down. Here is the CSS code for the page, I've inserted vertical-align: top; into the .CenterColumn and .table but the table is not moving (works fine in IE) ~Removed~ Code (markup): Thanks
you have two comments in your html (i have enclosed copy of them below). Before these comments there are two <td>. you need to add valign="top" in both these <td>. see my code below and amend it . <td class="CenterColumn" align="center" valign="top" > <!--START MAIN information area--> <td valign="top"> <!--START About 365 (Dynamic Content Page)--> VINEET
Hi VINEET, I would like to do this in the CSS, otherwise it means me going through every single page inserting the code (which did try and didn't work )