dflynn 500+ Club

Joined: 03 Oct 2007 Posts: 629 Location: Guelph, Canada
|
Posted: Tue May 27, 2008 11:24 pm Post subject: Re: New to html. |
|
|
<div>s are placed through CSS coding.
You can use any type of CSS although a separate Stylesheet is most effective.
http://www.devarticles.com/c/a/Web-Style-Sheets/DIV-Based-Layout-with-CSS/
This tutorial should help you understand.
As for limitations, if you think outside the box, you probably won't find any. I haven't at least.
Divs are special because they can be overlayed on eachother, can be used to float, or any combinatiosn of things you need.
Where a table starts essentialy in the top left, you can place a div anywhere on the screen without worry about blank table space being used as a spacer.
Hope this helps. |
|