Sunday, September 14th 2025, 9:41am UTC+2

You are not logged in.


Date of registration: Sep 23rd 2002

Posts: 4,458

Bike: Kawa ZR-7

Location: Bayerisches Vorstadtdorf, ehemals Hanauer Vorstadtghetto

1

Saturday, October 4th 2008, 6:24pm

Html Frage

Hallo, ich hab eine kleine Frage

ich hab da ne seite gebastelt, aber ich hab da ein kleines tabellenproblem

das ganze sieht so aus
http://img262.imageshack.us/my.php?image=seitebz9.jpg

die menüleisten links und rechts sollen etwa 50pixel vor dem mittlere iframe aufhören
irgendwie krieg das nicht gebacken, hier mal der quelltext

Source 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Gemeinde Gottes Aschaffenburg</title>
<style type="text/css">
<!--
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #3399FF;
}
a:active {
text-decoration: none;
color: #3399FF;
}
-->
</style></head>

<body>
<table width="900" border="0" align="center" cellspacing="0" bgcolor="#FFFFFF" cellpaddign="0">
 <tr>
    <th bgcolor="60ACE4" scope="col"><img src="banner.jpg" width="900" height="130" /></th>
  </tr>

  <tr>
</table>
<table width="900" height="400"border="0" align="center" cellspacing="0" cellpadding="0">
  <tr>
    <th width="180" height="400" background="verlauf.jpg" bgcolor="#999999" scope="row"><div align="center">
      <table width="165" border="0">
          <tr>
            <th width="159" bgcolor="#FFFFFF" scope="row"><a href="1.htm" target="Fensterlein">Home</a></th>
          </tr>

          <tr>
            <th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Gemeinden</a></th>
          </tr>
          <tr>
            <th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Aktuelles</a></th>
          </tr>
          <tr>
            <th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Informationen</a></th>

          </tr>
          <tr>
            <th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Links</a></th>
          </tr>
          <tr>
            <th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Bilder</a></th>
          </tr>
          <tr>

            <th bgcolor="#FFFFFF" scope="row"><a href="1.htm">&Uuml;ber Uns </a></th>
          </tr>
          <tr>
            <th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Jugend-Gruppe</a></th>
          </tr>
        <tr>
          <th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Kontakt</a></th>

          </tr>
        <tr>
          <th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Wegbeschreibung</a></th>
          </tr>
        <tr>
          <th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Veranstaltungen</a></th>
          </tr>
        <tr>

          <th bgcolor="#FFFFFF" scope="row">&nbsp;</th>
          </tr>
        <tr>
          <th bgcolor="#FFFFFF" scope="row">&nbsp;</th>
          </tr>
        </table>
    </div>
      <p align="center">&nbsp;</p>
    <p>&nbsp;</p>

    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>

    <p>&nbsp;</p></th>
    <td width="555"><iframe src="test.html" name="Fensterlein" width="568
 " height="400" frameborder="0"
        marginheight="0" marginwidth="0" align="top">
  <p>Ihr Browser kann leider keine eingebetteten Frames anzeigen</p>
</iframe>

  <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>

    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p></td>
    <td width="165" background="verlauf.jpg" bgcolor="#999999">&nbsp; 
<iframe src="bibelvers.html" name="Fensterlein2" width="163
 " height="400" frameborder="0"
        marginheight="0" marginwidth="0" align="top">
  <p align="center">Ihr Browser kann leider keine eingebetteten Frames anzeigen</p>
</iframe>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p></td>
  </tr>
</table>
<p>&nbsp;</p>
</body>

</html>



desweiteren habe ich noch das problem, dass die seite im internet explorer ein wenig ander aussieht als ich firefox

http://img235.imageshack.us/my.php?image=seite2zq7.jpg
der banner ist nicht bündig mit dem menü und der banner hat noch son blauen rahmen ?(
„Die Krawatte ist ein nutzloser Lappen, der deinen Hals einengt“

José Mujica
  • Go to the top of the page

Date of registration: Apr 20th 2005

Posts: 1,599

Bike: kleiner frosch

Location: Bad Essen

2

Saturday, October 4th 2008, 6:53pm

bist du mitglied dieser Sekte ?
  • Go to the top of the page

Date of registration: Sep 23rd 2002

Posts: 4,458

Bike: Kawa ZR-7

Location: Bayerisches Vorstadtdorf, ehemals Hanauer Vorstadtghetto

3

Saturday, October 4th 2008, 6:54pm

ich glaub kaum, dass das ne sekte ist und nein ich bin da kein mitglied
aber darum gehts hier auch gar nicht
„Die Krawatte ist ein nutzloser Lappen, der deinen Hals einengt“

José Mujica
  • Go to the top of the page

Date of registration: Mar 13th 2008

Posts: 901

4

Saturday, October 4th 2008, 7:51pm

klar ist das ne sekte alter
Wieso sachlich bleiben wenns auch persönlich geht.
  • Go to the top of the page

Date of registration: Mar 11th 2004

Posts: 9,483

Bike: CBR 600 PC35, Kilogixxer K2, WDB 203.061, WDB211.052

Location: Rastatt, Berlin

5

Saturday, October 4th 2008, 8:06pm

Lass ihn doch, vllt. singt der auch bald "Jede Zelle meines Körpers ist glücklich" ! =)
Man müsste die Geduld und Nervenstärke eines Stuhls haben, der muss auch mit jedem Arsch klar kommen. :daumen:
Lass mich Arzt, ich bin durch!
  • Go to the top of the page

