http://www.chiquebulletin.com/events.aspx
The divs are dynamically being created by a SQLReader. The template is all
tables, but the divs are being created inside a td.

To see the divs being created easier, I made their back color silver to see
if they line up, but they do not, and I only see 1 silver block when I
should 10, for 10 divs.

I'm trying to get 3 divs to show in each row.

Here is how I have each div, that is being created, formatted.

.post {
float: left;
width: 275px;
height: 200px;
background-color: Silver ;
border: 1px solid #F30;

}
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to