|
|
Using CSS to Make Multi-column Layout
There are three ways to create columns in HTML:
- Frames. Although this was popular in 1997-98, this is rarely done anymore.
- Tables. Practically all large sites are done this way.
- With CSS. It's possible to do multi-column layout entirely with CSS. No tables at all.
To see an example, visit... twocolumns.html (Note: This only works with recent versions of the Microsoft Internet Explorer (IE). If you use Netscape or outdated versions, you won't see any layout.)
Is this Page Useful? Vote!
Updates: andreas.com newsletter
I add new pages every month. Sign up with your email and I'll drop you a note (not more than once a month) about new pages. (See more about the newsletter.) |
|
|