Moin ich ahbe ein problem und zwar bin ich dabei einen HP für meinen minecraftserver zu erstellen und ich bekomme es nicht gebacken das sich der mittelteil (hintergrund vom textfeld) der textlänge anpasst
[Only registered and activated users can see links. Click Here To Register...]
Meine Codes sehen so aus:
content.php
Dazugehörige CSS Daten:
Hoffendlich kann mir wer helfen :D
Mfg
.NoThx
[Only registered and activated users can see links. Click Here To Register...]
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