Here is the #content part of the stylesheet
CODE
#content {
float:left;
position:relative;
width:60%;
background:#FFF;
margin-right:15px;
margin-left: 15px;
margin-bottom:20px;
border:1px solid #FFF;
}
float:left;
position:relative;
width:60%;
background:#FFF;
margin-right:15px;
margin-left: 15px;
margin-bottom:20px;
border:1px solid #FFF;
}
and the #links
CODE
#links {
background:#FFF;
padding:5px;
border:1px solid #FFF;
}
background:#FFF;
padding:5px;
border:1px solid #FFF;
}
And then how it is set up in my main page:
CODE
<div align="center"><table width="830">
<div id="content">
<div class="blog">
blah blah blah with all the MT stuff and then:
</div>
</div>
<div id=links>
<div class="sidetitle">
Welcome
</div>
<div class="side">
<a href="http://www.janeandkevin.com/blog/aboutjane">me and my website</a>
</div>
etc etc etc
<div id="content">
<div class="blog">
blah blah blah with all the MT stuff and then:
</div>
</div>
<div id=links>
<div class="sidetitle">
Welcome
</div>
<div class="side">
<a href="http://www.janeandkevin.com/blog/aboutjane">me and my website</a>
</div>
etc etc etc
I am clearly missing something. Does anyone have time to figure out what that is?
Thanks!