Webpage size

helponthesite

Solid State Member
Messages
7
Hi. Im looking for a way to make my webpage resize itself according to what size screen it is on. I created the site www.buyacredit.com and it was perfect and central on my 22" screen. However on laptops and other screens, the image is too big and you have to scroll along to see everything. Im sure there must be a way to make it so it alters itself according to the screen resolution.
Thanks.
 
Have you tried google? Try searching for: Adjust webpage to screen resolution
or something similar.
 
Well, it depends what you mean by a "webpage". If it's just an image like the one currently on the site you linked to, you're going to have to use some JavaScript to resize the image depending on the screen resolution. If you're using tables or divs (actual HTML code) you can use CSS to have the width go to 100% width of the browser, regardless of the user's resolution.
 
Back
Top Bottom