Posted by Neredbojias on 10/17/07 15:36
Well bust mah britches and call me cheeky, on Wed, 17 Oct 2007 13:09:32 GMT
scribed:
> Hello all,
>
> I have the following simple html how can I display the second table
> content like the first one. As i have add the <form>payment</form>
> tag. Any method to remove the spacing.
>
>
> <table border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td>[history | payment]</td>
> </tr>
> </table>
>
> <table border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td>[history | <form>payment</form>]</td>
> </tr>
> </table>
>
> Thx,
>
> Wing
Set margins and padding to 0 on the form. If the line feeds are a problem,
it _may_ be possible to render the form as inline (display:inline;).
--
Neredbojias
Half lies are worth twice as much as whole lies.
[Back to original message]
|