PDA

View Full Version : <td> keep changing width


tommy
03-01-2004, 10:21 AM
I am currently designing a site for my hobby which is about my car.

I have designed the home page and one other page and if you click between the 2 pages (home & my car) one of the <td> becomes larger and makes the the vertical line move over which to me is rather annoying and unprofessional looking.

The thing is I have made the width of the table and the td both the same but I still dont know what is making the line move.

the url is below

http://www34.brinkster.com/testtom/cossierep/index.html

if anyone can help I will be very gratefull.

pascal
03-01-2004, 10:27 AM
Maybe the page about 'the car' is too large, wich causes the switch in width.....

tommy
03-01-2004, 11:35 AM
all the images are smaller than the td width so they shouldnt change width.

MikeParent
03-01-2004, 02:24 PM
Your right-hand column on your car page has a nested table of the same width as the cell it is inside. The outer table has a cellpadding of 1, which at the least gonna skew it by 2 pixels (one on each side). Try fixing that and see what happens...

tommy
03-05-2004, 08:04 AM
cheers....now sorted.