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 and 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 nothing working.
When I edited the header there came borders all around my main forum content, I liek it so I didn't want to remove it but the problem above started instead.
This is me "spcaer_open" template:
I removed the "spacer" image only and 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 nothing working.
When I edited the header there came borders all around my main forum content, I liek it so I didn't want to remove it but the problem above started instead.
This is me "spcaer_open" template:
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="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>
Comment