Re: Is there any advantage in using Frame vs. Layout Table?
From: Ronx (ronx917_at_hotmail.com)
Date: 01/19/05
- Next message: Ronx: "Re: Upgrading Question"
- Previous message: RICHARD BROMBERG: "HOW DO I DOWNLOAD MY FRONTPAGE SITE"
- In reply to: Trevor L.: "Re: Is there any advantage in using Frame vs. Layout Table?"
- Next in thread: Trevor L.: "Re: Is there any advantage in using Frame vs. Layout Table?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 Jan 2005 13:08:56 -0000
Layout tables are a way of laying out a page using tables, which, IMO, is
much better than using frames.
You can nest tables, this will enable two tables to be placed next to each
other:
example:
<table>
<tr>
<td>
<table>
<tr>
<td>...</td>
</tr>
</table>
</td>
<td>
<table>
....
</table>
</td>
</tr>
</table>
set table borders, cellspacing and cellpadding to zero.
There are other methods, using CSS for example.
For the frames problem, set the page margins to zero.
-- Ron Symonds (Microsoft MVP - FrontPage) Reply only to group - emails will be deleted unread. "Trevor L." <tandcl@homemail.com.au> wrote in message news:%23HSX2Ff$EHA.1400@TK2MSFTNGP11.phx.gbl... >I have seen queries about Layout tables before, and I haven't understood >them. > > I have used <frameset> <frame> ... </frameset> for the first time today > and it seems to work O.K. My main problem with it is the fact that the > frame is often bigger than its contents, e.g. a one line content (to be > used at the bottom of each page) needs 4 or 5 lines - making the frame > smaller cuts of the bottom and leaves only the blank that was added at the > top. > > But what is a layout table ? > > Is this just a way of saying to use tables to enclose all one's elements. > I have done this but find that you can't put a table beside a table - each > new table goes below. Framesets do help here, I found > > Can anyone throw any light in this topic > -- > Cheers, > Trevor L. > > > I choose Polesoft Lockspam to fight spam, and you? > http://www.polesoft.com/refer.html >
- Next message: Ronx: "Re: Upgrading Question"
- Previous message: RICHARD BROMBERG: "HOW DO I DOWNLOAD MY FRONTPAGE SITE"
- In reply to: Trevor L.: "Re: Is there any advantage in using Frame vs. Layout Table?"
- Next in thread: Trevor L.: "Re: Is there any advantage in using Frame vs. Layout Table?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|