Click to See Complete Forum and Search --> : help


kaibamanjrs
11-01-2006, 07:30 PM
my site was criticized cuz it had frames, someone sed u could do the same things with tables. how do you put web pages into tables?

NogDog
11-01-2006, 10:15 PM
You can replace the text reusability aspect of frames by using server-side includes or server-side scripting techniques.

You can replace the visual layout aspect of frames by learning to use CSS. (Yes, you could use tables, but if you're going to move toward "best practices" then you should learn to use CSS for visual presentation and reserve tables for what they were intended: to mark up tabular information in your document.)

kaibamanjrs
11-02-2006, 06:27 AM
You can replace the text reusability aspect of frames by using server-side includes or server-side scripting techniques.

You can replace the visual layout aspect of frames by learning to use CSS. (Yes, you could use tables, but if you're going to move toward "best practices" then you should learn to use CSS for visual presentation and reserve tables for what they were intended: to mark up tabular information in your document.)
okay. how do i do that with cascading style sheets?