View Single Post
  #3  
Old December 9th 04, 05:10 AM
Jose
external usenet poster
 
Posts: n/a
Default

What is "gigantic" about it?

The amount of screen real estate it takes up.


Really? I've got the tables set to 80%, which *should* keep the page from
being larger than the screen size.

What screen resolution are you running? On my monitor (set to 1200 x 1600)
my opening page only takes up about 3/4 of the screen.


I have a twenty-one inch screen, I'm running 1600x1200, Windows 98,
Netscape 7.2, and have the web browser set to open in 2/5 of the
screen width. Your graphic hangs off the right side of my screen.

I often run Email, IM, a text editor, calendar, word processor, and a
file browser at the same time and use the screen for these apps too.

It's a pretty picture, but not one that's worth forcing horizontal
scrolling. Maybe one problem is that you have an information bar on
the left. That information bar is the most important element on the
screen, and it is relegated to postage stamp status. You use
font size="2"
all over the place and use a font face that is not very monitor
friendly in the first place. Why so teeny? (base font size is 3,
unless you disregard the user's defaults and force a basefont tag on
the user.) I'd want to see this information larger than base size,
say 4 or 5. Even better is to use a heading type tag.

You are still using javascript on the page, for example:
if(MSFPhover) {
MSFPnav2n=MSFPpreload("_derived/welcome_to_the_inn.htm_cmp_axis110_vbtn.gif");


I have no idea why I'd wanat to preload a .gif file, and in fact I
don't think I do. But the script is there.

While I'm at it, the "welcome to the inn" page also hangs off the
edge. I bet it's the following line and those like it:

table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" width="593" height="60"

You specify an exact width, and I then have to scroll around when it
doesn't fit (rather than have the table itself accomodate me).
Remember, that 593 pixels is added to the navigation bar on the left,
and to everything else on the page.

The "breakfast in your suite" page is better - I can narrow that page
quite a bit and it accomodates me, until I squeeze it past the point
of the navigation bar on the left, and the word "Breakfast" in the
headline. Make the typeface smaller. You specify
style="font-size: 42pt"
which is =awful= design! People have different sized screens, browser
windows, etc, and 42pt might be the whole screen! Use relative sizes
(size=6) or better, descriptor tags ("heading") which let the browser
figure out how to best handle it. HTML is a "markup" language, not a
layout language. "Markup" means you tell the browser what a
particular element =functions= as, (i.e. is it a heading, body text,
quote, sample computer code, etc) and the browser formats it
appropriately, based on the browser's capabilities.

"Long term guests" has the table problem in spades. It demands more
than half my 1600 pixels to display properly (and this is true even if
I reduce the type size in my browser to the point where I have microbe
sized type - it still requires fifty acres of real estate because of
the fixed table size. 725 pixels, plus another 165 pixels for the
navigation bar. That's almost 900 pixels =required= as a minimum!

I may very well want to shrink a window when I compare it with two
other hotels, or have three of your own pages open at once (I'm
comparing two, my wife is reading the third over my shoulder), or want
to post to a newsgroup in the meanwhile. Just imagine doing this on a
laptop with 800 pixels to work with. Feh!

Part of the problem is that you are using FrontPage, which
automatically does everything the Microsoft way and won't tell you.
These fixed widths can be changed to percents or defaults (honor the
user defaults!) but it takes work, and you have to get them all (and
ensure that FrontPage won't "improve" your web page the next time you
update it).

Hope this helps. Horizontal scrolling is a big negative in a web
site, and should be fixed.

Jose
--
Freedom. It seemed like a good idea at the time.
for Email, make the obvious change in the address.