Rahmen mit Tabellen und Bilder...

hardcore-punk
Hey, ich hab eben mal was für einen Freund gemacht für die Schule, nur irgendwie häng ich im Moment fest...

Nur hab ich das Problem jetzt, dass der FF alles anzeigt wie ich will, aber der IE wie im Anhang zu erkennen streikt....:

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:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>OutdoorCore</title>
<style type="text/css">

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/backgroundbig.gif);
font-family:arial;
color: #782604;
}

.smallfont {
font-size: 11px;
font-family: arial;
color: #782604;
 }

.normalfont {
font-size: 12px;
font-family: arial;
color: #782604;
}

a:link {
color: #663300;
}
a:visited {
color: #663300;
}
a:hover {
color: #663300;
}
a:active {
color: #663300;
}

</style>
</head>

<body>
<table width="760px"  height="100%" border="0" cellpadding="0" cellspacing="0" style="background-image: url(images/background_logo.png)">
<tr>
 <td valign="top"><img src="images/top_logo.png" width="770px" border="0" alt=""/> 
<table  width="70%"  align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15px" height="12px"> <img src="images/border_top_left.png" alt="" border="0" width="15px" height="12px" /> </td>
<td width="100%x" height="12px"> <img src="images/border_top.png" border="0" width="100%" height="12" alt="" /> </td>
<td width="15px" height="12px"> <img src="images/border_top_right.png" alt="" border="0" width="15px" height="12px" />  </td>
</tr>
<tr>

<td valign="top"  style="background-image: url(images/border_right.png)" >&nbsp; </td>

<td>


<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" align="center"><img src="images/top_home.png" alt="" border="0" /><img src="images/top_areas.png" alt="" border="0" /><img src="images/top_bikes.png" alt="" border="0" /><img src="images/top_pics.png" alt="" border="0" /><img src="images/top_about.png" alt="" border="0" />

<table width="87%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%">
<span class="normalfont">Ich hab lang darüber nachgedacht (lange bedeutet, dank meiner Fähigkeit sich nicht zu konzentrieren, zum Glück nur um die 5Minuten) worüber ich diese Site hier nun machen soll. Doch plötzlich flog, wie wenn es gewollt wäre, ein Vogel gegen meine Fensterscheibe, und hat mich somit praktisch gezwungen mal aus dem Fenster zu schauen...
</span> <p  align="center">
<span class="normalfont">...und da sah ich sie.....</span>
 </p>
<span class="normalfont">...ein paar Mountainbiker kamen gerade bei uns in Auhof aus dem Wald heraus. Beide waren von oben bis unten voller Schmutz. Egal ob Schlamm, Zweige, Blätter oder zerquetschten Heidelbeeren, alle Bikes und natürlich auch all die Fahrer waren damit "überzogen". 
Und ja, da ich ja Mountainbiking, Downhill bzw. Free-Riding eigentlich schon sehr aufregend finde, hatte ich nun auch zugleich ein Thema gehabt worüber ich hier die kleine, aber hoffentlich trotzdem nette, Site machen kann... 
<br></br> also Mädchen, <strong> viel Spaß noch auf der Site!</strong></span>
 
</td>
</tr>
</table>

</td>
</tr>
</table>
</td>

<td valign="top"  style="background-image: url(images/border_left.png)">&nbsp; </td>
</tr>
<tr>
<td width="15px" height="12px"> <img src="images/border_down_left.png" alt="" border="0" width="15px" height="12px"/>  </td>
<td width="100%" height="12px"> <img src="images/border_down.png" border="0" width="100%" height="12px" alt="" /></td>
<td width="15px" height="12px"><img src="images/border_down_right.png" alt="" border="0" width="15px" height="12px" /></td>
</tr>
</table>
</td>
</tr>
<tr>
 <td valign="bottom"><img src="images/bottom_pic.png" border="0" alt="" /></td>
</tr>
</table>

</body>
</html>




wäre nett wenn mir mal jemand ev. aushelfen könnte...?
eisbaerli
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:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OutdoorCore</title>
<style type="text/css">

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/backgroundbig.gif);
font-family:arial;
color: #782604;
}

