Einzelnen Beitrag anzeigen
Alt 21.10.2004, 20:23   #1 (permalink)
LeoHart
Overclocker
 
Benutzerbild von LeoHart
 

Registriert seit: 18.04.2004
Beiträge: 292

LeoHart befindet sich auf einem aufstrebenden Ast

Standard html Problem bei der Tabelle! Hilfe!

Hallo,
da unser verrückter Infomatiklehrer vor den Ferien gesagt hat,so jetzt schreibt jeder eine HP über den Ferien, und ich nicht gerade weit bin *leider * brauch ich einwenig hilfe! Nein ihr sollt mir keine Hp schreibe das machen noch selbst doch hab ein Problem mit einer Tabelle ---(Quelltext)-->

Code:
<html>
  <head>
    <title>leftframe</title>
  </head>

  <body background="background2.bmp">
    <table width="166" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <map name="leftframe1">
          <area shape="rect" coords="2,4,97,25" href=".html">
          <area shape="rect" coords="2,32,97,51" href=".html">
          <area shape="rect" coords="2,58,97,77" href=".html">
          <area shape="rect" coords="1,107,152,121" href=".html">
        </map>
        <img src="Leftframe_Picture1.bmp" usemap="#leftframe1" border="0">
      </tr>

      <tr>
        <map name="leftframe2">
          <area shape="rect" coords="2,4,97,24" href=".html">
          <area shape="rect" coords="2,29,97,49" href=".html">
          <area shape="rect" coords="2,54,97,75" href=".html">
          <area shape="rect" coords="1,104,152,118" href=".html">
        </map>
        <img src="Leftframe_Picture2.bmp" usemap="#leftframe2" border="0">
      </tr>
    </table>
  </body>
</html>
Sind zwei Bilder und Teile davon sind eben "links" mein Prob ich wollte die Bilder zusammen schieben so das es ein Bild ergibt doch leider ist da immer ein Abstand zwischen trotz border="0" .Ich hoffe man versteht was ich will! Kann mir einer helfen!?

Danke
LeoHart ist offline   Mit Zitat antworten