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.