English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I would like to know how to create a web page in MS FrontPage that will resize its self to match the screen resolution of any browser that is viewing it? Can anybody help? Please keep answer simple novice web designer. Thanks

2007-03-15 10:17:29 · 2 answers · asked by Just Dave 1 in Computers & Internet Programming & Design

2 answers

This can be quite difficult for novice designers... for it to work in all the major browsers requires a bit of fudging with various bugs and such. Here is a good link on how to accomplish the effect you're looking for:

http://alistapart.com/articles/holygrail

2007-03-15 10:20:15 · answer #1 · answered by Rex M 6 · 0 0

a very simple solution to this is not to set the width and height to absolute pixel sizes. you should use percentages instead. ;)
example
instead of width = "300px" you can use width = "80%". This simply means that the component will dynamically resize itself with respect to window size... :)
to do this in frontpage, you need to hardcode it, thus use the code view.... :)

2007-03-22 18:21:43 · answer #2 · answered by czimon 2 · 0 0

fedest.com, questions and answers