FAQ
Q: In IE there is a bullet point in front of the headline of my ads. How can I get rid off it?
A: This is caused by the interaction between your
CSS and that
of Blogads. You need to insert the following tag into your CSS (for a
more detailed explanation please see the 4th box on http://web.blogads.com/Documents/blogger_css_explain)
div.adspot * ul {
list-style: none;
width: 150px;
margin: 0;
padding: 0;
}
div.adspot * li {
border: thin solid black;
background-image: url(semi.gif);
text-align: center;
width: 100%;
cursor: pointer;
overflow: hidden;
display: block;
}