• Just setting up a new blog here:
    https://www.cam-practice.com

    sucessfeully got rid of Revolution logo following advice on here, then added tagline BUT I’m getting this stupid ?> symbol on the header, pushing my tagline out of sight.

    Where is it coming from… what do I delete?

    Thanks
    Simon.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m not an expert but my first thought is that when deleting something else, you may have missed that little piece of tag – or when adding something you may have added and extra closing tag.

    Thread Starter oherwize

    (@oherwize)

    Thanks… I’ve been through it and tried deleting anything that looked superfluous… no luck.
    This is the poiece I changed – can you see anything that shuld not be there?

    <div class=”headerleft”>
    <h1>/”><?php bloginfo(’name’);?></h1>?>
    </div> <p><?php bloginfo(‘description’); ?></p>
    </h1>

    i believe it should be changed to:

    <div class=”headerleft”>
    <h1><?php bloginfo(’name’);?></h1>
    </div> <p><?php bloginfo(‘description’); ?></p>
    </h1>

    Thread Starter oherwize

    (@oherwize)

    Thanks bozack – that fixed it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Revolution header silly problem’ is closed to new replies.