HX3 Foren

HX3 Foren (https://hx3.de/)
-   Software- und Webentwicklung (https://hx3.de/software-webentwicklung-23/)
-   -   [Help][HTML]Bilder am Rand des Monitors (https://hx3.de/software-webentwicklung-23/help-html-bilder-rand-monitors-8352/)

Kompost 25.04.2004 07:49

Hi, ich hätte da mal ne Frage bezüglich dem einbinden von Bildern auf einer Website... :D ;)
Ich würde gern um die ganze Website einen Rahmen aus Bildern und Tabellen machen ähnlich wie auf Secretwars Network (http://www.secretwarsnet.de/).
Doch wenn ich ein Bild auf meiner Website einfüge ist immer noch ein Stückchen frei.. :(

anders^on 25.04.2004 09:35

Schau, dass du nirgens Leerzeichen im Quelltext hast.
Außerdem sollte die Tabelle cellpsacing="0", cellpadding="0" und
border="0"
als Attribute haben.

Vielleicht stellst hier mal nen Auszug rein, damit wir uns dat anschaun können.

Kompost 25.04.2004 09:52

<table style="text-align: left; width: 100%;" border="0" cellspacing="0"
cellpadding="0"
>

Das hat ich schon aber is trotzdem noch nich so wie ichs haben will.

HTML-Code:

<html>
<head>
 &nbsp;<meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">

 &nbsp;<title></title>
</head>
<body>
<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;"><img
 style="width: ??px; height: ??px;" alt=""
 src="??.jpg">
<br>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp;</td>
 &nbsp; &nbsp;</tr>
 &nbsp;</tbody>
</table>
<br>
</body>
</html>


Kompost 25.07.2004 18:53

So, ich weiß jetzt wie das funktioniert aber wahrscheinlich habt ihr nur nicht kapiert was ich meine ;)

Für alle die es interessiert:

<body
style="background-image: url(bg.jpg); background-color: rgb(243, 243, 243); color: rgb(0, 0, 0);"
leftmargin="0" rightmargin="0" topmargin="0" alink="#ee0000">

Das Fettgedruckte muss man in den Body-tag einfügen ;)


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:35 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