October 12th, 2003, 02:47 PM
-
CSS (layout question)
Using CSS, how could/would you position an image in the same position so even if the image was updated with another one it would still be in the same position in a table ? Ideally I would like the image in a table aligned to the top of that table.
~Thanks guys~
October 13th, 2003, 06:37 AM
-
please be more specific
I don't understand. Are you positioning it using a table or CSS (or both)? Please try to give a small example of what you're doing.
Also, if you're worried about alignment, just set the vertical-align css property of the cell that holds the image to 'top'.
Hope this helps...