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] Design zu lang... (https://www.gegen-bilderklau.net/thread.php?threadid=148156)


Geschrieben von Amaita am 06.01.2009 um 20:07:

  Design zu lang...

Hey

auf meiner Zuchtstation Alsbach hab ich ein Problem mit dem Design!
Und zwar geht das unten beim Main raus... da ich mich jetzt mit dem coden nicht so auskenne, bin ich auf Hilfe angewiesen! Hoffe ihr könnt mir helfen!

CODE:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
<HTML>
<HEAD>
<TITLE>Zuchtstation Alsbach</TITLE>
</HEAD>

<BODY bgcolor="#DADADA" marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">

<img src="http://i44.tinypic.com/ztte0n.jpg" width="1024" height="768" border="0" alt="" title="" usemap="#design" />

<div style="left: 350px; top: 270px; position: absolute;">
<iframe name="main" width="571px" height="578px" src="http://zsalsbach.zs.funpic.de/willkommen.html" frameborder="0" scrolling="auto" align="top right" style="Filter: chroma (color=#ffffff)" ;> </iframe> </div>

<div style="left: 100px; top: 550px; position: absolute;">
<iframe name="menu" width="235px" height="214px" src="http://zsalsbach.zs.funpic.de/menu.html" frameborder="0" scrolling="auto" align="top right" style="Filter: chroma (color=#ffffff)" ;> </iframe> </div>


<div style="left: 100px; top: 460px; position: absolute;">
<iframe name="news" width="235px" height="50px" src="http://zsalsbach.zs.funpic.de/news.html" frameborder="0" scrolling="auto" align="top right" style="Filter:"> </iframe> </div>

</body>
</html>



Geschrieben von anna. am 06.01.2009 um 20:26:

 

Du hast nur beim Mainbereich eine zu große Höhe angegeben. xD
versuchs so:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
<HTML>
<HEAD>
<TITLE>Zuchtstation Alsbach</TITLE>
</HEAD>

<BODY bgcolor="#DADADA" marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">

<img src="http://i44.tinypic.com/ztte0n.jpg" width="1024" height="768" border="0" alt="" title="" usemap="#design" />

<div style="left: 350px; top: 270px; position: absolute;">
<iframe name="main" width="571px" height="500px" src="http://zsalsbach.zs.funpic.de/willkommen.html" frameborder="0" scrolling="auto" align="top right" style="Filter: chroma (color=#ffffff)" ;> </iframe> </div>

<div style="left: 100px; top: 550px; position: absolute;">
<iframe name="menu" width="235px" height="214px" src="http://zsalsbach.zs.funpic.de/menu.html" frameborder="0" scrolling="auto" align="top right" style="Filter: chroma (color=#ffffff)" ;> </iframe> </div>


<div style="left: 100px; top: 460px; position: absolute;">
<iframe name="news" width="235px" height="50px" src="http://zsalsbach.zs.funpic.de/news.html" frameborder="0" scrolling="auto" align="top right" style="Filter:"> </iframe> </div>

</body>
</html>



Geschrieben von Amaita am 06.01.2009 um 20:33:

 

thx thx klappt fröhlich <33

(wie gesagt, mit coden hab ich nix am Hut xD)


Forensoftware: Burning Board, entwickelt von WoltLab GmbH