if you go to my site http://www.mt13.com
you will see that here are two unnessacary post icons on the main page. I dont know how they got there and how to get rid of them.
if you go to my site http://www.mt13.com
you will see that here are two unnessacary post icons on the main page. I dont know how they got there and how to get rid of them.
Looking at your CSS, you've applied a background post-icon to your <h2> tags:
h2 { background: transparent url(pics/notiz2.gif) no-repeat; }
Looking at your HTML, you have 3 <h2> tags that have this background:
1. <h2>October 6, 2006</h2>
2. <h2><a href="http://www.mt13.com/wp-register">Register</a></h2>
3. <h2><a href="http://www.mt13.com/wp-admin">Admin</a></h2>
I'm guessing that the only <h2> that's supposed to have the background notiz image is the "October 6, 2006".
This topic has been closed to new replies.