Jump to content

setting the resolution/size


KyoniNyoni

Recommended Posts

I've just broken my html virginity- in fact just yesterday. Spent hours setting up the front page - have a newly found respect for computer programmers. Anyway I think I'm catching on ok- I need help though. I want to set the resolution of the page to 800 by 600 so its accessable to all- how to I do that- I hate scrolling down the screen to see the entire page. My website if you are interested is www.kyoninyonifilms.com .Thanx. :)

Link to comment
Share on other sites

You cannot change the resolution, that's off bounds.What you can do is code your page so that it works in all resoltions or use javascript to access screen properties and deliver a page depending on it's values.

Link to comment
Share on other sites

Any idea how i do that or can u recommend a website? I'm flying blind. :)

What you can do is code your page so that it works in all resoltions
It's a matter of checking your work as you go along, try to use % instead of px, relative postioning instead of absolute.
or use javascript to access screen properties and deliver a page depending on it's values.
Here's one i did a while ago, depending on the resolution the stylesheet is changedhttp://scott100.atspace.com/switcher.htm
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...