help with the code that makes the image appear

bigbear

Joined: 2002-08-16
Posts: 11
Posted: Wed, 2002-09-11 13:43

Hi there

I need help with locating the code that generates the thumbnail on the random block.

Currently the image generated there uses the code:
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE><img src=xxx></TD></TR></TABLE><!-- BBCode End -->

I need it to generate this
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE><img src="xxx"></TD></TR></TABLE><!-- BBCode End -->

thanks for any help given.