PDA

View Full Version : resizing



jdempsey12
07-05-2006, 12:42 PM
I'm putting all the pieces together in Dreamweaver 8 now and it looks pretty good. I'm making the resolution 760x420 and looks great when I have my web browser set to that. But my screen is much bigger and when I enlarge the web browser to full screen everything moves and streches to fit the whole screen. I would rather have it stay 760x420 and just have gray areas on each side. Does anyone know how to fix this?

sunder
07-05-2006, 12:50 PM
I'm not sure how one can implement this in Dreamweaver but this is done in html/css by setting the width values to px (pixels) instead of % (percentage)

jdempsey12
07-05-2006, 01:17 PM
Sunder I owe you a pay check with all the help you give me.

But one last thing when I switched it to px it's set to the left. How do you make it center?

sunder
07-05-2006, 01:33 PM
No problem jdempsey :) That's what we're here for
You could encase everything in between {div align="center"} and {/div}
(Use tags instead of curly brackets - the webpage picks it up)
In Dreamweaver, you might able to select everything and click on the Center button (like in MS Word or Frontpage).

Nojoy
07-05-2006, 06:43 PM
In Dreamweavers Properties Tab you should find an align attribute wich you can set to center default left or right. Select the table you want to allign and check under properties to center.