Click to See Complete Forum and Search --> : Positioning inside a table


Kolusion
05-11-2007, 11:32 PM
Hello, I am trying to align my graphics on my webpage and have a problem.

My problem is that I cannot find a way to align my graphics in my table correctly with multiple screen resolutins.
I have tried - absolute/fixed/static/relative, though it doesn't work

Well, relative does; with just one image, and the second image will align where I want it too, however, it creates a gap on the left side outside the table, causing the horizontal scrollbar to appear, and that is really strange! If it didn't behave like this then I wouldn't have a problem.


Does anyone have a solution that would allow the images inside the table to move correctly with the table in another screen resolution?

When I say move, I mean the table - which is what holds my entire page content, and its set to align in the middle.


Thanks!

Kolusion
05-12-2007, 01:10 AM
Problem solved... Simple <th> between the elements. :)

Centauri
05-12-2007, 02:25 AM
I was hoping you would say "problem solved ... got rid of the tables" .............

Kolusion
05-12-2007, 02:28 AM
I have everything in a table so the site will stay in sync in different screen resolutions

<html><titl... <table align="middle"...> ...</html>

Kolusion
05-12-2007, 02:31 AM
Problem solved... Closed and opened a TD between each image. :)

Charles
05-12-2007, 05:25 AM
I have everything in a table so the site will stay in sync in different screen resolutionsChances are, however, that you are making a mess of things for those accessing your page without a screen.

ray326
05-12-2007, 03:36 PM
I think you're limiting his possibilities, Charles. I expect it's a mess for those WITH screens as well.