body { margin: 5px; padding: 5px; font-family : Helvetica overflow: auto; line-height: 145%; text-align : justify; color : #F7F7F7; font-size : 8pt; text-align : left; text-decoration : none; background-color : #E0E0E0; background-image : url("http://din-ulr.net"); background-repeat : repeat; background-attachment : scroll; cursor: crosshair; } h1 { font-family : helvetica; color : #D7C780; font-size : 8px; background-color : #1E1E1E; text-align : right; font-weight : normal; font-style : normal; text-decoration : none; padding : 5px; margin : 5px; border-bottom : 0px solid #000000; } a:link { <- hvordan tekst linkene skal se ut. du kan endre på disse som du vil og legge til nye ting. her ser du bakrunnsfagre bare på hover, men du kan legge til det på alt annet også. color : #D7C780; background-color : none; font-weight : normal; text-decoration : none; font-style : normal; cursor: crosshair; } a:visited { <- hvordan tekstlinkene skal se ut når de er besøkt. color : #000000; background-color : none; font-weight : normal; text-decoration : none; font-style : normal; cursor: crosshair; } a:active { <- hvordan tekstlinkene skal se ut mens linken lastes. altså, når du har trykt. color : #000000; background-color : none; font-weight : normal; text-decoration : none; font-style : none; cursor: crosshair; } a:hover { <- hvordan tekstlinken skal se ut når du holder musenpekeren over den. color : #000000; text-decoration : none; font-weight : normal; font-style : normal; cursor: crosshair; background-color : #000000; cursor: crosshair; border-bottom : 0px solid #000000; margin: 0px; padding: 0px; } u { <-hvordan understreket tekst skal se ut. text-decoration: none; border-bottom: 1px solid #000000; padding: 0px; margin: 0px; } i { <-hvordan kursiv tekst skal se ut. font-family : arial; color : #000000; font-size : 8pt; } b { <-hvordan fet tekst skal se ut. font-family : Arial; color : #79E43F; font-size : 8pt; } div.meny { <- dette er valgene for menytabellen. her kan du velge de stripe under og på siden osv. background-color: #000000; text-align: justify; border-bottom : 0px solid #000000; border-right : 0px solid #000000; border-top : 0px dotted #000000; border-left : 0px solid #000000; padding: 2px;} } } div.hovedboks { background-color: #000000; text-align: justify; border-bottom : 0px solid #000000; border-right : 0px solid #000000; border-top : 0px dotted #000000; border-left : 0px solid #000000; padding: 2px;} } Sånn. Det var en eksepelvis CSS, slik som jeg bruker. Lagre som style.css. Så var det kodingen. Lim dette inn i en notisblokk; endre alt i fet skrift. Jeg har skrevet 1000 på alle pixelverdier. De må du endre. Sidetittelen din! title> </head> <img src="http://dinlayout.net" width="1000" height="1000" alt="Lauyoutnavn"> <div style="position:absolute;top:1000;left:1000;width:1000;"> <h1>Den øverste menytabellen</h1> <div class="meny"> Blablabla! </div> <br><br><br><br> </div> <div style="position:absolute;top:1000;left:1000;width:1000;"> <h1>Den øverste hovedbokstabellen</h1> <div class="hovedboks"> Blablabla! </div><br><br> </div> </body> </html>