D
Dennis Marks
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%>
(e-mail address removed)
</td>
</tr>
</table>
</body>
</html>
--
Dennis M. Marks
Disclaimer: The above is my opinion. I do not guarantee it. Be sure to
back up any files involved and use at your own risk. Batteries not
included. Not for internal use. Don't run with knives.
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%>
(e-mail address removed)
</td>
</tr>
</table>
</body>
</html>
--
Dennis M. Marks
Disclaimer: The above is my opinion. I do not guarantee it. Be sure to
back up any files involved and use at your own risk. Batteries not
included. Not for internal use. Don't run with knives.