Thanks for the response, but no luck so far.
http://www.luckyflagmedia.com/bananaland/test.html
There is basically no padding on anything and barely any margins. Which I did take away and had no luck.
HTML Code:
body {
background-color:#efc84f;
margin: 0 0;
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 12px;
line-height: 1.5em;
clear: both;
width:1250px;
height: 768px;
}
#wrap {
width: 100%;
height: auto;
margin-top: 5px;
text-align: left;
border-color:#000000;
}
.subtext {
}
.subtext p{
width: auto;
height: auto;
text-align: justify;
margin:0;
color: white;
font-size:14px;
}
.subtext a{
color: #a96024;
text-decoration:underline;
font-size:14px;
}
.subtext a:hover{
color:#b98153;
}
.content{
clear:both;
float: left;
width: 100%;
height: auto;
margin:0;
}
.content br{
clear:both;
}
.contentL{
float: left;
width: 50%;
height: auto;
margin:0;
}
.contentR{
float: right;
width: 49%;
height: auto;
margin:0;
}
.listcheck{
background: url(../img/listcheck.gif) no-repeat;
background-position:0 0 15px 0;
margin-left:60px;
color:white;
font-size:16px;
line-height:20px;
}
.spacer_30{
margin-left:30px;
}
#topic_holder{
width:auto;
height: auto;
}
#topic_holder hr{
clear:both;
margin-top:10px;
margin-bottom:10px;
}
.topic {
height: auto;
width:auto;
float:left;
clear:both;
}
.topic a{
text-align: left;
margin-left:10px;
color: #000000;
font-size:22px;
font-weight:bolder;
text-decoration:none;
}
.topic a:hover{
color: #66672e;
text-decoration:underline;
}
.topic img{
border:0;
margin:0 0 0 60px;
padding-bottom:0;
}
Bookmarks