Yep i did,Like i said it seems to work fine in certain templates on the custom skin such as the one for viewing a single post or quoting a reply or replying to a thread.The problem only occurs in the showthread pages.I notice if i edit the post with the image in it then the mod works but once i refresh the page the image is large again.
The only edits i made to that template are the following and removing them causes the mod to work correctly.I assume it has something to do with the onload command.Is here something i can add to fix this?
This code directly under the $header code
HTML Code:
<!-- begin mainbody custom begin -->
<div align="center">
<table width="984" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="5" height="428" background="$vboptions[bburl]/images/re-wu/mainfiles/lborder.jpg"> </td>
<td align="center" valign="top" background="$vboptions[bburl]/images/re-wu/mainfiles/backround.jpg"style="background-repeat:repeat-y;"><div align="center">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left">
<!-- end mainbody custom begin -->
And this right above the $footer code
HTML Code:
<!-- begin mainbody custom end -->
<br />
</td>
</tr>
</table>
</div>
</td>
<td width="9" colspan="2" align="right" valign="top" background="$vboptions[bburl]/images/re-wu/mainfiles/rborder.jpg"style="background-repeat:repeat-y;background-position: top right;"><table width="161" height="361" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="26" height="348"><img src="$vboptions[bburl]/images/re-wu/mainfiles/rb1.gif" alt="" width="26" height="348"></td>
<td width="114"><img src="$vboptions[bburl]/images/re-wu/mainfiles/rb2.jpg" alt="" width="114" height="348"></td>
<td width="21"><img src="$vboptions[bburl]/images/re-wu/mainfiles/rb3.jpg" alt="" width="21" height="348"></td>
</tr>
<tr>
<td height="12" background="$vboptions[bburl]/images/re-wu/mainfiles/rb4.gif"> </td>
<td height="20" background="$vboptions[bburl]/images/re-wu/mainfiles/rb5.jpg"> </td>
<td height="12" background="$vboptions[bburl]/images/re-wu/mainfiles/rb6.jpg"> </td>
</tr>
</table></td>
</tr>
</table></div>
<!-- end mainbody custom end -->
bump