QUOTE(Trippin7464 @ Apr 26 2008, 08:22 AM)

If your using DIV tags, make the width in the css 100% or 80% or something like that. That way it will always be 100% of the screen or if you used 80% then 10% of each side will be the background.
I use a site called
http://browsershots.org/ to check if the web page looks the same on all screens. It will also check different browsers for you even on different operating systems. Check it out.
Note that the
http://browsershots.org/ site uses actual peoples computers to take the screen shots, so sometimes the screen shots can take a long time to be made, especially on rare computers or browsers. Just keep reloading the page and the screen shots will reload. There is even a button to keep your set running longer so you can make sure you get all the screen shots loaded.
thanks for the advice, im familar with wat a div tag is, but I'm not sure how to insert the 100% of screen thing in to my code. Here's an example of my index for the site listed in my original post. How would i add the 100% tag to it?
Would i just change the red highlighted part to 100%?
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Nascent Descent</title>
</head>
<body>
<body bgcolor="#383838" text="#000000">
<img src="Layout.gif" width="[color="#FF0000"]1200[/color]" height="[color="#FF0000"]900[/color]" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" coords="191,2,242,20" href="http://www.yahoo.com" />
<area shape="rect" coords="161,3,192,19" href="http://www.google.com" />
<area shape="rect" coords="143,373,331,434" href="http://www.reverbnation.com" />
<area shape="rect" coords="142,445,328,504" href="http://www.ursession.com" />
<area shape="rect" coords="143,519,330,579" href="http://www.google.com" />
<area shape="rect" coords="132,839,601,899" href="http://www.reverbnation.com/nascentdescent" />
<area shape="rect" coords="600,840,1067,900" href="http://www.ursession.com/nascentdescent" />
<area shape="rect" coords="132,3,161,18" href="http://www.yahoo.com" />
<area shape="rect" coords="955,2,988,17" href="http://www.ebay.com" />
<area shape="rect" coords="567,91,650,119" href="http://www.reverbnation.com/nascentdescent" />
<area shape="rect" coords="650,91,732,119" href="http://www.reverbnation.com/nascentdescent" />
<area shape="rect" coords="983,92,1065,120" href="http://www.reverbnation.com/nascentdescent" />
<area shape="rect" coords="734,91,816,119" href="http://www.reverbnation.com/nascentdescent" />
<area shape="rect" coords="816,91,897,120" href="http://www.reverbnation.com/nascentdescent" />
<area shape="rect" coords="899,91,980,120" href="http://www.reverbnation.com/nascentdescent" />
<area shape="rect" coords="989,3,1021,16" href="http://www.reverbnation.com/nascentdescent" />
<area shape="rect" coords="1022,2,1067,17" href="http://www.reverbnation.com/nascentdescent" />
</map>
<div id="bv_" style="position:absolute;left:619px;top:352px;width:400px;height:325px;z-index:1" align="left">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="325">
<param name="flash_component" value="ImageViewer.swc" />
<param name="movie" value="example.swf" />
<param name="quality" value="high" />
<param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:true,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:'Random',titleColor:#333333,slideAutoPlay:false,imageURLs:['http://i269.photobucket.com'],slideLoop:false,frameThickness:2,imageLinks:['http://macromedia.com/','http://macromedia.com/','http://macromedia.com/'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}" />
<embed src="example.swf" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:true,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:'Random',titleColor:#333333,slideAutoPlay:false,imageURLs:['http://i269.photobucket.com/albums/jj66/ihclub_hockey/tempsmall.gif'],slideLoop:false,frameThickness:2,imageLinks:['http://macromedia.com/','http://macromedia.com/','http://macromedia.com/'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="400" height="325"> </embed>
</object>
</div>
<div>
<a href="http://www.emailmeform.com/fid.php?formid=72388" target="_new">Nascent Descent</a>
</div>
</body>
</html>