Newbie asking about page size

P

PR

I have a million questions, but I'll focus on one
My web pages are either too short or the bottom edge is cut off. Some pages are set to 100% height and others to a fixed height, neither solution is exactly right. I have my widths set to 100%. To improve the bottoms of my pages, any suggestions for pixel setting? I want my pages to automatically adjust to size, with no scrolling down unless a page calls for it. My site, which is very much still under construction, is at IP# 69.94.18.15
All comments welcome! Many thanks!
 
A

anonymous

From what I saw on a couple of pages that I visited you
are using both 100% and fixed height variables for your
tables. One in particular had height=100% and
height="595". You might want to try using one or the
other but not both at the same time.
-----Original Message-----
I have a million questions, but I'll focus on one:
My web pages are either too short or the bottom edge is
cut off. Some pages are set to 100% height and others to a
fixed height, neither solution is exactly right. I have my
widths set to 100%. To improve the bottoms of my pages,
any suggestions for pixel setting? I want my pages to
automatically adjust to size, with no scrolling down
unless a page calls for it. My site, which is very much
still under construction, is at IP# 69.94.18.151
 
S

Stefan B Rusynko

Height is not universally supported by all browsers and is a function of the users screen resolution and browser window size, plus
the table content
- 9 times out of ten you can't and shouldn't try to control it

IMHO
remove all the inline styles from your tables and all height settings




| Thanks for looking. I'm not great with HTML, but if you recall which page had both settings, I'll try to repair.
 
S

Stefan B Rusynko

Some older browser don't support inline styles and choke on it
Use external style sheets or embedded styles instead of inline styles




| Do you really mean ALL inline styles? Some styles specified color, and i know some are funky ways I used to indent or try to
position elements...
 
J

jjprescott

For what it is worth, I looked at your site and it came up well for all pages on my screen. Looks good also. Congrats
 
Top