Posted by mikefitzgibbonsson on 12/01/41 11:50
Easiest way would be to load the code into an html editor and merge the
two lower cells together.
Dennis Marks wrote:
> The following HTML is for a signature. There is one upper box that spans
> 2 columns and 2 lower boxes. I want to retain all borders except the one
> between the 2 lower boxes. I want the lower 2 boxes to look like a
> single box. Is there a way to do it?
>
>
> <html>
> <head>
> </head>
> <body>
> <table cols=2 border=4 style="background-color:teal;color:white">
> <tr>
> <td colspan=2>
> <img src="file:///C:/xxxxx/signature.jpg">
> </td>
> <tr>
> <td width=50%>
> Dennis M. Marks
> <br>
> Chico, California
> </td
> <td width=50%>
> xxxxx@dcsi.net
> </td>
> </tr>
> </table>
> </body>
> </html>
>
Navigation:
[Reply to this message]
|