The World-Wide Web is just that: World-wide. It is populated by people of
many nations, using many types of computer hardware, different operating
systems, different screen resolutions, different browsers with differeing
configurations, and differing browser window sizes. Making a web page look
the same in all of them is impossible. That said, however, there are ways of
making a web page look acceptably close to the same in almost all of them.
This, however, is not a simple task.
For a beginner, perhaps using HTML tables for layout is the best idea to
start with. Positioning elements in a page is a difficult task without using
either CSS (Cascading Style Sheets) or tables. CSS is definitely more
difficult to master. HTML tables are relatively easy to use, and FrontPage
can build them for you easily. You can set the layout properties of a table
to use absolute pixel dimensions, or percentages. If you want the table to
expand and contract with the browser window, use percentages. If you want
the contents of the table to remain in the same place regardless of the
browser window, use absolute pixel sizes.
Then you simply put your HTML content (text, images, etc) into the various
table cells you create.
Again, even this will be something of a learning curve. But that's just the
way things are.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.