用了自製的 smflogo.gif ? 但每次都有一個好像 table td 的方框圍繞我的smflogo.gif, A電腦看是紫色方框, B電腦看是藍色方框, 要怎樣才可令它變成白色或透明?
是否改以下句子?
<table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="position: relative;">
<tr>
<td colspan="2" valign="bottom" style="padding: 5px; white-space: nowrap;">';
// This part is the logo and forum name. You should be able to change this to whatever you want...
echo '
<img src="', $settings['images_url'], '/smflogo.gif" width="250" style="float: right;" alt="" />
<span style="font-family: Georgia, sans-serif; font-size: xx-large;">', $context['forum_name'], '</span>';
echo '
</td>
</tr>