Michaela: tabellenstruktur für macintosh

Beitrag lesen

Hallo Pierre,

all die Problematiken, die Du mir beschrieben hast, habe ich schon lange berücksichtigt.
Hier mal ein kleiner Auszug. Wie Du erkennen kannst, ist die Zelle bereits ganz am Anfang vordefiniert. Und in der entsprechenden Zelle liegt auch kein Bild!

-------> Anfang Beispiel!

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="lib/styles.css"></link>
</head>

<body bgcolor="#FEFBF7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<!-- naturplus -->
<table cellpadding="0" cellspacing="0" border="0">
 <tr>
  <td><img src="img/trans.gif" width="1" height="8" border="0"></td>
  <td><img src="img/trans.gif" width="5" height="8" border="0"></td>
  <td><img src="img/trans.gif" width="130" height="8" border="0"></td>
  <td><img src="img/trans.gif" width="5" height="8" border="0"></td>
  <td><img src="img/trans.gif" width="2" height="8" border="0"></td>
 </tr>

<tr>
  <td><img src="img/trans.gif" width="1" height="15" border="0"></td>

<!-- titelgrafik -->
  <td colspan="4"><a href="#"><img src="img/teaser/lust_auf_natur.gif" width="142" height="15" border="0" alt="Lust auf Natur" title="Lust auf Natur"></a></td>
 </tr>

<tr>
  <td><img src="img/trans.gif" width="1" height="1" border="0"></td>
  <td colspan="3" bgcolor="#ffffff"><img src="img/trans.gif" width="1" height="1" border="0"></td>
  <td><img src="img/teaser/schatten_re.gif" width="2" height="1" border="0"></td>
 </tr>

<tr>
  <td><img src="img/trans.gif" width="1" height="1" border="0"></td>

<!-- vorschaubild 140 x 70 pixel -->
  <td colspan="3"><a href="#"><img src="img/motive_mittel/naturplus.jpg" width="140" height="70" border="0" alt="Lust auf Natur" title="Lust auf Natur"></a></td>
  <td background="img/teaser/schatten_re.gif"><img src="img/trans.gif" width="2" height="70" border="0"></td>
 </tr>

<tr>
  <td><img src="img/trans.gif" width="1" height="1" border="0"></td>
  <td colspan="3" bgcolor="#ffffff"><img src="img/trans.gif" width="1" height="1" border="0"></td>
  <td><img src="img/teaser/schatten_re.gif" width="2" height="1" border="0"></td>
 </tr>

<tr>
  <td><img src="img/trans.gif" width="1" height="5" border="0"></td>
  <td colspan="3" class="dunkel"><img src="img/trans.gif" width="130" height="5" border="0"></td>
  <td background="img/teaser/schatten_re.gif"><img src="img/trans.gif" width="2" height="5" border="0"></td>
 </tr>

<tr>
  <td><img src="img/trans.gif" width="1" height="5" border="0"></td>
  <td class="dunkel"><img src="img/trans.gif" width="5" height="52" border="0"></td>

<!-- teasertext darf nicht mehr als 4 zeilen einnehmen,
     um tabelle nicht zu sprengen
//-->
  <td class="dunkel" width="130" valign="top"><div class="teaser">Hier finden Sie speziell für Natururlauber gestalteten Veranstal- tungen und Angebote</div></td>
  <td class="dunkel"><img src="img/trans.gif" width="5" height="52" border="0"></td>
  <td background="img/teaser/schatten_re.gif"><img src="img/trans.gif" width="2" height="52" border="0"></td>
 </tr>

<tr>
  <td><img src="img/trans.gif" width="1" height="5" border="0"></td>
  <td colspan="2" class="dunkel" align="right"><a href="#"><img src="img/teaser/weiter_teaser_index.gif" width="10" height="5" border="0" alt="weiter" title="weiter"></a></td>
  <td class="dunkel"><img src="img/trans.gif" width="5" height="5" border="0"></td>
  <td background="img/teaser/schatten_re.gif"><img src="img/trans.gif" width="2" height="5" border="0"></td>
 </tr>

<tr>
  <td><img src="img/trans.gif" width="1" height="22" border="0"></td>
  <td colspan="4"><img src="img/teaser/bottom.gif" width="142" height="22" border="0"></td>
 </tr>
</table>
<!--ende naturplus -->

</body>
</html>