.smallfont {
font-size: 11px;
font-family: arial;
color: #782604;
 }

.normalfont {
font-size: 12px;
font-family: arial;
color: #782604;
}

a:link {
color: #663300;
}
a:visited {
color: #663300;
}
a:hover {
color: #663300;
}
a:active {
color: #663300;
}

</style>
</head>

<body>
<table width="760px"  height="100%" border="0" cellpadding="0" cellspacing="0" style="background-image: url(images/background_logo.png)">
<tr>
 <td valign="top"><img src="images/top_logo.png" width="770px" border="0" alt=""/> 
<table width="70%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15px" height="12px"><img src="images/border_top_left.png" alt="" border="0" width="15px" height="12px" /></td>
<td width="100%" height="12px"><img src="images/border_top.png" border="0" width="100%" height="12" alt="" /></td>
<td width="15px" height="12px"><img src="images/border_top_right.png" alt="" border="0" width="15px" height="12px" /></td>
</tr>
<tr>

<td valign="top"  style="background-image: url(images/border_right.png)" >&nbsp;</td>

<td>


<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" align="center"><img src="images/top_home.png" alt="" border="0" /><img src="images/top_areas.png" alt="" border="0" /><img src="images/top_bikes.png" alt="" border="0" /><img src="images/top_pics.png" alt="" border="0" /><img src="images/top_about.png" alt="" border="0" />

<table width="87%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%">
<span class="normalfont">Ich hab lang darüber nachgedacht (lange bedeutet, dank meiner Fähigkeit sich nicht zu konzentrieren, zum Glück nur um die 5Minuten) worüber ich diese Site hier nun machen soll. Doch plötzlich flog, wie wenn es gewollt wäre, ein Vogel gegen meine Fensterscheibe, und hat mich somit praktisch gezwungen mal aus dem Fenster zu schauen...
</span> <p  align="center">
<span class="normalfont">...und da sah ich sie.....</span>
 </p>
<span class="normalfont">...ein paar Mountainbiker kamen gerade bei uns in Auhof aus dem Wald heraus. Beide waren von oben bis unten voller Schmutz. Egal ob Schlamm, Zweige, Blätter oder zerquetschten Heidelbeeren, alle Bikes und natürlich auch all die Fahrer waren damit &quot;überzogen&quot;. 
Und ja, da ich ja Mountainbiking, Downhill bzw. Free-Riding eigentlich schon sehr aufregend finde, hatte ich nun auch zugleich ein Thema gehabt worüber ich hier die kleine, aber hoffentlich trotzdem nette, Site machen kann... 
<br />
</br> also Mädchen, <strong> viel Spaß noch auf der Site!</strong></span>
 
</td>
</tr>
</table>

</td>
</tr>
</table>
</td>

<td valign="top"  style="background-image: url(images/border_left.png)">&nbsp;</td>
</tr>
<tr>
<td width="15px" height="12px"><img src="images/border_down_left.png" alt="" border="0" width="15px" height="12px"/></td>
<td width="100%" height="12px"><img src="images/border_down.png" border="0" width="100%" height="12px" alt="" /></td>
<td width="15px" height="12px"><img src="images/border_down_right.png" alt="" border="0" width="15px" height="12px" /></td>
</tr>
</table>
</td>
</tr>
<tr>
 <td valign="bottom"><img src="images/bottom_pic.png" border="0" alt="" /></td>
</tr>
</table>

</body>
</html>


schau mal obs so geht
hardcore-punk
dankschön klappt...
..hätt ich selber auch nun draufkommen können, wenn ichs mir anschaue... auweia
eisbaerli
Zitat:
Original von hardcore-punk
dankschön klappt...
..hätt ich selber auch nun draufkommen können, wenn ichs mir anschaue... auweia


Naja, Flüchtigkeitsfehler ein Zeichen war zu viel und die Abstände zwischen den <td> hat nicht gestimmt, das liest das IE immer als Leerzeichen! großes Grinsen großes Grinsen