IchBinInDir

*Champus-Schwutte*

Date of registration: Jun 27th 2005

Posts: 7,128

Location: Besser als da wo Max wohnt

6

Saturday, October 4th 2008, 9:14pm

vielleicht muss kus was gut machen, weil es sonst zu peinlich für ihn im himmel wird :)33
:)24
  • Go to the top of the page

Squishy

Super Moderator

Date of registration: Feb 24th 2003

Posts: 13,250

Bike: GSF 1200S

7

Saturday, October 4th 2008, 9:22pm

so ala sozialarbeit wegen prengelfreestyle in der hanauer altstadt ^^
  • Go to the top of the page

Date of registration: Mar 13th 2008

Posts: 901

8

Sunday, October 5th 2008, 12:01am

für kus lohnt es sich wirklich nicht nen thread aufzumachen lol
Wieso sachlich bleiben wenns auch persönlich geht.
  • Go to the top of the page

Date of registration: Feb 18th 2004

Posts: 1,817

Location: geb.Kölner Momentan im Exil in Koblenz

9

Sunday, October 5th 2008, 10:53am

Ich glaub das liegt weniger an Kus als daran das ihm hier keiner bei html helfen kann. Wenn er Java Programmiert hätte hät ichs mir mal angeguckt aber html kann ich auch nicht.
  • Go to the top of the page

Date of registration: Jun 4th 2006

Posts: 1,030

Bike: Yamaha Yz 250; Sachs XTC 170; Honda Cr 125R, Yamaha Yz 400f

Location: Bayern

10

Sunday, October 5th 2008, 10:58am

Danke Gott, das es dieses Forum gibt xDDDD
  • Go to the top of the page

Date of registration: Feb 3rd 2008

Posts: 956

Bike: Triumph Street Triple R Auto: 300c

Location: Bei Stuttgart

11

Sunday, October 5th 2008, 11:39am

Gut...kannst du mir malng efallen tun und die frage mit deinem Pixelproblem so stellen, dass man sie versteht?
immo sehe ich rechts überhaupt keine Navi Leiste, sondern nur einen eingebetteten Bibel-Vers.
Ich hab zwar nich soviel mit HTML zutun, aber das sollte man noch hinbekommen. Erklär einfach nochma dein Problem.
Weil immo seh ich jetzt auch keine Unstimmigkeiten zwischen der Pixelanzahl(also höhe u. laenge) (Muss man nich normal bei HTML width="555px" , damit er die abmessungen auch als Pixel-Maße Übernimmt?

Und beim zweiten Problem, liegts denk ich auch an den falschen Abmessungen.... oder mach dein hintergrundbild für die navi leiste mal ein klein wenig größer, am besten mit PS, dann nochmal ausprobieren. Oder hast du irgedwo Rahmeneinstellungen für Tabellen drin? Soviel ich noch weiß, kann man ja mit HTML seine Tabellen "umrahmen".

....sorry aber mehr kann ich dir da im ersten moment auch nicht helfen, seh aus dem code jetzt kein fehler herraus. wird aber denk ma an den maßen liegen.
Hab dafür zuwenig mit HTMl zutun, um das auf Anhieb zu sehen :)
Cogito ergo sum
Triumph Street Triple R
  • Go to the top of the page

Date of registration: Mar 1st 2006

Posts: 931

Bike: Cagiva Mito, GS 500E mit Vollverkleidung

Location: Schwarzenbek bei HH

12

Sunday, October 5th 2008, 11:44am

ich habe zwar einen anderen fehler gefunden aber naja.
in zeile 99 hast die zeile des iframes nicht in der höhe bestimmt.
mito and the road burns!!!!!!
  • Go to the top of the page

Der_XTC

Das_Kind

Date of registration: Jun 22nd 2004

Posts: 7,010

13

Sunday, October 5th 2008, 11:51am

ist das nicht irgendso ein baptistenkram?
  • Go to the top of the page

Date of registration: Sep 23rd 2002

Posts: 4,458

Bike: Kawa ZR-7

Location: Bayerisches Vorstadtdorf, ehemals Hanauer Vorstadtghetto

14

Sunday, October 5th 2008, 12:05pm

was das für ein verein ist ist mir doch komplett wurscht, ich hab mit denen ja nix am hut ich mach nur die seite für die

und die höhe des iframes hab ich in zeile 100 bestimmt ^^
„Die Krawatte ist ein nutzloser Lappen, der deinen Hals einengt“

José Mujica
  • Go to the top of the page

Date of registration: Mar 1st 2006

Posts: 931

Bike: Cagiva Mito, GS 500E mit Vollverkleidung

Location: Schwarzenbek bei HH

15

Sunday, October 5th 2008, 12:21pm

den iframe ja aber nicht die zeile in der der i frame angezeigt wird. kann mich auch täuschen das es nicht wichtig ist aber ist mir so aufgefallen.
mito and the road burns!!!!!!
  • Go to the top of the page

Rate this thread