I had a look and noticed that a closing table tag had gone missing in the HTML code.
I have corrected this and now it looks normal to me.
About the padding, do you mean like this:
#therest{
float:right;
width:900px;
min-height:500px;
background:#eee;
border:2px dashed #ddd;
border-radius:5px;
margin-left:20px;
<div>padding:20px;</div>
}
as that does not seem to make any difference.However, on second thoughts, I think you were referring to a new div within the code of my content box itself, something like:
<article><div>Blablablablablablab</div</article>But where do I put the padding then?
Sorry my questions are probably incredibly stupid, but that's ignorance for you.
Edited by mrdee, 18 June 2011 - 02:06 PM.















