HX3 Foren

HX3 Foren (https://hx3.de/)
-   Software- und Webentwicklung (https://hx3.de/software-webentwicklung-23/)
-   -   [Help][HTML] Probleme mit Code (https://hx3.de/software-webentwicklung-23/help-html-probleme-code-8456/)

Kompost 16.05.2004 12:40

Hi, ich hab ein Problem mit dem HTML Code auf meiner Website:

Bild
Dieses "HonkiPonki Schild" soll mit dem runden Logo verkabelt sein.
Aber irgendwie rutscht alles immer viel zu weit nach rechts ich hab keine Ahnung wieso :komischschau:
Wäre nett wenn jemand helfen könnte:

Hier der HTML Code:

Code:

<table style="text-align: left; width: 100%;" border="0" cellspacing="0"
 cellpadding="0">
 &nbsp;<tbody>
 &nbsp; &nbsp;<tr>
 &nbsp; &nbsp; &nbsp;<td style="vertical-align: top; text-align: left; width: 145px;">
 &nbsp; &nbsp; &nbsp;<div style="text-align: left;">
 &nbsp; &nbsp; &nbsp;<div style="text-align: left;"> <img
 style="width: 150px; height: 188px;" alt=""
 src="logo.jpg"></div>
 &nbsp; &nbsp; &nbsp;</div>
 &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp;<td style="vertical-align: top; width: 200px;"><br>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;<table
 style="width: 200px; height: 25px; text-align: left; margin-left: 0px; margin-right: auto;"
 border="0" cellspacing="0" cellpadding="0">
 &nbsp; &nbsp; &nbsp; &nbsp;<tbody>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td
 style="background-image: url(ko.jpg); vertical-align: top; width: 100%;">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</tr>
 &nbsp; &nbsp; &nbsp; &nbsp;</tbody>
 &nbsp; &nbsp; &nbsp;</table>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp;<td style="vertical-align: top; text-align: left; width: 418px;"><br>
 &nbsp; &nbsp; &nbsp;<img style="width: 418px; height: 136px;" alt=""
 src="honkiponki.png"><br>
 &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp;<td style="vertical-align: top;"><br>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;<table
 style="width: 100%; height: 25px; text-align: left; margin-left: auto; margin-right: 0px;"
 border="0" cellspacing="0" cellpadding="0">
 &nbsp; &nbsp; &nbsp; &nbsp;<tbody>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<tr>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td
 style="background-image: url(ko.jpg); vertical-align: top; width: 100%;">
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</tr>
 &nbsp; &nbsp; &nbsp; &nbsp;</tbody>
 &nbsp; &nbsp; &nbsp;</table>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp;</tr>
 &nbsp;</tbody>
</table>


Daedalus 16.05.2004 13:14

Probiers mal damit!

In den Headteil:

Zitat:

<style type="text/css">
<!--
body { }
#1 { position:absolute; top:1000px; left:1000px; z-index:1; }
-->
</style>

Da wo 1000 px steht musst du dann die Position deines Bildes entsprechend ändern.

Und dann dein Bild:

Zitat:

[img]honkiponki.png[/img]
:)

Kompost 16.05.2004 13:23

COol, danke :cool:
Funtzt! Ich muss nurnoch ein bisschen mit den Werten rumprobieren....

Daedalus 16.05.2004 18:48

Noch ein Tipp .... das .png muss nicht sein. Wenn du bei Photoshop ein .jpg Bild mit hoher Qualität draus machst sieht es gleich aus aber ist wesentlich kleiner.


Alle Zeitangaben in WEZ +1. Es ist jetzt 21:15 Uhr.

Angetrieben durch vBulletin, Entwicklung von Philipp Dörner & Tobias


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.

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