QUOTE (imabug @ Oct 24 2008, 06:51 AM)

wrap the banner with something that looks like
CODE
<a href="<$MTBlogURL$>">blahBannerblah</a>
where do I do this? I have a .CSS stylesheet ("minimalist-sea.css") where I call the "header.png" BUT WHEN I PUT THAT STRING AROUND IT the header doesn't show up.
/* Header -----------*/
#header { background: #fff url("header.png") no-repeat left top; width: 100%; height: 196px;
}
#header a {
color: #fff;
}
#header-content {
width: 926px;
height: 196px;
margin: 30px 0 40px 20px;
}
SO I GO TO "Banner Header" Template Module and I see this and it looks like the <a href="<$mt:BlogURL$>" is already there, but it doesn't work.
<div id="header">
<div id="header-inner">
<div id="header-content">
<mt:Ignore><!-- Use h1 and h2 html tags on the main index of the blog as the title, use divs on all other pages where there are page titles. --></mt:Ignore>
<mt:If name="main_index">
<h1 id="header-name"><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>
<h2 id="header-description"><$mt:BlogDescription$></h2>
<mt:Else>
<div id="header-name"><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></div>
<div id="header-description"><$mt:BlogDescription$></div>
</mt:If>
</div>
</div>
</div>
THANKS FOR ANY DIRECTION - I'm obviously not a programmer.
"http://www.24xps.com"