Website to fit all Screen Sizes

G

Guest

Hi, I have just made a website and I would like it to look well on all screen
sizes.
Is there any easy way of doing this?I am not using a CSS just simple HTML.
Should I be using a CSS to make the site fit all screens. I viewed the site
on a friends larger screen and the images were streched and didnt look half
as good as they do on my screen which is 1024 x 768
Any advise or help would be much appricaited
Thanks,
Niall
 
M

Murray

Make sure that you have no graphic elements (or horizontally adjacent
graphic elements in aggregate) that are wider than your smallest anticipated
browser viewport width (i.e., the width of the browser window, minus the
scrollbar, or chrome).

Use percent width page elements to hold your content so that they flex to
fill the viewport no matter how wide it is.

Be aware that this may produce strange looking pages if there is not much
content.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top