-blue-
Hallo, ich habe folgendes Problem. Wenn ich eine Tabelle mache und in einer Zeile in die erste Spalte ein Bild setze und in die zweite Spalte dann Text schreiben, dann beginnt der Text nicht oben links sondern in der Mitte links (also weiter unten). Wie kann ich es machen, dass der Text oben links beginnt?
LG Fallen_Angel
-blue-
| 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:
|
<!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>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type" />
<title>espoir - Photography - Galerie</title>
<style type="text/css"><!--
a:hover {color: #000000; text-decoration: none; font-size: 12px}
--></style>
</head>
<body
style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"
alink="#333333" link="#000000" vlink="#000000">
<div style="font-family: Tahoma;">
<span style="font-weight: bold;">Die Galerie wird zur Zeit
umgebaut!</span><br style="font-weight: bold;" />
<br />
<table style="text-align: left; width: 100px;" border="0"
cellpadding="0" cellspacing="10">
<tbody>
<tr>
<td><small>Tiere<br />
<img style="border: 0px solid ; width: 270px; height: 100px;"
alt="" src="Pferde_v.JPG" /> </small></td>
<td></td>
</tr>
<tr>
<td><small>Natur<br />
<img style="border: 0px solid ; width: 269px; height: 100px;"
alt="" src="Natur_v.JPG" /> </small></td>
<td><a
href="http://espoir.es.funpic.de/espoir/galerie/natur/naturverschiedenes/naturverschiedenes.htm"><small>Verschiedenes
...</small></a></td>
</tr>
<tr>
<td><small>Sonstiges<br />
<img style="border: 0px solid ; width: 270px; height: 100px;"
alt="" src="Sonstiges_v.jpg" /> </small></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
|
|
http://espoir.es.funpic.de/espoir/galerie.html
Und da eben das 'Verschiedenes ...'. Dass das oben am Anfang des Bildes anfängt und nicht in der Mitte
Kruemelletto
Öh joah... du solltest es halt schon in die oberste Tabellenspalte einfügen ;D
Ich hoffe so klappts
| 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:
|
<!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>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type" />
<title>espoir - Photography - Galerie</title>
<style type="text/css"><!--
a:hover {color: #000000; text-decoration: none; font-size: 12px}
--></style>
</head>
<body
style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"
alink="#333333" link="#000000" vlink="#000000">
<div style="font-family: Tahoma;">
<span style="font-weight: bold;">Die Galerie wird zur Zeit
umgebaut!</span><br style="font-weight: bold;" />
<br />
<table style="text-align: left; width: 100px;" border="0"
cellpadding="0" cellspacing="10">
<tbody>
<tr>
<td><small>Tiere<br />
<img style="border: 0px solid ; width: 270px; height: 100px;"
alt="" src="Pferde_v.JPG" /> </small></td>
<td valign="top"><a
href="http://espoir.es.funpic.de/espoir/galerie/natur/naturverschiedenes/naturverschiedenes.htm"><small>Verschiedenes
...</small></a></td>
</tr>
<tr>
<td><small>Natur<br />
<img style="border: 0px solid ; width: 269px; height: 100px;"
alt="" src="Natur_v.JPG" /> </small></td>
<td></td>
</tr>
<tr>
<td><small>Sonstiges<br />
<img style="border: 0px solid ; width: 270px; height: 100px;"
alt="" src="Sonstiges_v.jpg" /> </small></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
|
|
EDIT: Tolle Bilder übrigens *-*
-blue-
Es sollte schon in der zweiten Zeile sein xD
Aber danke, jetzt funktionierts
Kruemelletto
Achso. Dann hab ichs nicht ganz verstanden ^^ Dachte du willst es ganz oben haben...
Aber schön wenns klappt