ok try this.
Make sure you only do this in the Christmas Style otherwise you will mess up your normal style.
in your navbar template
find
Code:
style="background-image:url(xmas/misc/tile_back.gif)"
delete it
find
Code:
<td width="58" height="29" align="left" valign="top"><img src="xmas/misc/tile_back_left.gif" width="58" height="29" alt=" " border="0" /></td>
delete it
find
Code:
<td width="58" height="29" align="right" valign="top"><img src="xmas/misc/tile_back_right.gif" width="58" height="29" alt=" " border="0" /></td>
delete it
Go to 'Search in templates' and locate the following
Code:
<!-- top skin4u.org category table setup -->
<table width="100%" style="background-image:url(xmas/misc/tile_back.gif)" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="58" height="29" align="left" valign="top"><img src="xmas/misc/tile_back_left.gif" width="58" height="29" alt=" " border="0" /></td>
<td width="100%" style="background-image:url(xmas/misc/tile_back.gif)" valign="middle"><div class="smallfont" align="center"> <strong>The Run down</strong></div></td>
<td width="58" height="29" align="right" valign="top"><img src="xmas/misc/tile_back_right.gif" width="58" height="29" alt=" " border="0" /></td>
</tr>
</table>
<!-- End top category table setup -->
then delete it (I'm not sure which template that will be in)
Then repeat process for
Code:
<!-- bottom table setup -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="120" align="left" valign="top"><img src="xmas/misc/ftile_back_left.gif" width="120" height="23" alt=" " border="0" /></td>
<td width="100%" style="background-image:url(xmas/misc/ftile_back.gif)"></td>
<td width="120" align="right" valign="top"><img src="xmas/misc/ftile_back_right.gif" width="120" height="23" alt=" " border="0" /></td>
</tr>
</table>
<!-- End bottom table setup -->
and delete this
in your header template
find
Code:
<td valign="top" align="left" width="104px" style="background: url(xmas/misc/left_middle.gif) repeat;">
<img src="xmas/misc/left_top.gif" align="top" /></td>
delete it
find
Code:
<!-- Snow Effect(Small SnowFlakes) by Blackpheonix ? to Dynamic Drive -->
<script type="text/javascript" src="/forum/images/misc/snow.js">
</script>
<!-- /Snow Effect(Small SnowFlakes) by Blackpheonix ? to Dynamic Drive -->
delete it
Search in templates for
Code:
<!-- bottom table setup -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="120" align="left" valign="top"><img src="xmas/misc/ftile_back_left.gif" width="120" height="23" alt=" " border="0" /></td>
<td width="100%" style="background-image:url(xmas/misc/ftile_back.gif)"></td>
<td width="120" align="right" valign="top"><img src="xmas/misc/ftile_back_right.gif" width="120" height="23" alt=" " border="0" /></td>
</tr>
</table>
<!-- End bottom table setup -->
and delete it (this is possibly in your navbar)
That should od the trick. If I've missed anything let me know.