malte: Tabellen mit Include()

Beitrag lesen

Hi Tobias
 hier die Source:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Griesel</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="26176C" text="FFFFFF">
<table width="100%" border="0" align="center">
  <tr>
  <td align="center" bgcolor="26176C"> <h1>titelzeile</h1> </td>
  </tr>

<tr>
  <td align="center" bgcolor="e9e2fa">  <?PHP include("menue.htm") ?> </td>
  </tr>
</table>
<table border="2">
  <tr>
  <td width="10%" bgcolor="26176C">  <?PHP include("leftframe.htm") ?> </td>

->hier soll es schwarz sein
  <td  bgcolor="e9e2fa"><?PHP include("pages/mails/mails.php") ?></td>

-> und wieder weiß
  <td width="5%" bgcolor="26176C">  <?PHP include("rightframe.htm") ?> rechts</td>
  </tr>
  <tr></tr>
  <tr>
  <td bgcolor="26176C"></td>
  <td bgcolor="26176C" <p style="color:#FFFFFF"> <?PHP include("bottomframe.htm") ?> </p></td>
  </tr>

</table>

</body>
</html>

Nun ist zwar alles weiß, ein Teil der Tabelle muss aber doch schwarz sein