PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Page Probleme



h4xxxx0r
10.08.2008, 18:54
Hi,
Ich habe Probs mit der Page ich kann denn HG nicht ändern und das Logo kann ich net einfügen hier mal der code

<style type="text/css">
<!--


INPUT {
border:1px solid #000000;
font-family:Verdana;
font-weight:normal;
font-size: 12pt;
color:#800000;
}

SELECT {
border:1px solid #000000;
font-family:Verdana;
font-weight:normal;
font-size: 12pt;
color:#800000;
}

TEXTAREA {
border:1px solid #000000;
font-family:Verdana;
font-weight:normal;
font-size: 12pt;
color:#800000;
}


body {
background-image: url("./tpl/tpl2/pics/hintegrund2.JPEG");
background-color: #3e3e3e;
font-size:12pt;
text-decoration:none;
font-weight:normal;
}


body,td,th,p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #FFFFFF;
}


a:link {
color: #FFFFFF;
text-decoration: none;
font-weight:normal;
}


a:visited {
color: #FFFFFF;
text-decoration: none;
font-weight:normal;
}


a:hover {
color: #FFFFFF;
text-decoration: underline;
font-weight:normal;
}


a:active {
color: #FFFFFF;
text-decoration: none;
font-weight:normal;
}


a {
font-size:10pt;
text-decoration:none;
font-weight:normal;
}

#inhalt{
overflow: auto;
height: 100%;
width: 99%;
}

-->
</style>


<center>






<?php
include'./menue.php';
echo'



';

echo'<table width="80%" height="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top">';

include'./inhalt.php';

echo'
</td>
</tr>
</table>';

?>

</center>
Bitte um hilfe

Thx im vorraus

edit//Das logo stand sonst auch immer in der Datei und der HG geht nicht zu ändern ka warum

blueray
10.08.2008, 23:30
<html>
<head>
<style type="text/css">
<!--


INPUT {
border:1px solid #000000;
font-family:Verdana;
font-weight:normal;
font-size: 12pt;
color:#800000;
}

SELECT {
border:1px solid #000000;
font-family:Verdana;
font-weight:normal;
font-size: 12pt;
color:#800000;
}

TEXTAREA {
border:1px solid #000000;
font-family:Verdana;
font-weight:normal;
font-size: 12pt;
color:#800000;
}


body {
background-image: url("./tpl/tpl2/pics/hintegrund2.JPEG");
background-color: #3e3e3e;
font-size:12pt;
text-decoration:none;
font-weight:normal;
}


body,td,th,p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #FFFFFF;
}


a:link {
color: #FFFFFF;
text-decoration: none;
font-weight:normal;
}


a:visited {
color: #FFFFFF;
text-decoration: none;
font-weight:normal;
}


a:hover {
color: #FFFFFF;
text-decoration: underline;
font-weight:normal;
}


a:active {
color: #FFFFFF;
text-decoration: none;
font-weight:normal;
}


a {
font-size:10pt;
text-decoration:none;
font-weight:normal;
}

#inhalt{
overflow: auto;
height: 100%;
width: 99%;
}

-->
</style>
</head>
<body>

<center>






<?php
include'./menue.php';
echo'



';

echo'<table width="80%" height="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top">';

include'./inhalt.php';

echo'
</td>
</tr>
</table>';

?>

</center>
</body>
</html>so sollte es gehen wenn du das rote nachträgst
wie soll er sonst wissen was body is
du weist es aber programme können nich kreativ denken ^^
dann kannst auch das grüne, den hinterrgund ändern und ein logo einzufügen ist dann auch nichmehr schwer

NSK
10.08.2008, 23:31
Ja, so müsste es funktionieren, allerdings muss die Datei auch vorhanden sein.

2called-chaos
11.08.2008, 20:44
Klar müsste die Datei vorhanden sein mann ist das ne geile Logik :D

Jedenfalls ist das hier im falschem Berreich...


Mfg

Chaos

Floo
11.08.2008, 21:10
Ich gebs dir, chaos.
Verschoben.

echoslider
13.08.2008, 09:46
@blueray

dieser code is von mir. war nur provisorisch... und es funzt auch ohne body und html usw..