This is my CSS, and yes it is in a table, which I assume is a big no no…
You can see the examples at:
http://jsfiddle.net/pb7808do/2/
}
div#titlediv {
left: 0px;
background: #FFF;
font - size: 52px;
font - family:'Open Sans', sans - serif;
font - weight: 800;
line - height: 50px;
margin: 0px 0px - 30px 0px;
padding: 0;
color: #ec832e;
}
div#bodydiv {
left: 0px;
background: #FFF;
top: 0px;
padding: 0px;
font - size: 20px;
font - family:'Open Sans', sans - serif;
font - weight: 300;
margin - top: -20px 0px 0px 0px;
line - height: 170 %;
color: #828486;
}
http://philpadilla.com/PPGD2/index_portfolio_inside.html
I have tried:
padding: 0px;
margin: 0px 0px -XXpx 0px;
Out of ideas... What property can I add to my CSS to eliminate the gap displayed? Or what I can do structurally different to eliminate this issue?