> What is <tbody> ???
It's a HTML 4.0/4.1 standard. Its a way to wrap the whole table in a body
statement. Its optional, but I like it because it helps me when I write
tons and tons of nested tables.
-Greg
----- Original Message -----
From: "Dru Whitledge" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 15, 2000 5:06 PM
Subject: Re: HTMl:Border Around Tables -- <tbody> ???
> What is <tbody> ???
>
> Dru
>
>
> At 14:33 12/15/2000 -0500, you wrote:
> >Norman:
> >
> >Here is what I do. NOTE: To make the border thicker change the
> >cellpadding=2 to a greater number:
> >
> ><table width="100%" bgcolor="#990099" border="0" cellspacing="0"
> >cellpadding="1">
> > <tbody>
> > <tr>
> > <td>
> > <table width="100%" bgcolor="#990099" border="0" cellspacing="0"
> >cellpadding="2">
> > <tbody>
> > <tr>
> > <td width="100%" bgcolor="#ffffff">Your Text Goes Here
> > </td></tr></tbody></table>
> > </td></tr></tbody></table>
> >
> >Hope this helps:
> >-Greg
> >----- Original Message -----
> >From: <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Friday, December 15, 2000 1:05 PM
> >Subject: HTMl:Border Around Tables
> >
> >
> >>
> >> I have been struggling with this one for quite some time
> >> now: I need a one pixel border around the OUTSIDE of a
> >> table. Here's my most recent attempt:
> >>
> >> Enclose the table within another table. Set the
> >> cellspacing of this "outer" table to one pixel and give
> >> the specified BGCOLOR.
> >>
> >> This works fine in IE, but Netscape displays a two-pixel
> >> border on the top & left edges, with no border on the
> >> bottom & right edges.
> >>
> >> Does anyone else have a solution? I'm trying to avoid
> >> CSS since I can't guarantee browser compatibility,
> >> although if you know of a cross-browser CSS solution, I
> >> would be very happy.
> >>
> >> Thanks!
> >>
> >> Norman Elton
> >> Information Technology
> >> College of William & Mary
> >>
> >>
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: HTMl:Border Around Tables -- ???
Greg Wolfinger
Fri, 15 Dec 2000 17:09:08 -0800
- HTMl:Border Around Tables wnelto
- Re: HTMl:Border Around Tables Greg Wolfinger
- Re: HTMl:Border Around Tables -- <tbody>... Dru Whitledge
- RE: HTMl:Border Around Tables Greg Wolfinger
- RE: HTMl:Border Around Tables ron
- RE: HTMl:Border Around Tables Bill Killillay
- Re:HTMl:Border Around Tables Chris Terrebonne
- Re: HTMl:Border Around Tables Shane Witbeck
Reply via email to
- HTMl:Border Around Tables wnelto
- Re: HTMl:Border Around Tables Greg Wolfinger
- Re: HTMl:Border Around Tables -- <tbody>... Dru Whitledge
- RE: HTMl:Border Around Tables Greg Wolfinger
- RE: HTMl:Border Around Tables ron
- RE: HTMl:Border Around Tables Bill Killillay
- Re:HTMl:Border Around Tables Chris Terrebonne
- Re: HTMl:Border Around Tables Shane Witbeck

