[HTML] ein Design in Paint coden - UP!

Agility-Freak
Zitat:
Original von yOuNG ViRGiN
hey
mein problem is
das ich die textseiten nit aufkrieg
wenn ich afu die navi klicke
nur die 1. seite wird angezeigt


Zeig mal deinen Design Code Augenzwinkern
katjaa
Zitat:
Original von .Tropicana.
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">

Statt no yes einsetzen Augenzwinkern


yes stimmt auch aber am besten ist "auto" dann scrollt er nur wenn er muss. ;D
brightside
Hilfe xD.
Ich hab ein kleines Problem:
klick

Code:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
<html>
<head>
<title>Art of Photography - by M. Breining</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://freenet-homepage.de/coffee06/lila_kontur.JPG">

<div id="Layer1" style="position: absolute;  left: 1024px; top: 615px;">
  <iframe src="menue.html" name="frame" width="117" height="441" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>


<div id="Layer1" style="position: absolute;  left: 1024px; top: 615px;">
  <iframe src="menue.html" name="frame" width="688" height="441" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

</body>
</html>
frambiose
EDIT

Da ich keine Antwort bekommen habe, habe ich es wo anders versucht und kann es nun...
LG Melanie
*~Darling~*
ich gloob ich bin zu dumm... ich kapier´s nich
SanDiego
Zitat:
Original von Darling91
ich gloob ich bin zu dumm... ich kapier´s nich


Wir können dir nur helfen, wenn du sagen würdest, womit oder an welcher Stelle genau du Schwierigkeiten hast.



Und Pukra:
Du kannst ja auch nicht einfach den 1. Layer (also das Frame menue) kopieren...
Du musst ihn genauso anpassen.
D.h.

<div id="Layer2" style="position: absolute; left: ??px; top: ???px;">
<iframe src="main.html" name="frame" width="???" height="???" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

Bei ?? setzt du einfach dann die Zahlen ein (s. Tut.)
Beim "scrolling=" würde ich immer "auto" statt yes oder no angeben, weil du sonst imemr die lästigen Scrollbalken hast.

Und normalerweise macht man main als Layer1 und menue als Layer2.


Edit: Codefunktion entfernt.
Sugarfee
DANKLESCHÖNNNNNNNNNNNNNNN !!!!!!!!!!!!!
Ich checks , es hat gefunkt !!
Hurra!

Danke
Jelice
Danke, tolles Tut, verständlich erklärt, super Freude
Engeli
und wenn ich bei myblog bin, muss ich da auch was ändern,ne?
Friedi
So ich hab mich auch mal an nem Code gemacht, aber irgendwie mach ich was falsch oder kann man sowas nicht bei repage machen?


    <html>
    <head>
    <title>Gestüt Avebury</title>
    <body marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
    <img src="ga.jpg">

    <div id="Layer1" style="position: absolute; left: 760px; top: 386px;">
    <iframe src="menue.html" name="frame" width="241" height="375" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
    </iframe>
    </div>

    <div id="Layer1" style="position: absolute; left: 68px; top: 249px;">
    <iframe src="index.html" name="main" width="621" height="494" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
    </iframe>
    </div>

    <div id="Layer1" style="position: absolute; left: 762px; top: 206px;">
    <iframe src="news.html" name="frame" width="233" height="171" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
    </iframe>
    </div>

    </body>
    </html>


Ich hoffe, dass ihr mir helfen könnt...

Lg Friedi
Sugarfee
@ Friedi
1: Dein code ist falsch richtig gestellt ist es jetzt (Dick geschrieben)
2: Weis nicht obs bei repage geht

<html>
<head>
<title>Gestüt Avebury</title>
<body marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="Bildadresse.jpg">

<div id="Layer1" style="position: absolute; left: 760px; top: 386px;">
<iframe src="menue.html" name="menue" width="241" height="375" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer2" style="position: absolute; left: 68px; top: 249px;">
<iframe src="index.html" name="main" width="621" height="494" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer3" style="position: absolute; left: 762px; top: 206px;">
<iframe src="news.html" name="frame" width="233" height="171" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

