Hippo
02-08-2007, 08:39 PM
Trying to have a banner instead of just plain text where my title is, I have tried a few times, but it completely messes up my entire template whenever I try to just insert the banner and take out the [title] tag.
heres the original code I'm starting with that just has the plain text and leaves everything else okay-
</head>
<body link="#555555" vlink="#444444" alink="#FFFFFF">
<div id="wrapper">
<div id="header">
<a href="index.php"><SITE_TITLE></a>
</div>
<div id="image">
<center>
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>"><img id="foto" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="Click for <IMAGE_PREVIOUS_TITLE>" /></a>
</center>
<div id='imageinfo'>
<IMAGE_TITLE>
</div>
So, I add an image tag where the Site_Title is, that has my banner in it, but it completely breaks apart my layout. Any suggestions?
heres the original code I'm starting with that just has the plain text and leaves everything else okay-
</head>
<body link="#555555" vlink="#444444" alink="#FFFFFF">
<div id="wrapper">
<div id="header">
<a href="index.php"><SITE_TITLE></a>
</div>
<div id="image">
<center>
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>"><img id="foto" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="Click for <IMAGE_PREVIOUS_TITLE>" /></a>
</center>
<div id='imageinfo'>
<IMAGE_TITLE>
</div>
So, I add an image tag where the Site_Title is, that has my banner in it, but it completely breaks apart my layout. Any suggestions?