About the bgnd gfx for Hardwire and the code driving the theme....
Where is the code to get rid of the bgnd image for hardwire?
my page is at:
http://wickedmag.com/cpg143/index.phpand the page to make the change to get rid of the image behind the new banner.
thanks,
jt
code followes--------TEMPLATE------ FOR template.html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
<link rel="stylesheet" type="text/css" href="themes/hardwired/style.css" />
<style type="text/css">
<!--
.style1 {font-size: x-large}
-->
</style>
{META}
<script type="text/javascript" src="scripts.js" ></script>
<!-- $Id: template.html,v 1.12 2005/12/04 03:22:35 donnoman Exp $ -->
</head>
{CUSTOM_HEADER}
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="54" rowspan="3" id="far-left"><img src="themes/hardwired/images/header.jpg" width="54" height="14" alt="" /></td>
<td width="18" class="middle-left"><img src="themes/hardwired/images/header.jpg" width="18" height="14" alt="" /></td>
<td width="801" height="144" align="left" class="right-banner">
<div class="left-banner">
<!-- <div class="gal_name">{GAL_NAME}Wicked Mag Photo Gallery</div>
-->
<div class="gal_name style1"><img src="themes/hardwired/images/header.jpg" width="800" height="115" /></div>
<!-- <div class="gal_description">{GAL_DESCRIPTION}</div>
-->
<div class="gal_description">Your Extreme Trucking Photo album</div>
</div>
</td>
<td width="19" class="middle-right"><img src="themes/hardwired/images/header.jpg" width="19" height="14" alt="" /></td>
<td width="54" rowspan="3" class="far-right"><img src="themes/hardwired/images/header.jpg" width="53" height="14" alt="" /></td>
</tr>
<tr>
<td width="18" class="middle-left"> </td>
<td class="gallery"><div align="right" class="topmenu"> {SYS_MENU} </div>
<br />
<div align="left" class="topmenu">{SUB_MENU}</div> <br />
<div align="center"> {THEME_SELECT_LIST} {LANGUAGE_SELECT_LIST} </div>
<br />
{ADMIN_MENU} {GALLERY}</td>
<td width="19" class="middle-right"> </td>
</tr>
<tr valign="baseline">
<td width="18" class="middle-left"><img src="themes/hardwired/images/header.jpg" width="18" height="31" alt="" /></td>
<td class="bottom-middle"> </td>
<td width="19" class="middle-right"><img src="themes/hardwired/images/header.jpg" width="19" height="31" alt="" /></td>
</tr>
</table>
<br />
<div align="center"> {LANGUAGE_SELECT_FLAGS} <br />
<br />
</div>
{CUSTOM_FOOTER}
{VANITY}
</body>
</html>