[HTML] Tabelle - komischer Rand

+Debbie+
Ich hab mal wieder ein Problem mit Tabellen Augen rollen

HTML Code
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>

<body>
<table class="table" border="1" cellpadding="0"
 cellspacing="0">
  <tbody>
    <tr style="font-weight: bold;">
      <td class="zeileblue" style="padding: 0cm 5.4pt;"
 colspan="2" align="center" valign="middle"
 width="250">NAME DES PFERDES</td>
    </tr>
    <tr>
      <td style="padding: 0cm 5.4pt;" align="center"
 valign="middle" width="200">
      <img style="width: 200px; height: 200px;" alt=""
 src="http://i32.tinypic.com/2w7piki.png"></td>
      <td style="padding: 0cm 5.4pt; text-align: center;"
 valign="middle" width="300">
* 0000 &nbsp;&nbsp; &nbsp; Geschlecht &nbsp;
&nbsp;&nbsp; Rasse &nbsp; &nbsp;&nbsp; Preis
&euro;<br>
      <br>
Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla
Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla
Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla
Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla<br>
Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla<br>
Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla<br>
      <div style="text-align: right;"><small>&nbsp;<br>
&gt;&gt;
mehr Informationen</small></div>
      </td>
    </tr>
  </tbody>
</table>
</body>
</html>


style.css
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
BODY {
color: #7A0404;
font-color: #7A0404;
font-family: Verdana; 
font-size: 10pt ;
text-align : center;
background-attachment: scroll
scrollbar-3dlight-color: #B0B8AB;
scrollbar-arrow-color: #7A0404;
scrollbar-darkshadow-color: #B0B8AB;
scrollbar-face-color: #B0B8AB;
scrollbar-highlight-color: #B0B8AB;
scrollbar-shadow-color: #B0B8AB;
scrollbar-track-color: #B0B8AB;
}

table {
font-color: #7A0404;
font-family: Verdana;
font-size: 10pt;
text-align: center;
border: 1px dashed; 
border-color: #7A0404;
}

.zeileblue {
background-color: #A39086;
}

A:link {color : #7A0404; text-decoration: none; }
A:visited {color : #7A04040; text-decoration: none; }
A:hover {color : #7A0404; TEXT-DECORATION: none; position:relative; top:2px; left:2px;}
A:active {color : #7A0404; text-decoration: none; }



Damit man sieht was ich meine habe ich das mal mit roten "Pfeilen" makiert.

Liebe Grüße Debbie
Ayumi <3
Bei border="1" muss glaube ich ne 0 hin. Probier mal.^^
+Debbie+
dann hat die tabelle aber innen keinen rand
+Debbie+
hat sich erledigt. Habs einfach neu abgetippt und dann ging es verwirrt
Danke trotzdem!