Quote:
Originally Posted by Ryan McBain
Something tells me version 3.0 needs to be made lol
|
Version 3.0 (for vB 3.0.0 beta7)
Insert into the "bbcode_quote" template in the Style Manager:
Code:
<table style="background-color:#EEEEEE; color:black; border:1px solid #BBBBBB" border="0" cellspacing="0" cellpadding="5">
<tr>
<td valign="top" bgcolor="#BBBBBB">
<div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:-10px">?</div>
</td>
<td rowspan="2"><font style="font-size: 10px;">
<if condition="$username != ''">
Originally Posted By: <i><b>$username</b></i><br
<br></if>
$message</font></td>
<td rowspan="2" valign="bottom" bgcolor="#BBBBBB">
<div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:25px">?</div>
</td>
</tr>
<tr>
<td height="25" valign="top" bgcolor="#BBBBBB"></td>
</tr>
</table>
<br>