ég er að meina síða sem er header, og síðan colums sitthvoru meginn og síðan border niðri
iLLu7ion.arNz / xGaming Community since 2002
<html> <head> <title> titill </title> <style type="text/css"> body { margin: 0px; background: #fff; } #wrapper { margin-top: 20px; margin-bottom: 20px; border: 1px solid #000; height: 800px; width: 801px; margin-left: auto; margin-right: auto; } #left { height: 780px; float: left; width: 150px; background: #dcdcdc; border-bottom: 1px solid #000; } #main { float: right; height: 780px; width: 650px; background: #e3e4e5; border-bottom: 1px solid #000; border-left: 1px solid #000; } #footer { width: 800px; height: 20px; background: #f3f4f5; } </style> </head> <body> <div id="wrapper"> <div id="left"> </div> <div id="main"> </div> <div id="footer"> </div> </div> </body> </html>