Quote:
Originally Posted by hellbomb
You need to add the code to an existing part of the code. Tables will move the rest of the collums over to make room for that. put it in an existing TD or a DIV code.
|
Only because my title says "Coder/Designer" doen't mean I'm good at this so I'm asking you for a little more help than that, please.
This is the code:
HTML Code:
<table width="$stylevar[outertablewidth]" class="page" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="16" bgcolor="#0d150f" background="images/styles/rwc_372/misc/rwc_leftside_spacer.png"><img src="images/styles/rwc_372/misc/rwc_leftside_spacer.png" width="16" height="1"></td>
******** <td width="208" bgcolor="#0d150f" background="images/mainbg.png"><img src="images/mainbg.png" width="208" height="1037"></td> ********
<td width="100%">
<!-- open content container -->
<if condition="$show['old_explorer']">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
<else />
<div align="center">
<div class="page" style="100%; text-align:$stylevar[left]">
<div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px" align="$stylevar[left]">
</if>
I put the part that I want to act as a background in within "********".