Hi,
In 'header.php' (veryplaintxt) I removed this code :
<h1 id="blog-title">/" title="<?php bloginfo('name') ?>"><?php bloginfo('name') ?></h1>
I pasted this:
”><img style=”" border=0 src=”path to image” alt=”<? bloginfo(’name’); ?>”>
I removed the above code and repasted the original code. I am now missing the bottom border from my header.
Do I have to change something back in style.css?
http://seeingthroughthefog.com
ANAdesigns
Member
Posted 2 years ago #
I may be wrong, but the border you were seeing must have been defined by the h1 tag. Go into the style.css and give your header a bottom border. That should do it.
ANAdesigns,
I tried that; it didn't make any changes. Any other suggestions? (I really appreciate your time regardless.) Thanks.
Its the tagline under the blog name that I'm missing :
<title>Seeing Through The Fog › Bringing Clarity To Our Manufactured Reality…</title>
How do I replace this header.php? style.css?
I 'fixed' it by simply :
<div id="header">
<h1 id="blog-title">Seeing Through The Fog</h1>
<hr size="10" noshade>
<div id="blog-description">Bringing Clarity To Our Manufactured Reality.....</div>
</div><!-- #header -->
Not as it was originally written, but works all the same!!
I appreciate your time, anyway.