Click to See Complete Forum and Search --> : Positioning tables


leejinwoo
12-21-2005, 01:52 PM
I have a page using frames, which I want to get rid of by putting the frame contents into tables. I need to position the tables where I want them relative to the left side and the top. I remember there's a way to do this by numerically indicating how many pixels from the left and top you wanted the table. Any help?

NogDog
12-21-2005, 01:55 PM
If you're going to get rid of the frames (good idea), why not use CSS-positioned DIVs instead of tables (an even better idea)? See the CSS forum here for lots of info and useful links.

thewebman
12-21-2005, 06:00 PM
If you're going to get rid of the frames (good idea), why not use CSS-positioned DIVs instead of tables (an even better idea)? See the CSS forum here for lots of info and useful links. amen. tables are for data, not for design.