I guess it depends on where you get the statistics. They vary from place
to
place ;-)
Such as:
http://www.echoecho.com/
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
: Good information from Ronx. Just a thought: in my site statistics, about
95%
: of visitors are using monitor resolutions of 1024 x 768 pixels or
larger,
: with 1024 x 768 being only about 30%. People have big, high-resolution
: monitors these days. Of course, many users set their browser window to
: smaller than full-screen, but even considering that, I personally
consider
: the size which is convenient for the great majority to now be about 970
px.
: This is just one of those things that has gradually reached a point of
: change, in my opinion.
:
:
: --
: Patty Ayers |
www.WebDevBiz.com
: Free Articles on the Business of Web Development
: Web Design Contract, Estimate Request Form, Estimate Worksheet
: --
:
:
:
: : > First, make a copy of the page. When making major changes it is wise
to
: > have a backup.
: >
: > Open the page.
: > Use Insert->Table to create a single row, single column table at the
top
: > of the page.
: > Set the table to have a width of 760px, no visible borders,
cellspacing
: > and cellpadding both 0.
: > In code view the code will resemble:
: > <body>
: > <table cellpadding="0" cellspacing="0" border="0" width="760">
: > <tr>
: > <td> </td>
: > </tr>
: > </table>
: >
: > Now select all the content in the page below the table. Cut and Paste
: > into the table cell.
: > Save the page.
: > --
: > Ron Symonds - Microsoft MVP (FrontPage)
: > Reply only to group - emails will be deleted unread.
: >
: >
http://www.rxs-enterprises.org/fp
: >
: >
: >
: >
: > : >
: >> Thank you so much for the information! Now how do I do that???
: >>
: >> "Ronx" wrote:
: >>
: >> > Monitor size, shape and screen resolution have nothing to do with
how
a
: >> > page appears in a browser - the size of the browser window is the
: >> > important bit (screen resolution will set the maximum size).
: >> >
: >> > One method to fix the layout is to place your page content in a
fixed
: >> > width table - the table should be 760px wide for 800px width
browser
: >> > portal. Also do not use any absolute positioning, absolutely
: >> > positioned
: >> > items will always stay in the same place on the page, while the
page
: >> > moves around it. If you have positioned items in the page post a
link
: >> > - there ways around this.
: >> > --
: >> > Ron Symonds - Microsoft MVP (FrontPage)
: >> > Reply only to group - emails will be deleted unread.
: >> >
: >> >
http://www.rxs-enterprises.org/fp
: >> >
: >> >
: >> >
: >> >
: >> > : >> >
: >> > > How do I set up my FP2000 built site to show up the same on all
: >> > > monitors?
: >> > > When viewed on a wide monitor all of my settings are off. It is
: >> > > configured
: >> > > for a 800x600 view.
: >> >
: >> >
: >
:
: