Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Help Me With Table Format

 
Thread Tools Search this Thread
Old 06-16-2006, 08:58 PM   #1
Default Help Me With Table Format


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%>

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

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----


Dennis Marks
  Reply With Quote
Old 06-17-2006, 03:52 AM   #2
mikefitzgibbonsson
 
Posts: n/a
Default Re: Help Me With Table Format

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%>
>
> </td>
> </tr>
> </table>
> </body>
> </html>
>

  Reply With Quote
Old 06-17-2006, 10:00 AM   #3
Toby Inkster
 
Posts: n/a
Default Re: Help Me With Table Format

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?


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?

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Now Playing ~ ./ed_harcourt/elephants_graveyard/2-12_-_breathe_a_little_softer.ogg

  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump