viewing size

T

Teriel9

I have FP2003 and am using it on a 15" monitor.
When I am working on a web page the only way I can see how it will look is
if I preview in browser
Is the a way in which I can work on it so that I can see how it looks as I
go.
In other words, can I reduce the display size in "Normal" view
Thanks
Teriel9
 
T

Teriel9

Ron,
Many thanks for your prompt response.
If I choose a smaller size to work on, is this the size it will display in
peoples browsers or is just for the purpose of working on it
Thanks
Teriel9
 
R

Ronx

How the page displays in a browser depends on how you design the page.

Using fixed width, centred tables (or other container e.g. <div>) - the
page will display the same for all users.
Using % width containers, the page will grow or shrink to fill the users
browser - this will cause the layout to change as text wraps in different
places.
 
T

Teriel9

Thanks Ron
Teriel9

Ronx said:
How the page displays in a browser depends on how you design the page.

Using fixed width, centred tables (or other container e.g. <div>) - the
page will display the same for all users.
Using % width containers, the page will grow or shrink to fill the users
browser - this will cause the layout to change as text wraps in different
places.
 
Top