Tables, frames and layers - Web Design

Associate
Joined
15 Apr 2006
Posts
225
I have built a few websites before and i know how to build sites using tables. However i want to learn how to create more advanced sites and need to know what the most commonly used tool for laying out a complicated website is, such as http://www.apple.com/mac/.

I know a lot of people still use tables, but do i want to learn how to use layers or frames? Or are there any other tools i don't know about? I also understand that learning how to build websites like these takes a lot of time but i am willing to spend lots of time learning.

Thanks.
 
Last edited:
http://www.csszengarden.com/ would be a good start to see what is possible, and to download sample source code.

You want to be using divs for layout, tables for tabular data only. Up to you if you want frames, but consider that not everyone can use them browser wise.
 
You don't really want to be using tables, layers or frames, they're all bad practise tbh. People these days shouldn't be using tables for anything other than tabular data. As has been recommended, you need to start learning CSS as a design platform, as well as semantic HTML.

Follow the tutorials on www.htmldog.com for help, also google around for 'html, css beginner' and you'll find a lot.
 
i have just perfected the css three column layout. Much simpler thyan on the tutorial sites. I wanted to keep it secret but what is the fun in that? I will post it here if you want.
 
Back
Top Bottom