Results 1 to 2 of 2

Thread: Web Design Problem

  1. #1
    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..



    plz sum 1 help me..

    Thanks

  2. Software & Hardware   -   #2
    Poster
    Join Date
    Jan 2003
    Location
    Here
    Posts
    491
    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

    Code:
    <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 :-)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •