Quote:
Originally Posted by blitzkrg
here's what i did for the first temp.
<tr>
<td nowrap="nowrap" valign="top"><span class='time'></span>$time <b>{$ThisMSG['username']}:</b>
<font face='{$ThisMSG['vbchat_pref_font_face']}' style='color:{$ThisMSG['vbchat_pref_font_color']};'>{$ThisMSG['s_message']}</font></td>
for the 2nd
<tr>
<td nowrap="nowrap" valign="top">[<span class="highlight"><b><i>Private Message From {$ThisMSG['username']} @ $time</i></b></span>]
</td>
<td><font face='{$ThisMSG['vbchat_pref_font_face']}' style='color:{$ThisMSG['vbchat_pref_font_color']};'>{$ThisMSG['s_message']}</font></td>
|
Thanks that worked out nicely!