Re: Tables
by "Keith D Sellars" <Keith(at)webgraffix.com>
|
| Date: |
Wed, 26 Mar 2003 07:58:27 -0500 |
| To: |
"HWG Basics" <hwg-basics(at)hwg.org> |
| References: |
p1 S0026260871 p12 |
| |
todo: View
Thread,
Original
|
|
What I mean by overlapping or missing tags is that you can't for instance
have the following:
</table>
</table>
Under no circumstances is the above valid html. You are missing some tags.
If a table is inside of another table, it must be inside of cell tags
(<td></td>). Until you get that cleared up, you're not going to be able to
produce any trustworthy results. Your browser "may" display it ok because
it assumes where the closing tags should be, but it is not a good idea to
rely on browsers to properly display invalid code.
Thanks,
Keith D Sellars
WebGraffix
www.webgraffix.com
"Making database sites seem easy"
----- Original Message -----
From: "Beauford.2002" <beauford.2002(at)rogers.com>
To: "Keith D Sellars" <Keith(at)webgraffix.com>
Cc: "HWG Basics" <hwg-basics(at)hwg.org>
Sent: Wednesday, March 26, 2003 12:03 AM
Subject: Re: Tables
> In order to see what I'm talking about, you may want to save it and look
at
> it in your browser. The blue border should not be static when you
maximize
> the browser. I'm not sure what you mean by overlapping tags as each one is
> started and ended with the proper tags. (sorry, I just noticed one </TD>
> should have been a <TR>), but it didn't make a difference. Hope this
> clarifies it.
>
>
> ----- Original Message -----
> From: "Keith D Sellars" <Keith(at)webgraffix.com>
> To: "HWG Basics" <hwg-basics(at)hwg.org>
> Sent: Tuesday, March 25, 2003 10:05 PM
> Subject: Re: Tables
>
>
> > I'm not sure exactly what you're asking, but you have some big problems
> with
> > overlapping tags in the code you posted. I believe the answer to what
> > you're asking is to simply make the inner table a set width instead of
> > percentage, but as I said, I'm not exactly sure what you're asking.
> >
> > For reference, however, here is the proper structure:
> > <table>
> > <tr>
> > <td>
> > <table>
> > <tr>
> > <td>
> > </td>
> > </tr>
> > </table>
> > </td>
> > </tr>
> > </table>
> >
> > Thanks,
> > Keith D Sellars
> > WebGraffix
> > www.webgraffix.com
> >
> > "Making database sites seem easy"
> >
> > ----- Original Message -----
> > From: "Beauford.2002" <beauford.2002(at)rogers.com>
> > To: "HWG Basics" <hwg-basics(at)hwg.org>
> > Sent: Tuesday, March 25, 2003 8:57 PM
> > Subject: Tables
> >
> >
> > > Hi,
> > >
> > > Given the code below, how do I make it so the middle box is always the
> > same
> > > size. So when a user maximizes their browser, the middle box won't
> change,
> > > but the borders will expand. I'm not that good with tables, and these
> > things
> > > always baffle me - or do I even have it right to start with....
> > >
> > > Thanks
> > >
> > > <TABLE WIDTH=100% HEIGHT=10% cellpadding="0" cellspacing="0"
> > > BGCOLOR="#0E3259">
> > > <TR VALIGN=top><TD>
> > > </TD></TR>
> > > </TABLE>
> > >
> > > <TABLE WIDTH=100% cellpadding="0" cellspacing="0">
> > > <TR>
> > > <TD>
> > > <TABLE WIDTH=100% cellpadding="0" cellspacing="0">
> > > <TR>
> > > <TD VALIGN=top ALIGN=left WIDTH=5% BGCOLOR="#0E3259"></TD>
> > > <TD VALIGN=top ALIGN=left WIDTH=90%>
> > >
> > > <BR><BR><BR><BR><BR><BR>.... Bunch of stuff goes
> > > here....<BR><BR><BR><BR><BR><BR>
> > >
> > > </TD>
> > > <TD VALIGN=top ALIGN=right WIDTH=5% BGCOLOR="#0E3259">
> </TD>
> > > </TR>
> > > </TABLE></TABLE>
> > >
> > > <TABLE WIDTH=100% HEIGHT=10% cellpadding="0" cellspacing="0"
> > > BGCOLOR="#0E3259">
> > > <TR VALIGN=top>
> > > <TD>
> > > </TD></TR>
> > > </TABLE>
> > >
> > >
> > >
> >
> >
> >
>
>
>
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.