Strange display?

3 posts by 2 authors in: Forums > CMS Builder
Last Post: June 10, 2008   (RSS)

Re: [Toledoh] Strange display?

By Dave - June 10, 2008

Hi Tim,

The way I usually figure these out is by saving the output as a html page and viewing and modifying that code directly. It takes the CMS out of the equation and often make tracking down the problem easier.

In this case when there is a lot of content in the 'bodytext' tablecell it's pushing that cell wider to the match width allowed by the table. But where there isn't that much content the 'bodytext' cell is more narrow and the image cell becomes wider.

Oh web browsers and their quirky behavior! One solution is to give the 'bodytext' cell a width of 464 (the table width less the image cell width) like this: <td ... width="464">

That will force it to be that width all the time.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Strange display?

By Toledoh - June 10, 2008

Thanks Dave... I had the width as 413... and depending on the amount of content, the TD was aligning differently... easy fix Cheers!
Cheers,

Tim (toledoh.com.au)