Is it possible to place a user-supplied header (banner) at the top of the eblah forum web pages?
Website is
http://www.hopliteencounter.com We have amended the eblah template as follows (******* added in this message - they are not in the web html code) :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"
http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><blah v="$title"> - <blah v="$mbname"></title>
<meta http-equiv="Content-Type" content="text/html; charset=<blah v="$char">" />
<link rel="stylesheet" type="text/css" href="<blah v="$templatesu">/<blah v="$dtheme">/template.css" />
<!--[if lt IE 7]>
<script defer type="text/javascript" src="/blahdocs/pngfix.js"></script>
<![endif]-->
</head>
<body>
<div id="container">
**********************************************
<div style="text-align: center;">
<table style="text-align: left; width: 944px;" border="0"
cellpadding="0" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: middle; text-align: center;"><img
style="width: 944px; height: 98px;" alt="Hoplite banner gif"
src="
http://www.hopliteencounter.com/public_html/HopliteBanner.gif"><br> </td>
</tr>
************************************************
<div id="user-info">
<blah v="$userwelcome"><br />
<blah v="$userpm">
</div>
<div id="title">
<blah v="$title">
</div>
<div id="menu-container">
<table cellpadding="0" cellspacing="0"><tr><td><blah v="$menubar"></td></tr></table>
</div>
<div id="content">
<table width="100%" cellpadding="0" cellspacing="0"><tr><td><blah main></td></tr></table>
</div>
</div>
<div id="copyright" class="smalltext">
<span style="float: left"><blah v="$copyright"></span>
<span style="float: right"><a href="
http://validator.w3.org/check/referer" onclick="target='_blank';"><img src="<blah v="$images">/xhtml.png" alt="Valid XHTML" title="Valid XHTML" /></a> <a href="
http://jigsaw.w3.org/css-validator/check/referer" onclick="target='_blank';"><img src="<blah v="$images">/css.png" alt="Valid CSS" title="Valid CSS" /></a></span><br /><br />
</div>
</body>
</html>
This places the website header below the Eblah header and does not pick up the website banner image.
Can we drop the Eblah header and insert that for the website instead?
Thanks.
Ares