PDA

View Full Version : screen size i need help really


sylscm
08-24-2002, 04:19 AM
i'm trying to build a web site presently. i'm trying to find something that allow me to see the web page on 800x600 or 1024x768 depending the browser set up of the people

Right now i didn't find anything,

here's my situation, i did a table containing 3 collums and only one rows. on my first table i put width="100%" but i still have the scrolling bar on the buttom of the web page. also when i voluntary reduce the page by using my using in the corner of the browser and i move it. my web page do not ajust the width by itself.

what i should do. i just want only the right scroll bar only and to be allowed to adjust the webpage depending screen set up 800x600 or 1024x768

can someone help me

thanks

sylscm

The Wizzard
08-24-2002, 04:28 AM
Can you show me some code please... Thanks

sylscm
08-24-2002, 04:31 AM
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">

<table width="100%" border="0" cellspacing="0" cellpadding="0" height="768">
<tr>
<td width="13%" rowspan="3"><img src="left%20side.jpg"></td>
<td width="74%" height="27"><img src="top%20side.jpg"></td>
<td width="13%" rowspan="3"><img src="right%20side.jpg"></td>
</tr>
<tr>
<td width="74%" height="714" valign="top" background="confllrtile2s.jpg">&nbsp;</td>
</tr>
<tr>
<td width="74%" height="27"><img src="buttom%20side.jpg"></td>
</tr>
</table>
</body>
</html>

that what i have presently, did i make mistake??

thanks

sylscm

The Wizzard
08-24-2002, 04:36 AM
You know, It looks fine to me... It could be that your images are forcing the tables to expand, Im not sure...

Maybe someone else will find something I may have missed.

Good Luck!