I have a capital “L” next to my ads!
-
This is driving me nuts. I have an “L” to the left side of the ads that I have set up in my side bar. I also have a dotted line beneath each of the ads. I am having a heck of a time figuring this out. Does anyone know why this is happening and how I can fix it? my website is https://www.twelvefingers.com and you can see the problem in the sidebar at the top.
Here is the code I’m using:
<div id=”my-ads”>
<div class=”boxtop”>
<ul class=”box-ad clearfix”>- <img src=”https://www.twelvefingers.com/images/septagon/sepbutton.jpg” border=”0″ alt=”Septagon”>
- <img src=”https://twelvefingers.com/images/T-s.jpg” border=”0″ alt=”tshirt”>
- <img src=”https://twelvefingers.com/images/twitter1.jpg” border=”0″ alt=”Twitter”>
- <img src=”https://twelvefingers.com/images/ad-here.jpg” border=”0″ alt=”Your Ad Here”>
</div>
And the CSS:
#my-ads {
background: #fff;
width:300px;
float:right;
padding:0px 10px 10px 10px;
border-top:1px solid #ececec;}
/* Box Ads */
.box-ad {
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
text-align: center;
list-style: none;
font-size: 0.9em;
}
.box-ad li {
float: left;
margin: 0 0 10px 10px;
padding: 0;
display: inline;
}
/* clearfix */
.clearfix:after {
content: “.”;
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */Any help would be awesome.
Thanks in advance.
- The topic ‘I have a capital “L” next to my ads!’ is closed to new replies.