Quote:
Originally Posted by KHALIK
How can I remove the title heading ?
It has the URL in the title bar, on the latest vb 3.7.0 gold.
Any ideas why? and how do I get it removed.
|
fixed
Under Custom Replacement box, replace it with the following code given here.
Code:
<div style="text-align: center; margin: 20px;">
<table summary="table" class="tborder" align="center" border="0" cellpadding="6" cellspacing="1" width="1" style="margin: auto;">
<tbody>
<tr>
<td class="alt1">$PASSIVEEMBED</td>
</tr>
</tbody>
</table>
</div>