Gunnar Bittersmann: Grafik in den Hintergrund

Beitrag lesen

@@UrsB:

Das Ziel ist es die große grafik in den Hintergrund zu legen...

Warum tust du’s dann nicht?

Live long and prosper,
Gunnar

PS:
  <html>

DOCTYPE fehlt.

<table id="main"><!-- bordercolor="#000000" border="2"-->

Die „Tabelle“ ist unberechtigt; sie enthält keine tabellarischen Daten, sondern wird zum Layouten missbraucht. Wir können auch anders.

~~~html <table>
    <tr>
      <td>
        <h1>FunBet</h1>
        <h2>Das Tippspiel zu Fu&szlig;ball EM08</h2>
      </td>
    </tr>
  </table>

  
Diese „Tabelle“ ist völliger Unfug.  
  
  ~~~html
<td id="left">  
  <td id="middle">  
  <td id="right">

Die ID-Bezeichner sind schlecht gewählt. Benenne IDs und Klassen nach der Funktion, nicht nach der gegenwärtig gewünschten Darstellung!

<td><h5>Navigation</h5></td>

'h5'?? Wo sind 'h3' und 'h4'?

Alle Angaben ohne Gew&auml;hr

Und ohne richtige Umlaute?

--
“New Jersey Hall of Fame? […] But then I ran through the list of names: Albert Einstein, Bruce Springsteen... my mother's going to like that. […] it's the only time she's going to hear those two names mentioned in the same sentence, so I'm going to enjoy it.” (Bruce Springsteen when inducted into the New Jersey Hall of Fame, 2008-05-04)