PDA

View Full Version : Web Design Problem



MetroStars
06-21-2003, 06:58 PM
Ok i have a huge problem -- I study web design at college -- and i have 2 hand sum work in on wedensday -- for my work i had 2 create a simple.. thing is it not that simple -- instead of learing and studying i have bin fucking around and well just being a lazy bastard...

i have posted a screen shot below of what i have 2 create and hand in by wedensday...

could any 1 help me out on how 2 create such a page -- i should know but i don't...This is what happens when u spend days on the K-lIte message board..

http://www.chinkii.com/uploads/album/misc/page%20screen.gif

plz sum 1 help me..

Thanks

Acecool
06-21-2003, 07:46 PM
That is actuatly VERY simple...

Create a new document add all the html head body etc

in body set the margins to 0 by using


<html>
<head>
<title>Acecool Says easy :-)</title>
</head>
<body rightmargin="0" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" >
<table height="100%" width="100%" border=0 cellspacing=0 cellpadding=0>
<tr>
<td width="15%" bgcolor="#555555" valign="top" align="center">Grey</td>
<td width="70%" bgcolor="#FFFFFF" valign="top" align="center">White part</td>
<td width="15%" bgcolor="#555555" valign="top" align="center">Grey</td>
</tr>
</table>
</body>
</html>

There, edit the width variables and its done LOL :-)