</body>
</html>


Lg
Friedi
Danke. Wenn man des zum ersten Mal macht sieht man die Fehler noch nicht so sehr. großes Grinsen

Nun sind zwar die scrollbalken da, aber wenn man den normal scrollbalken benutzt, den man ja so oder so hat scrollt man alles außer des desi. Also die andren Scrollbalken wandern auch mit.
Und ich hab noch ein Problem. Er sagt mir die ganze Zeit, dass die Seiten nicht existieren und wenn ich die komplette addy angebe kommt dann da noch ma das ganze desi hin.

Lg Friedi
Sugarfee
du musst bei den einzelnen Frames auch bei den scrollbalken no einsetzten. HMM mit der adresse hmmm . Ich denk mal nach . Ich ediere noch mal meinen Beitrag wegend en Scrollbalkebalken .
Sag hast du eh eine Naviseite und so ,von denen dann die ganze addy rein geben .

LG
Friedi
wenn ich da überall "no" einsetzte sind dann die scrollbalken von den frames weg und trotzdem geht dann alles nach oben wenn ich den normalen scrollbalken benutzte...

wie meinst du das mit der naviseite?
Sugarfee
Also . es muss ja scrollen Augenzwinkern Zeig mal ! (schicks mir per PN oder komm in den Chat .
Ob die exestiert .

Lg
Klenne Maus
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
<html>
<head>
<title>Gestüt Bidalgo</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://i28.tinypic.com/1in0ae.jpg">

<div id="Layer1" style="position: absolute;  left: 31px; top: 176px;">
  <iframe src="http://bidelgo.2page.de/_____menue______10047809.html" name="frame" width="140" height="350" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

</body>
</html>

Ist der richtig?
Ach und kann mir jemand auf die schnelle erklären wie man das bei 2page einbaut? Ich check das nicht. oÔ
Klenne Maus
Hupsa großes Grinsen Stimmt, jetzt hab ich ja nur das Menü...hoppala smile
AvrilLavigneForEver
Ist der Code hier richtig? Hab nur ein kleines Problem. Wie bekomme ich des Untermenue rein?

code:
1:
<html><head><title>Home</title><BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no"><img src="http://vrhrsammerland.vr.funpic.de/Unbenannt 2.jpg"> <div id="Layer1" style="position: absolute; left: 174px; top: 203px;"> <iframe src="http://vrhrsammerland.vr.funpic.de/Menue.html" name="frame" width="660" height="62" frameborder=0 scrolling="Auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;> </iframe></div><div id="Layer1" style="position: absolute; left: 178px; top: 273px;"> <iframe src="http://vrhrsammerland.vr.funpic.de/home.html" name="Main" width="801" height="466" frameborder=0 scrolling="Auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;> </iframe> </div> <div id="Layer1" style="position: absolute; left: 13px; top: 288px;"> <iframe src="http://vrhrsammerland.vr.funpic.de/dorf.html" name="Untermenü" width="147" height="451" frameborder=0 scrolling="Auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;> </iframe></div></body></html> 
AvrilLavigneForEver
@Jeanny: Vielen Dank! (hab dir mal ne PN geschickt hab immer noch ein Problem)
**Cuca**
Ist der Code so richtig???

<html>
<head>
<title>Fleckchen, Pirat, Ronja und Little Nickyta... ...ohne euch 4 Chaoten ist mein Leben unmöglich!</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="ftp://ftp.meine4chaoten.me.funpic.de/Desi.jpg">

<div id="Layer1" style="position: absolute; left: 53px; top: 233px;">
<iframe src="menue.html" name="menue" width="176" height="375" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer2" style="position: absolute; left: 251px; top: 703px;">
<iframe src="home.html" name="main" width="450" height="576" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer3" style="position: absolute; left: 50px; top: 223px;">
<iframe src="news.html" name="newa" width="175" height="175" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</body>
</html>