if you're using CSS to define the way this all looks anyway couldn't you do
something like:

.tdleft {
    background-color: white;
    border-right: 1px solid black;
    ...other CSS stuff...
    }

.tdright {
    background-color: white;
    border-left: 1px solid black;
    ...other CSS stuff...
    }

html:

<table border="0" cellpadding="5" cellspacing="0">
<tr>
<td class="tdleft">Text<td>
<td class="tdright">More Text<td>
</tr>
</table>

which would render as this:

    Text    |    More Text



----- Original Message ----- 
From: "Critz" <[EMAIL PROTECTED]>
To: "CF-Community" <[EMAIL PROTECTED]>
Sent: Tuesday, July 08, 2003 10:55 AM
Subject: Re: is this "legal" (html)?


> oi Kevin!!
>
> just a separator between two TD's
>
> basically just a vertical HR
>
>
> --------------------------------------------
> |                                          |
> |     stuff        |        stuff          |
> |                  |  <---                 |
> |                  |                       |
> |                  |                       |
> --------------------------------------------
>
>
>
> ------------------------------------
> Tuesday, July 8, 2003, 1:52:02 PM, you wrote:
>
> KG> I guess, but ugh. What are you using it for?
>
> KG> -Kevin
>
> >> -----Original Message-----
> >> From: Critz [mailto:[EMAIL PROTECTED]
> >> Sent: Tuesday, July 08, 2003 12:45 PM
> >> To: CF-Community
> >> Subject: is this "legal" (html)?
> >>
> >>
> >> oi CF-Community,!!
> >>
> >>   <hr style="height:200px;width:1px;color:black">
> >>
> >>
> >> ---
> >> [This E-mail scanned for viruses by Declude Virus]
> >>
> >>
> KG>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
                                

Reply via email to