MarkFoster
02-04-2009, 02:12 AM
New thread cause I really need help.
Um okay well today I edited the header so when people post pictures or have long quote PM conversations the forum or anything in between the header and footer gets stretched.
I removed the "spacer" image only anf nothing else.
Is there a code or anything I can add to make sure this wont happen anymore?
My "$spacer_open" Is just under the last "<!-- content table -->" in my header.
Still nothign working.
This is me "spcaer_open" template:
<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="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>
Um okay well today I edited the header so when people post pictures or have long quote PM conversations the forum or anything in between the header and footer gets stretched.
I removed the "spacer" image only anf nothing else.
Is there a code or anything I can add to make sure this wont happen anymore?
My "$spacer_open" Is just under the last "<!-- content table -->" in my header.
Still nothign working.
This is me "spcaer_open" template:
<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="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>