100% Table for Page Layout

G

Guest

I've tried to setup my pages to be flexible with different screen resolutions
by placing text and images inside of tables with a 100% width attribute; but,
it doesn't seems to work. Is there a FrontPage 2003 setting that I must check?

Thanks!
 
K

Kevin Spencer

That depends on what you mean by "doesn't seem to work." What are you
shooting for? What were the expectations that you had? What was the outcome?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
A watched clock never boils.
 
J

Jens Peter Karlsen [FP-MVP]

Remember that what you put in the table must also be able to adapt,
else it doesn't matter that the table itself can.

BTW. It is not the screen resolution that are of interest, but the
size of the browser window.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
G

Guest

Here's the web page:
http://www.pbabroker.com/02BusinessesForSale.htm

I want the table that has the business listings to expand and contract based
on individual browser settings. That is, the table's width should adjust to
accommodate the browser. I thought setting the table width to 100% or even
80% would do it, but my client says he must scroll to the right to view the
entire table. How can you set up a table that will fill the bowser window but
not exceed it (width only)?
 
M

Murray

For starters the code on that page is so badly ganked it's a wonder your
client sees anything. There is no </body> tag, there are unclosed <table>
tags. There are about a zillion </div> tags.

I dunno....

--
Murray
============

Training Spec. said:
Here's the web page:
http://www.pbabroker.com/02BusinessesForSale.htm

I want the table that has the business listings to expand and contract
based
on individual browser settings. That is, the table's width should adjust
to
accommodate the browser. I thought setting the table width to 100% or even
80% would do it, but my client says he must scroll to the right to view
the
entire table. How can you set up a table that will fill the bowser window
but
not exceed it (width only)?
 
R

Rob Giordano \(Crash\)

oye...besides all the divs

you have a problem here:
<div class="Section1" style="width:920px; height: 383px">

you're specifying a width wider than 760px...at least I think that's it.


| Here's the web page:
| http://www.pbabroker.com/02BusinessesForSale.htm
|
| I want the table that has the business listings to expand and contract
based
| on individual browser settings. That is, the table's width should adjust
to
| accommodate the browser. I thought setting the table width to 100% or even
| 80% would do it, but my client says he must scroll to the right to view
the
| entire table. How can you set up a table that will fill the bowser window
but
| not exceed it (width only)?
| --
| John
|
|
| "Murray" wrote:
|
| > And most importantly, what is the code?
| >
| > --
| > Murray
| > ============
| >
| > | > > That depends on what you mean by "doesn't seem to work." What are you
| > > shooting for? What were the expectations that you had? What was the
| > > outcome?
| > >
| > > --
| > > HTH,
| > >
| > > Kevin Spencer
| > > Microsoft MVP
| > > .Net Developer
| > > A watched clock never boils.
| > >
message
| > > | > >> I've tried to setup my pages to be flexible with different screen
| > >> resolutions
| > >> by placing text and images inside of tables with a 100% width
attribute;
| > >> but,
| > >> it doesn't seems to work. Is there a FrontPage 2003 setting that I
must
| > >> check?
| > >>
| > >> Thanks!
| > >> --
| > >> John
| > >
| > >
| >
| >
| >
 
B

Bob Lehmann

uh, yeah Tom - That's the problem he's trying to solve. Thanks for repeating
the problem, though.

Training Spec - As rob pointed out, you have a <div> with a width of 920
pixels. That is what is causing the scrolling.

Bob Lehmann
 
G

Guest

Thanks to All!

Funny thing...right after I sent my last reply, I noticed the 920 pixel, too!

Yeh, it's messed up! I had lost the original web and had to download a copy
from the server. I've been trying to fix it ever since!

Thanks again!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top