Help Me With Table Format

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.
 
M

mikefitzgibbonsson

Easiest way would be to load the code into an html editor and merge the
two lower cells together.
 
T

Toby Inkster

Dennis said:
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?

Drop "border=4" then add the following styles to your TABLE element:

border: 3px solid;

and the following style to your first TD element:

border-bottom: 2px solid;

That roughly what you want?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top