Jump to content

<div>


dukxud

Recommended Posts

i've been building a website and since i'm fairly new at it i took a free templete and decided to edit it. it is composed of mostly <div> as structue it seems and when i want to edit the page and give it a new form it just messes up. I'm using dreamweaver 8. can someone explain to me exactly how a <div> is used for structure or explain to me how to edit the structure, since it has no tabels. -Nathani can post what i've done with it so far if i have been vauge in some manner.

Link to comment
Share on other sites

A <div> is simply a box, or container. You can give it a size, shape, color, border, position and other things with CSS.
right but i havn't seen anything on the HTML or the Style Sheet telling it that stuff and it's very agrivating. here is the site if you'd like to look at it. Fadingearth.com
Link to comment
Share on other sites

The CSS is telling it what to do:

#left {float: left;width: 243px;}

The element <div id="left"> will be put to the left and given 243px of width.And the same with all the other elements. You should look through the CSS tutorial to see what the properties do.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...