well this is not a problem
change your monitor resolution to 800 x 600 and you can see the result of 15" CRT Monitor in your own LCD
almost all the websites looks changes in different resolution monitor
if you uses tables than standard/common size for website is keep its width to 900 px and make it center align and
Normally I use this code
Quote:
<body>
<table width="100%" height="200" border="1">
<tr>
<td> </td>
<td width="900"> </td>
<td> </td>
</tr>
</table>
</body>
|