Frontpage Diameters

R

Rhonda

Here is my problem. I am using a template, and when I have published it, it
looks fine on my PC. But if someone with a larger Monitor opend the site the
wording gets misaligned. Isn't there a way in the Page set up to when the
page is displayed, that no matter what computer it is displayed on , it
retains it configured settings?
 
T

Thomas A. Rowe

No such thing. You either have to use fixed width tables to structure your page layout or learn the
ins and outs of using CSS to layout your pages.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
C

Chris Leeds, MVP-FrontPage

sure, you've just got to set your tables to a fixed pixel width.

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
 
C

clintonG

Yes, you can use hard coded values to size and position elements (CSS is a
challenge to learn to retain the most control) but where and how you apply
fixed layouts is up to you to determine how to apply noting it is often a
real judgement call (often poorly implemented making readability even
worse). Risizing the content when the window is resized is the preferred
reasult that the best designers and usability experts recommend (myself
included although I am not neccessarily designating myself ).

Google: "liquid design"
 
Top