Viewing 1 replies (of 1 total)
  • 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="https://www.mt13.com/wp-register">Register</a></h2>
    3. <h2><a href="https://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”.

Viewing 1 replies (of 1 total)
  • The topic ‘Double Post Icon’ is closed to new replies.