Meine Codes sehen so aus:
content.php
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Home</title> <link rel="stylesheet" type="text/css" href="main.css" /> </head> <center> <div id="contenttop" > <H1>Topic</H1> <div align="center"> </div> <div id="contentmiddel" > <div align="center"> lol was ist? <br> lol was ist? <br> lol was ist? <br> lol was ist? <br> lol was ist? <br> lol was ist? <br> lol was ist? <br> lol was ist? <br> lol was ist? <br> </div><div id="contentdown" > <div align="center"> <H9>.<H9> </div> </center>
HTML Code:
div#contenttop
{
background:url('textbacktop.png') no-repeat center;
text-align:center no-repeat;
}
div#contentmiddel
{
background:url('textbackmiddel.png') no-repeat center;
text-align:center no-repeat;
}
div#contentdown
{
background:url('textbackdown.png') no-repeat center;
text-align:center no-repeat;
}
Mfg
.NoThx






soweit ich weiß sollte es die sein 