Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
page resolution
Name: sloc_nz Date: October 31, 2004 at 17:39:54 Pacific OS: winxp CPU/Ram: 1024
Comment:
hi all, hey I have built a web page on my 19" monitor and forgot to size it correctly for the user that is using smaller screen resolutions so it is huge for users with smaller monitors.
how do I change the web page size from say 1024 x 768 to say 800x600 I am using dreamweaver mx
Summary: when I right click and select "Create Shortcut" I don't understand, do you mean when you do this in IE? Are you trying to add it to your favourites/bookmarks list? Sorry to tell you this but frames ar...
Summary: one thing you can do is design web pages to be viewed by certain screen resolutions, and use javascript to redirect your visitor to the correct web page based on the screen resolution they are using s...
Summary: Typically layout is handled with either TABLE or DIV elements set to a specific width or to 100%, which then changes size as the page is resized or viewed on different resolutions. ...