sagive 24 Junior Poster in Training

Men those numbers are annoying :)
first thing.. if you have another div with the same name i would change them and make simepler path of css...

Try this:

.bulb_body {
width : 670px;
background-image : url(../img/body_bg.jpg) repeat-y;
margin-right : auto;
margin-left : auto;
}

.bulb_body_left {
width: 400px;
float: left;
}

.bulb_body_right {
width: 270px;
float: right;
}
DarkBerzerk commented: V.Good +1
sagive 24 Junior Poster in Training

why not use the <p> tag within the text? it loads to an php file right?

AndreRet commented: Thanks, did that, now solved. +7