Log in

View Full Version : Making frames inside of tables



Urobo[l]us
08-31-2006, 08:44 PM
Hello again, I'm trying to do a website like this (http://www.eyesuckink.com). Are there any scripts here that could help me do something like this? Creating a table, then having frames in it so I can have a center window. The reason I want to do this is so the alignment doesn't get messed up if some body has lesser or greater resolution than the one it was designed with. Ive found somethings about creating the table, but not splitting it up and assigning one as a frame or something. Thanks!

blm126
09-01-2006, 01:56 AM
Tables, and frames are two bad design techniques. They were necessary years ago,but nowadays all layout should be done with CSS

Twey
09-01-2006, 02:08 AM
Don't make frames. Don't make tables (except for tabular data). Don't make frames inside of tables.
The reason I want to do this is so the alignment doesn't get messed up if some body has lesser or greater resolution than the one it was designed with.If that happens, then your design is wrong.