Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [HTML] Wieso wird nichts angezeigt? | Tabelle wird falsch verschoben (https://www.gegen-bilderklau.net/thread.php?threadid=154837)


Geschrieben von Jenny am 01.05.2009 um 17:18:

  Wieso wird nichts angezeigt? | Tabelle wird falsch verschoben

Hallo zusammen.
Ich habe ein Problem mit meinem HTML Code, bzw mit 3 Codes. Keiner davon geht, irgendwie verwirrend, weil ich keinen Fehler finde unglücklich Vielleicht hat hier ja jemand mehr Ahnung und findet was?

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:
<html>
  <head>
    <style type="stylesheet" href="style.css">
    <title>Willkommen</title>
  </head>
  <body>
    <center>
      <table style="border-right: #000000 1px dashed; border-top: #000000 1px dashed; border-left: #000000 1px dashed; border-bottom: #000000 1px dashed" width="85%" border=0>
        <tbody>
          <tr>
            <td style="border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid" align=middle width="100%" bgColor=#993399>
              <b>Herzlich Willkommen. </b>
            </td>
          </tr>
          <tr>
            <td style="border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid" align=middle width="100%" bgColor=#CC99CC>
              <p>
                <br>Ich freue mich, dass du auf meine Homepage gefunden hast.
                <br>Hier werde ich ein wenig über mich, mein Leben und die Pferde mit denen ich arbeite berichten.
                <br>Allerdings ist die Seite noch im Aufbau, seit also nicht böse sollte mal etwas nicht funktionieren.
                <br>
                <br>Liebe Grüße,
                <br>Jenny
              </p>
            </td>
          </tr>
          <tr>
        </tbody>
      </table>
    </center>
  </body>
</html>


Das ist jetzt mal einer, da ich davon ausgehe, dass in allen der selbe Fehler ist ... Augenzwinkern

LG
Jenny



Geschrieben von .Senseless am 01.05.2009 um 17:43:

 

Wenn du meinst, dass da der Rand fehlt, würd ich mal das border=0 wegmachen. (;

Ansonsten: Dito :D



Geschrieben von Jenny am 01.05.2009 um 18:00:

 

Es geht gar nix xD Da wird eine weiße Seite angezeigt, und das irritiert mich ja so unglücklich


http://tstannenheide.ts.ohost.de/privatpage/willkommen.html



Geschrieben von .chilli am 01.05.2009 um 18:20:

 

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:
<html>
  <head>
    <style type="stylesheet" href="style.css" type="text/css">
    <title>Willkommen</title>
  </head>
  <body>
    <center>
      <table style="border-right: #000000 1px dashed; border-top: #000000 1px dashed; border-left: #000000 1px dashed; border-bottom: #000000 1px dashed" width="85%" border=0>
        <tbody>
          <tr>
            <td style="border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid" align=middle width="100%" bgColor=#993399>
              <b>Herzlich Willkommen. </b>
            </td>
          </tr>
          <tr>
            <td style="border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid" align=middle width="100%" bgColor=#CC99CC>
              <p>
                <br>Ich freue mich, dass du auf meine Homepage gefunden hast.
                <br>Hier werde ich ein wenig über mich, mein Leben und die Pferde mit denen ich arbeite berichten.
                <br>Allerdings ist die Seite noch im Aufbau, seit also nicht böse sollte mal etwas nicht funktionieren.
                <br>
                <br>Liebe Grüße,
                <br>Jenny
              </p>
            </td>
          </tr>
          <tr>
        </tbody>
      </table>
    </center>
  </body>
</html>

Keine Ahnung obs daran liegt, kannst ja mal probieren Augenzwinkern
Im Offlinebrowser seh ich jetzt was ^^



Geschrieben von .Senseless am 01.05.2009 um 18:23:

 

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:
<html>
  <head>
    <link type="text/css" rel="stylesheet" href="style.css">
    <title>Willkommen</title>
  </head>
  <body>
    <center>
      <table style="border-right: #000000 1px dashed; border-top: #000000 1px dashed; border-left: #000000 1px dashed; border-bottom: #000000 1px dashed" width="85%" border=0>
        <tbody>
          <tr>
            <td style="border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid" align=middle width="100%" bgColor=#993399>
              <b>Herzlich Willkommen. </b>
            </td>
          </tr>
          <tr>
            <td style="border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid" align=middle width="100%" bgColor=#CC99CC>
              <p>
                <br>Ich freue mich, dass du auf meine Homepage gefunden hast.
                <br>Hier werde ich ein wenig über mich, mein Leben und die Pferde mit denen ich arbeite berichten.
                <br>Allerdings ist die Seite noch im Aufbau, seit also nicht böse sollte mal etwas nicht funktionieren.
                <br>
                <br>Liebe Grüße,
                <br>Jenny
              </p>
            </td>
          </tr>
          <tr>
        </tbody>
      </table>
    </center>
  </body>
</html>


? smile



Geschrieben von Jenny am 01.05.2009 um 19:48:

 

Also ich seh bei beiden bearbeiteten Codes auch nichts unglücklich



Geschrieben von .Senseless am 01.05.2009 um 19:50:

 

Machst du nochmal kurz meinen rein?
Ich will in der Quelltextanzeige mal was schauen.^^



Geschrieben von Drops am 01.05.2009 um 22:29:

  RE: Wieso wird nichts angezeigt?

- edit -



Geschrieben von Leila am 01.05.2009 um 23:11:

  RE: Wieso wird nichts angezeigt?

statt
code:
1:
<style type="stylesheet" href="style.css">

in Z. 3 mal damit probieren:

code:
1:
<link rel="stylesheet" type="text/css" href="style.css">

und dann halt den richtigen Verweis für die CSS-Datei, weil da, wo du sie mit dem Code hernehmen willst, gibts keine, wie Drops ja schon sagte Augenzwinkern



Geschrieben von Jenny am 02.05.2009 um 09:16:

 

Drops, hast du nur den CSS Verweis rausgenommen?
Und Leila - dankeschön, es geht smile



Geschrieben von Drops am 02.05.2009 um 11:12:

 

- edit -



Geschrieben von Jenny am 02.05.2009 um 23:16:

 

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:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
    <TABLE style="BORDER-RIGHT: #000000 1px dashed; BORDER-TOP: #000000 1px dashed; BORDER-LEFT: #000000 1px dashed; BORDER-BOTTOM: #000000 1px dashed" width="85%" border=0>
      <TBODY>
        <TR>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" width="100%" bgColor=#BBB291 colSpan=5>
            <P align=center>
              <STRONG>Nevardo</STRONG>
            </P>
          </TD>
        </TR>
        <TR>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" width="100%" bgColor=#D5CAA0 colSpan=5>
            <P align=center>
              <img src="http://tannenheide.ta.ohost.de/Pferde/Gentleman/Dartmoor-Pony-28.jpg">
              <BR> ©by: www.x.com
            </P>
          </TD>
        </TR>
        <TR>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" width="25%" bgColor=#D5CAA0 rowSpan=3>
            <P align=center>
              <B>J</B>ahrgang:
            </P>
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" width="25%" bgColor=#e8e8d0 rowSpan=3>
            <P align=center>
              *1999
            </P>
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" width="25%" bgColor=#D5CAA0 rowSpan=3>
            <P align=center>
              <B>G</B>eschlecht:
            </P>
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" width="38%" bgColor=#e8e8d0>
            Hengst
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" width="1%" bgColor=#e8e8d0>
            <input type="checkbox">
          </TD>
        </TR>
        <TR>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" width="38%" bgColor=#e8e8d0>
            Stute
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" width="1%" bgColor=#e8e8d0>
            <input type="checkbox">
          </TD>
        </TR>
        <TR>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" width="38%" bgColor=#e8e8d0>
            Wallach
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" width="1%" bgColor=#e8e8d0>
            <input type="checkbox" checked>
          </TD>
        </TR>
        <TR>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="20%" bgColor=#D5CAA0 rowSpan=2>
            <P align=center>
              <B>R</B>asse:
            </P>
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="20%" bgColor=#e8e8d0 rowSpan=2>
            Welsh Cob x Deutsches Reitpony
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="20%" bgColor=#D5CAA0 rowSpan=2>
            <B>A</B>bzeichen:
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="39%" bgColor=#e8e8d0 rowSpan=2 colSpan=2>
            Stern, hinten zwei halbweiße Fesseln
          </TD>
        </TR>
        <TR>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="20%" bgColor=#D5CAA0 rowSpan=2>
            <P align=center>
              <B>S</B>tockma&szlig;:
            </P>
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="20%" bgColor=#e8e8d0 rowSpan=2>
            ca. 1.55m
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="20%" bgColor=#D5CAA0 rowSpan=2>
            <B>A</B>usbildung
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="39%" bgColor=#e8e8d0>
            Dressur
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="7%" bgColor=#e8e8d0>
            E/A
          </TD>
        </TR>
        <TR>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="39%" bgColor=#e8e8d0>
            Springen
          </TD>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="7%" bgColor=#e8e8d0>
            E
          </TD>
        </TR>
        <TR>
          <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="100%" bgColor=#BBB291 colSpan=4>
            <P align=center>
              <B>C</B>harakter
            </P>
          </TD>
        </TR>
        <TR>
         <TD style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid" align=middle width="100%" bgColor=#D5CAA0 colSpan=4>
           <P align=center>
             <TEXTAREA style="BORDER-RIGHT: #b8b872 1px dashed; BORDER-TOP: #b8b872 1px dashed; BORDER-LEFT: #b8b872 1px dashed; BORDER-BOTTOM: #b8b872 1px dashed" name=S1 cols=60 rows=10>
               Hier der Text!
             </textarea>
           </P>
         </TD>
        </TR>
      </TBODY>
    </TABLE>


Schon wieder ein Problem -.- Ich bin so eingerostet xD
Warum werden die Spalten bei Abzeichen/Ausbildung etc verschoben/falsch angezeigt? Ich find den programmierfehler nicht Zunge raus



Geschrieben von 1Sm!le am 03.05.2009 um 10:10:

 

Das is ja grauenvoll unlesbar Augenzwinkern
Kleiner Tipp:
BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
ist genau dasselbe wie
BORDER: #000000 1px solid;
und das ist etliches übersichtlicher.



Geschrieben von Drops am 03.05.2009 um 10:10:

 

- edit -



Geschrieben von Jenny am 04.05.2009 um 20:11:

 

1Sm!le, das ist ein alter Code, aber dankeschön für den Tipp, ich werds ausbessernfröhlich

Im Anhang ein Screen, wie es aussehen sollte smile



Edit:
Code mal bearbeitet smile

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:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
<html>
  <head>
    <link rel="stylesheet" href="style.css">
    <style type="text/css">
      A:link{COLOR: #000000; TEXT-DECORATION: none; }
      A:visited{COLOR: #000000; TEXT-DECORATION: none; }
      A:active{COLOR: #000000; TEXT-DECORATION: none; }
      A:hover{COLOR: #000000; filter:dropshadow(color=#000000,offX=1,offY=1); height:2pt; }
      img { border: 0px; }
    </style>
    <title>Nevardo</title>
  </head>
  <body>
    <TABLE style="BORDER: #000000 1px dashed" width="85%" border=0>
      <TBODY>
        <TR>
          <TD style="BORDER: #000000 1px solid" width="100%" bgColor=#BBB291 colSpan=5>
            <P align=center>
              <STRONG>Nevardo</STRONG>
            </P>
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" width="100%" bgColor=#D5CAA0 colSpan=5>
            <P align=center>
              <img src="http://tannenheide.ta.ohost.de/Pferde/Gentleman/Dartmoor-Pony-28.jpg">
              <BR> ©by: www.x.com
            </P>
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" width="25%" bgColor=#D5CAA0 rowSpan=3>
            <P align=center>
              <B>J</B>ahrgang:
            </P>
          </TD>
          <TD style="BORDER: #000000 1px solid" width="25%" bgColor=#e8e8d0 rowSpan=3>
            <P align=center>
              *1999
            </P>
          </TD>
          <TD style="BORDER: #000000 1px solid" width="25%" bgColor=#D5CAA0 rowSpan=3>
            <P align=center>
              <B>G</B>eschlecht:
            </P>
          </TD>
          <TD style="BORDER: #000000 1px solid" width="38%" bgColor=#e8e8d0>
            Hengst
          </TD>
          <TD style="BORDER: #000000 1px solid" width="1%" bgColor=#e8e8d0>
            <input type="checkbox">
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" width="38%" bgColor=#e8e8d0>
            Stute
          </TD>
          <TD style="BORDER: #000000 1px solid" width="1%" bgColor=#e8e8d0>
            <input type="checkbox">
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" width="38%" bgColor=#e8e8d0>
            Wallach
          </TD>
          <TD style="BORDER: #000000 1px solid" width="1%" bgColor=#e8e8d0>
            <input type="checkbox" checked>
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="20%" bgColor=#D5CAA0 rowSpan=2>
            <P align=center>
              <B>R</B>asse:
            </P>
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="20%" bgColor=#e8e8d0 rowSpan=2>
            Welsh Cob x Deutsches Reitpony
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="20%" bgColor=#D5CAA0 rowSpan=2>
            <B>A</B>bzeichen:
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="39%" bgColor=#e8e8d0 rowSpan=2 colSpan=2>
            Stern, hinten zwei halbweiße Fesseln
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="20%" bgColor=#D5CAA0 rowSpan=2>
            <P align=center>
              <B>S</B>tockmaß:
            </P>
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="20%" bgColor=#e8e8d0 rowSpan=2>
            ca. 1.55m
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="20%" bgColor=#D5CAA0 rowSpan=2>
            <B>A</B>usbildung
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="39%" bgColor=#e8e8d0>
            Dressur
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="7%" bgColor=#e8e8d0>
            E/A
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="39%" bgColor=#e8e8d0>
            Springen
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="7%" bgColor=#e8e8d0>
            E
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#BBB291 colSpan=4>
            <P align=center>
              <B>C</B>harakter
            </P>
          </TD>
        </TR>
        <TR>
         <TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#D5CAA0 colSpan=4>
           <P align=center>
             <TEXTAREA style="BORDER: #000000 1px dashed" name=S1 cols=60 rows=10>
               Hier der Text!
             </textarea>
           </P>
         </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#BBB291 colSpan=4>
            <P align=center>
              <B>U</B>nsere <B>G</B>eschichte
            </P>
          </TD>
        </TR>
        <TR>
         <TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#D5CAA0 colSpan=4>
           <P align=center>
             <TEXTAREA style="BORDER: #b8b872 1px dashed" name=S1 cols=60 rows=10>
               Hier der Text!
             </textarea>
           </P>
         </TD>
        </TR>
      </TBODY>
    </TABLE>

    <br>
    <br>

    <TABLE style="BORDER: #000000 1px dashed" width="85%" border=0>
      <TBODY>
        <TR>
          <TD style="BORDER: #000000 1px solid" width="100%" bgColor=#BBB291 colSpan=3>
            <P align=center>
              <B>A</B>bstammung
            </P>
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="34%" bgColor=#D5CAA0 rowSpan=4>
            Nevardo
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0 rowSpan=2>
            Napoleon
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0>
            Nando
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0>
            ?
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0 rowSpan=2>
            Fienesa
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0>
            Zeus of Stowell
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0>
            ?
          </TD>
        </TR>
      </TBODY>
    </TABLE>

    <br>
    <br>

    <TABLE style="BORDER: #000000 1px dashed" height=30 width="85%" border=0>
      <TBODY>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#BBB291 colSpan=4 height=15>
            <B>I</B>nformationen
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="25%" bgColor=#D5CAA0 height=15>
            <B>B</B>esitzerin:
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="25%" bgColor=#e8e8d0 height=15>
            Joy Wittek
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="25%" bgColor=#D5CAA0 height=15>
            <B>R</B>eitbeteiligung:
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="25%" bgColor=#e8e8d0 height=15>
            xxxxxxx
          </TD>
        </TR>
      </TBODY>
    </TABLE>

    <br>
    <br>

    <TABLE style="BORDER: #000000 1px solid" width="85%" border=0>
      <TBODY>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#BBB291>
            <B>W</B>eitere <B>F</B>otos:
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#D5CAA0>
            <img src="http://tannenheide.ta.ohost.de/Pferde/Gentleman/Dartmoor-Pfalz-Eurocheval28.jpg">
            <br>
            <img src="http://tannenheide.ta.ohost.de/Pferde/Gentleman/Dartmoor-Pfalz-Eurocheval44.jpg">
            <br>
          </TD>
        </TR>
      </TBODY>
    </TABLE>
  </Body>
</HTML>



Geschrieben von Jenny am 08.05.2009 um 20:32:

 

Ich hab den Fehler leider immer noch nicht gefunden unglücklich



Geschrieben von Jenny am 12.05.2009 um 21:12:

 

traurig



Geschrieben von Kruemelletto am 12.05.2009 um 21:54:

 

So?
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:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
  <head>
    <link rel="stylesheet" href="style.css">
    <style type="text/css">
      A:link{COLOR: #000000; TEXT-DECORATION: none; }
      A:visited{COLOR: #000000; TEXT-DECORATION: none; }
      A:active{COLOR: #000000; TEXT-DECORATION: none; }
      A:hover{COLOR: #000000; filter:dropshadow(color=#000000,offX=1,offY=1); height:2pt; }
      img { border: 0px; }
    </style>
    <title>Nevardo</title>
  </head>
  <body>
    <TABLE style="BORDER: #000000 1px dashed" width="85%" border=0>
			<TBODY>
        <TR>
					<TD style="BORDER: #000000 1px solid" width="100%" bgColor=#BBB291 colSpan=5>
            <P align=center>
              <STRONG>Nevardo</STRONG>
            </P>
          </TD>
				</TR>
        <TR>
					<TD style="BORDER: #000000 1px solid" width="100%" bgColor=#D5CAA0 colSpan=5>
            <P align=center>
              <img src="http://tannenheide.ta.ohost.de/Pferde/Gentleman/Dartmoor-Pony-28.jpg">
              <BR> ©by: www.x.com
            </P>
          </TD>
				</TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" width="25%" bgColor=#D5CAA0 rowSpan=3>
            <P align=center>
              <B>J</B>ahrgang:
            </P>
          </TD>
          <TD style="BORDER: #000000 1px solid" width="25%" bgColor=#e8e8d0 rowSpan=3>
            <P align=center>
              *1999
            </P>
          </TD>
          <TD style="BORDER: #000000 1px solid" width="25%" bgColor=#D5CAA0 rowSpan=3>
            <P align=center>
              <B>G</B>eschlecht:
            </P>
          </TD>
          <TD style="BORDER: #000000 1px solid" width="38%" bgColor=#e8e8d0>
            Hengst
          </TD>
					<TD style="BORDER: #000000 1px solid" width="1%" bgColor=#e8e8d0>
            <input type="checkbox">
          </TD>
				</TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" width="38%" bgColor=#e8e8d0>
            Stute
          </TD>
					<TD style="BORDER: #000000 1px solid" width="1%" bgColor=#e8e8d0>
            <input type="checkbox">
          </TD>
				</TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" width="38%" bgColor=#e8e8d0>
            Wallach
          </TD>
					<TD style="BORDER: #000000 1px solid" width="1%" bgColor=#e8e8d0>
            <input type="checkbox" checked>
          </TD>
				</TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="20%" bgColor=#D5CAA0 rowSpan=2>
            <P align=center>
              <B>R</B>asse:
            </P>
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="20%" bgColor=#e8e8d0 rowSpan=2>
            Welsh Cob x Deutsches Reitpony
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="20%" bgColor=#D5CAA0 rowSpan=2>
            <B>A</B>bzeichen:
          </TD>
					<TD style="BORDER: #000000 1px solid" align=middle width="39%" bgColor=#e8e8d0 rowSpan=2 colSpan=2>Stern, hinten zwei halbwei&szlig;e Fesseln          </TD>
				</TR>
				<TR>
					
				</TR>
				<tr>
					<td style="BORDER: #000000 1px solid" rowspan="2" align=middle bgcolor=#D5CAA0>
						<p align=center><b>S</b>tockma&szlig;:</p>
					</td>
					<td style="BORDER: #000000 1px solid" rowspan="2" align=middle bgcolor=#e8e8d0>ca. 1.55m</td>
					<td style="BORDER: #000000 1px solid" rowspan="2" align=middle bgcolor=#D5CAA0><b>Z</b>u verkaufen?</td>
					<td style="BORDER: #000000 1px solid" align=middle width="39%" bgcolor=#e8e8d0>Ja</td>
					<td style="BORDER: #000000 1px solid" align=middle width="7%" bgcolor=#e8e8d0><input type="checkbox" checked></td>
				</tr>
				<TR>
					<td style="BORDER: #000000 1px solid" align=middle width="39%" bgcolor=#e8e8d0>Nein</td>
					<td bgcolor="#e8e8d0" width="7%"><input type="checkbox"></td>
				</TR>
				<tr>
					<td style="BORDER: #000000 1px solid" colspan="5" align=middle bgcolor=#BBB291>
						<p align=center><b>C</b>harakter</p>
					</td>
				</tr>
				<TR>
					<TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#D5CAA0 colSpan=4>
           <P align=center>
             <TEXTAREA style="BORDER: #000000 1px dashed" name=S1 cols=60 rows=10>
               Hier der Text!
             </textarea>
           </P>
         </TD>
				</TR>
				<TR>
					<TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#BBB291 colSpan=4>
            <P align=center>
              <B>U</B>nsere <B>G</B>eschichte
            </P>
          </TD>
				</TR>
        <TR>
					<TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#D5CAA0 colSpan=4>
           <P align=center>
             <TEXTAREA style="BORDER: #b8b872 1px dashed" name=S1 cols=60 rows=10>
               Hier der Text!
             </textarea>
           </P>
         </TD>
				</TR>
      </TBODY>
		</TABLE>

    <br>
    <br>

    <TABLE style="BORDER: #000000 1px dashed" width="85%" border=0>
      <TBODY>
        <TR>
          <TD style="BORDER: #000000 1px solid" width="100%" bgColor=#BBB291 colSpan=3>
            <P align=center>
              <B>A</B>bstammung
            </P>
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="34%" bgColor=#D5CAA0 rowSpan=4>
            Nevardo
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0 rowSpan=2>
            Napoleon
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0>
            Nando
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0>
            ?
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0 rowSpan=2>
            Fienesa
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0>
            Zeus of Stowell
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="33%" bgColor=#D5CAA0>
            ?
          </TD>
        </TR>
      </TBODY>
    </TABLE>

    <br>
    <br>

    <TABLE style="BORDER: #000000 1px dashed" height=30 width="85%" border=0>
      <TBODY>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#BBB291 colSpan=4 height=15>
            <B>I</B>nformationen
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="25%" bgColor=#D5CAA0 height=15>
            <B>B</B>esitzerin:
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="25%" bgColor=#e8e8d0 height=15>
            Joy Wittek
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="25%" bgColor=#D5CAA0 height=15>
            <B>R</B>eitbeteiligung:
          </TD>
          <TD style="BORDER: #000000 1px solid" align=middle width="25%" bgColor=#e8e8d0 height=15>
            Jennifer Klarmann
          </TD>
        </TR>
      </TBODY>
    </TABLE>

    <br>
    <br>

    <TABLE style="BORDER: #000000 1px solid" width="85%" border=0>
      <TBODY>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#BBB291>
            <B>W</B>eitere <B>F</B>otos:
          </TD>
        </TR>
        <TR>
          <TD style="BORDER: #000000 1px solid" align=middle width="100%" bgColor=#D5CAA0>
            <img src="http://tannenheide.ta.ohost.de/Pferde/Gentleman/Dartmoor-Pfalz-Eurocheval28.jpg">
            <br>
            <img src="http://tannenheide.ta.ohost.de/Pferde/Gentleman/Dartmoor-Pfalz-Eurocheval44.jpg">
            <br>
          </TD>
        </TR>
      </TBODY>
    </TABLE>
  </Body>
</HTML>

KP was falsh war... habs einfach nochmal neu gemacht xD Klappts so?



Geschrieben von Jenny am 13.05.2009 um 17:11:

 

Bringt mir wenig, weil ich die Zeilen verändert hatte. Und es war ja dabei speziell was falsch Zunge raus



Geschrieben von Kruemelletto am 13.05.2009 um 17:19:

 

? Es sollte doch genauso sein wie im Beispiel?
Oder was wolltest du verändern?


Forensoftware: Burning Board, entwickelt von WoltLab GmbH