help me in designing a web page

Status
Not open for further replies.

jishnu001

Broken In
hii i designed a website home page using macromedia dreamweaver .I have a lcd monitor with screen resolution 1024 x 768 .then i run my webiste in another sytem with crt monitor with 800 x 600.but now my webpage looks changes. it become very large .same thing happens when i designed page in 800 x 600 and ran it in 1024 x768 now the page became too small that it only fills quarter part of the window since my monitor is wide screen.Why this happens which is the standard resolution for designing a web page.Is there any other way to solve this problem so that the page will adjust according to the resolution of the system .iam using php
 

satyamy

Alive Again...
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

<body>
<table width="100%" height="200" border="1">
<tr>
<td>&nbsp;</td>
<td width="900">&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</body>
 
Status
Not open for further replies.
Top Bottom