oherwize
Member
Posted 3 years ago #
Just setting up a new blog here:
http://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.
antoniamar
Member
Posted 3 years ago #
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.
oherwize
Member
Posted 3 years ago #
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>
oherwize
Member
Posted 3 years ago #
Thanks bozack - that fixed it.