• Please look at https://www.allchorn.com/ at the very bottom in IE. There is an r, center aligned.

    View source. It’s not there!? Very very odd, and only seems to appear in IE (7 on my machine).

    Here is the code of the footer:

    [code]<div id="footer">
    <p>© <?php bloginfo('name'); ?>, <?php bloginfo('description'); ?></p>
    </div>[/code]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter adesignrsa

    (@adesignrsa)

    That code again… sorry, I used bbcode.

    <div id="footer">
      <p>&copy; <strong><?php bloginfo('name'); ?></strong>, <?php bloginfo('description'); ?></p>
    </div>

    Do you have any comments before an </div>? That used to create phantom characters in ie. This sounds like a phantom thing. Very frustrating.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Phantom r in my theme’s footer’ is closed to new replies.