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] Tabelle beginnt mittig (https://www.gegen-bilderklau.net/thread.php?threadid=156262)


Geschrieben von -blue- am 25.05.2009 um 10:46:

  Tabelle beginnt mittig

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



Geschrieben von -blue- am 25.05.2009 um 11:46:

 

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



Geschrieben von Kruemelletto am 25.05.2009 um 12:03:

 

Öh joah... du solltest es halt schon in die oberste Tabellenspalte einfügen ;D
Ich hoffe so klappts fröhlich

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 *-*



Geschrieben von -blue- am 25.05.2009 um 12:27:

 

Es sollte schon in der zweiten Zeile sein xD
Aber danke, jetzt funktionierts fröhlich



Geschrieben von Kruemelletto am 25.05.2009 um 13:18:

 

Achso. Dann hab ichs nicht ganz verstanden ^^ Dachte du willst es ganz oben haben...
Aber schön wenns klappt smile


Forensoftware: Burning Board, entwickelt von WoltLab GmbH