Problems with layout on 800x600 screen setting - please help me!

liunx

Guest
I have created a website on a 1024x768 laptop which can be viewed at:<br />
<br />
<!-- m --><a class="postlink" href="http://www.tradingclaims.com/futuresupportservicesltd/fssl.htm">http://www.tradingclaims.com/futuresupp ... d/fssl.htm</a><!-- m --><br />
<br />
I visited it on a 800x600 screen but it doesn't look too good , all the images and text on every page are all the wrong sizes!<br />
Is there any way to get it to display correctly in both screen settings without changing font, image sizes etc. on every page!<br />
<br />
If anybody could help me with this I would be extremely grateful.<br />
<br />
Thanks in advance,<br />
Jonathanbull33<!--content-->Even on a screen of 1024 there is a scrolbar at the bottom.<br />
6 images width 142 = 852<br />
So the width has to be <br />
800 - 20 / 6 = 130<br />
to fit a 800 screen resolution.<br />
<br />
And why is there a form tag?<br />
<br />
:rocker:<!--content-->thanks for your help but I my question was is there an easy way to change everything to this screen setting without manually changing each page. Maybe by just adding a piece of code or something? <br />
<br />
Thanks again<br />
Jonathanbull33<!--content-->[Use this (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tradingclaims.com%2Ffuturesupportservicesltd%2Ffssl.htm&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->)] to help clean up your code before thinking about changing the design. There are some nesting errors. The URL in the <link> statement also needs to be in "quotes", otherwise the first unquoted / mark found in the <head> is wrongly interpreted as </head><body>.<!--content-->With this in your code there is no way to fit @ 800<br />
<table width="1080" border="0" cellspacing="0" cellpadding="0"><br />
<br />
Like Peter said the bulk of your images will not fit within 800 either.<br />
<br />
You need to reduce everything<!--content-->yes, make all your tables in percentages. and then make you images set like you have them but smaller. in a 1024 it will be centered in the screen, but at least you don't have it big in 800x600.<br />
<br />
always make your site to a 800x600 and set it so it looks good in 1024. teh reason is that 90% of users have 800x600 and not 1024.<!--content-->
 
Back
Top