Please help

Please help, how do I get a site to look the same in everyscreen resolution, it looks good on 800 x 600 but if I open it on a browser that its in a computer with 1024 x 760 screen area it shows too big of margins (blocks on the side ) I want to get to look the same in every browser with every resolution, is there a special code or java or something ???

thanx
if you want to ck it out www.thestudentcompany.net

Try this code in your ‘body’ tags.

<BODY topmargin=“0” leftmargin=“0” marginwidth=“0” marginheight=“0”>

This will eliminate the border areas in netscrape and exborer.

Lemme know if this helped. I think Renngirl gave you an answer on this same question in the last week, perhaps try digging through your old posts.

pj