runnerjp Posted April 1, 2007 Share Posted April 1, 2007 hey guys ok im viewing my website on a 1400x900 res so what i did was put my website in 100% width like so <table width="100%" bgcolor="#000000"summary="header"> <tr> <td width="100%" bgcolor="#084468"><div align="center"><a href="http://www.runnerselite.com"><img src="../images/LOGO.jpg" alt="Logo" /></a></div></td> </tr> </table> <hr /> </html> <script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <table width="100%" summary="maincontent"> <tr> <td align="left" valign="top" bgcolor="#FFFFFF"><h1 align="left"><img src="../images/runner.jpg" alt="runner" width="127" height="155" align="left"/></h1> <h1 align="center"><u> Welcome Back To RunnersElite!</u></h1> <center> <? include("include/adminerr.inc.php"); if($auth[error]) { include("include/messages/index_unverified.inc.php"); } else { include("include/messages/index_verified.inc.php"); } ?> </center> <center> <a href="../register.php"> <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','400','height','165','src','../RunnersElite.fla','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','../RunnersElite.fla' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="400" height="165"> <param name="movie" value="../RunnersElite.fla.swf" /> <param name="quality" value="high" /> <embed src="../RunnersElite.fla.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="165"></embed> </object></noscript> <img align="middle" src="../images/bemem.gif" alt="signup" width="280" height="250" border="0" /></a> </center> </td> <td align="left" valign="top"><a href="../register.php"> <?include("include/loginbox.inc.php"); ?> </a></td> </tr> </table> yet when the webpage is viewed in say 800x 600 the website is not 100% of page you have to scroll across to make it fit how comes??? Quote Link to comment Share on other sites More sharing options...
AndyB Posted April 1, 2007 Share Posted April 1, 2007 ... yet when the webpage is viewed in say 800x 600 the website is not 100% of page you have to scroll across to make it fit how comes??? Because the sum of the widths of some 'stuff' exceeds 800px. An 800px window really only takes about 770px of viewing area actually. Quote Link to comment Share on other sites More sharing options...
runnerjp Posted April 1, 2007 Author Share Posted April 1, 2007 ahhh ok so does this mean some of my images need changing in size and also would it be worth messing wround with this ( do most population have 800px ?? Quote Link to comment Share on other sites More sharing options...
AndyB Posted April 1, 2007 Share Posted April 1, 2007 Don't think of it as 'messing around'. Think of it as making your web site visitor-friendly. Up to the minute stats of all kinds - http://www.thecounter.com/stats/2007/March/res.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.