Click to See Complete Forum and Search --> : plz help


webmind
11-21-2006, 04:53 AM
hai friends,i want to design a web page that fit to normal screen size(800 x 600).when we view on large screen(1024 x 768),it should keep white space on both sides(web page on the centre).How we can do this page layout.Plz help

KDLA
11-21-2006, 08:31 AM
Set the width to 750px and center the layout.

lisa33
11-22-2006, 08:59 PM
hai friends,i want to design a web page that fit to normal screen size(800 x 600).when we view on large screen(1024 x 768),it should keep white space on both sides(web page on the centre).How we can do this page layout.Plz help



if using dreamweaver you must select "center" in the align pull down menu. This will place your tabel in the center leaving white on both sides.

mrizwan
11-22-2006, 09:46 PM
hai friends,i want to design a web page that fit to normal screen size(800 x 600).when we view on large screen(1024 x 768),it should keep white space on both sides(web page on the centre).How we can do this page layout.Plz help
First make it sure you design your page inside a table. Designing without a table will disturb all layout of your page when you will align the contents to center.
Then simply change align property of main table to center. That's all.

Centauri
11-23-2006, 12:39 AM
First make it sure you design your page inside a table. Designing without a table will disturb all layout of your page when you will align the contents to center.

Worst piece of advice I have seen for a while..........

mrizwan
11-23-2006, 03:05 AM
Worst piece of advice I have seen for a while..........
This is not an advice. Its only a reminder for newbie asking such basic question.