Quote:
Originally Posted by Niak
this code works on my vb 3.0.3
Code:
<table border="0" cellpadding="0" cellspacing="0" width="70%">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="75" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="50">
<tr>
<td width="28"><img src="images/quotes/quot-top-left.gif" width="28" height="19" alt="" /></td>
<td width="100%" style="background-image: url('images/quotes/quote-bg.gif')" valign="middle">
<span class="smallfont">Citation:</span></td>
<td width="14">
<img src="images/quotes/quot-top-right.gif" width="14" height="19" alt="" /></td>
</tr>
</table>
</td>
<td width="15" align="left" style="background-image: url('images/quotes/quot-lr-bg.gif')" valign="bottom">
</td>
<td width="0" align="left" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="200">
<tr>
<td width="72" valign="bottom">
<img src="images/quotes/quot-by-left.gif" width="14" height="19" alt="" /></td>
<td width="100%" style="background-image: url('images/quotes/quot-bye-bg.gif')" align="left" valign="middle" nowrap="nowrap">
<span class="smallfont">Posté par: <i><b>$username</b></i></span>
</td>
<td width="0" valign="bottom">
<img src="images/quotes/quot-by-right.gif" width="14" height="19" alt="" /></td>
</tr>
</table>
</td>
<td width="100%" align="right" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="background-image: url('images/quotes/quot-top-bg.gif')" width="100%" valign="middle">
</td>
<td width="10" align="left" valign="middle"><img src="images/quotes/quot-top-right-10.gif" width="15" height="19" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="10" style="background-image: url('images/quotes/quoting-left.gif')">
</td>
<td width="100%" valign="top" bgcolor="#ffffff"></td>
<td width="10" style="background-image: url('images/quotes/quoting-right.gif')">
</td>
</tr>
<tr>
<td width="10" style="background-image: url('images/quotes/quot-left-bg.gif')">
</td>
<td width="100%" valign="top" bgcolor="#ffffff"><span class="smallfont">
<i>$message</i></span></td>
<td width="10" style="background-image: url('images/quotes/quot-right-bg.gif')">
</td>
</tr>
<tr>
<td width="10" valign="top">
<img src="images/quotes/quot-bot-left.gif" width="15" height="15" alt="" /></td>
<td width="100%" style="background-image: url('images/quotes/quot-bot-bg.gif')">
</td>
<td width="10" valign="top">
<img src="images/quotes/quot-bot-right.gif" width="15" height="15" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
just search for "posté par:" and replace by originally post by
and also "Citation" by Quote
that's all
|
It works but I still get this white line across the text. How can I get rid of it and also can something be done to wrap the quote just around the text and not all the way?? Thanks