PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [HTML/CSS/JS] Kurze Hilfe



florip
08.01.2007, 20:15
Ich will nach und nach mein Design ändern. Leiderbin ich kein profi.

Deshalb brauch ich kurz eure hilfe. Ich möchte was ersetzten. Schaut http://space-tauscher.de Links wo hauptmenü steht möchte ich den hintergrund durch diesen code ersetzten:
<img src = "w06.gif" width="127" height="44" alt="">
Aber ich eis nicht wo ich dies reinsetzten muss.
Hab schon alle möglichen einbauten versucht aber irgendwie klappts nicht.
Wo muss ich den hier einbauen



$resultc = mysql_query("SELECT * FROM `mt_texte`");
$rowc = mysql_fetch_row($resultc);
$logo = $rowc[5];

$resultx = mysql_query("SELECT * FROM `mt_design`");
$rowx = mysql_fetch_row($resultx);

$resulty = mysql_query("SELECT projekturl FROM `mt_settings`");
$rowy = mysql_fetch_row($resulty);

$prourl= $rowy[0];

$askl= "UPDATE `mt_textlink` SET aus=aus-1, last='$date' where views<1 and clicks<1 and last!='$date'";
$resultl = mysql_query($askl) or die(mysql_error());

$query="DELETE FROM mt_textlink where aus<1";
mysql_query($query);
?>
<html>
<head>
<meta http-equiv="Content-Language" content="de">

</head>
<!--<body bgcolor="#11cfff" text="#FF0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<body style="background-color: #bcbcbc;" text="#FF0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">-->
<body style="background-color: #bcbcbc;" text="#FF0000">

<TABLE border="0"width="80%" align="center" height="80">
<TR>
<TD>
<TABLE background="/img/top_bg.gif" border="0" width="800" align="center" height="80">
<TR>
<TD width="150" align="center"><?echo$logo;?></TD>
<TD width="470" align="center"><? include("./bview.php"); ?></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>

<center>
<table>
<tr>
<td background="/img/top_bg.gif" border="0" width="800" height="30" align="center">
<a class="link" style="TEXT-DECORATION: none" href="/media.php?ref=<?php echo "$ref"; ?>"><font size="2" color="#FF0000"><b>..:: MEDIADATEN ::..</b></font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a class="link" style="TEXT-DECORATION: none" href="/refrally.php?<?php echo"ref=$ref";?>"><font size="2" color="#FF0000"><b>..:: REF-RALLY ::..</b></font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a class="link" style="TEXT-DECORATION: none" href="/impressum.php?ref=<?php echo "$ref"; ?>"><font size="2" color="#FF0000"><b>..:: IMPRESSUM ::..</b></font></a>
</td>
</tr>
</table>
</center>

<center>
<table>
<tr>
<!--<td bgcolor="#304ec7" border="0" width="790" height="20" align="center">-->
<td style="background-color: #000000;" width="790" height="20" align="center">
<font size="3" color="#FF0000"><b><? include("./tview.php"); ?></b></font>
</td>
</tr>
</table>
</center>

<TABLE border="0" width="800" align="center" height="100%">
<TR>
<TD width="140" style="vertical-align: top; background:url('/img/bg2.gif') repeat-y;">
<!-- <TABLE background="/img/bg2.gif" border="0" align="center" width="130" height="100%">-->
<TABLE border="0" align="center" width="130">
<TR>
<TD background="/img/bg_l.gif" height="30" align="center"><font size="2" color="#FF0000"><b>Hauptmen&uuml;</b></font></TD>
</TR>
<TR>
<TD>
<b>
<font color="<?echo"$rowx[5]";?>">
- <font face="Verdana" size="1"><a class="link" style="TEXT-DECORATION: none" href="<?echo"$prourl";?>/index.php?<?php echo"ref=$ref";?>"><font color="<?echo"$rowx[5]";?>">HOME</font></a></font><br />
- <font face="Verdana" size="1"><a class="link" style="TEXT-DECORATION: none"

Danke ;)

dude32
08.01.2007, 21:10
bearbeite erst mal deinen threat, code´s müssen entweder mit
xxx oder farbig hervorgehoben
xxx werden

florip
08.01.2007, 21:23
sry- wusste ich nicht. Ist es so richtig ?

Death
23.12.2007, 16:48
Der body Teil gibt die Hintegrundfarbe an.


<body style="background-color: #bcbcbc;" text="#FF0000">

Diesen einfach wiefolgt umändern und es müsste funktionieren:


<body background="w06.gif" style=" text="#FF0000">