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] HTML- Navi anzeigen?? (https://www.gegen-bilderklau.net/thread.php?threadid=154426)


Geschrieben von fjorda am 24.04.2009 um 12:00:

  HTML- Navi anzeigen??

Ich arbeite nocht nicht sehr lange mit HTML und wollte mal nachfragen.
Julia712 hat mir ein Design gecodet für eine Seite auf Bplaced jetzt wird aber die Navi noch nicht angezeigt und der Text im Main wie kann man den Sichtbar machen???

Hier einmal der Desi code


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:
<html>
<head>
<title>Hundefarm Favourite</title>
</head>

<body bgcolor="#FFDE73">

<div id="LayerDesi" style="position: absolute;  left: 0px; top: 0px;">
<img src="http://i291.photobucket.com/albums/ll293/Wolly_2003/Designfavourite.jpg" width="640" height="480" border="0" alt="" title="">
</div>

<div id="Layer1" style="position: absolute;  left: 161px; top: 147px;">
  <iframe src="home.html" name="main" width="466" height="322" scrolling="auto" marginwidth="0" marginheight="0" noresize style="border: 0px;">
  </iframe>
</div>

<div id="Layer1" style="position: absolute;  left: 16px; top: 188px;">
  <iframe src="menu.html" name="menu" width="125" height="278" scrolling="auto" marginwidth="0" marginheight="0" noresize style="border: 0px;">
  </iframe>
</div>

</body>
</html>



Geschrieben von fjorda am 24.04.2009 um 15:00:

 

Heii.
Jetzt geht es aber die Seiten machen sich im Menu auf unglücklich



Geschrieben von fjorda am 24.04.2009 um 15:06:

 

Heii.

Nein steht nicht wo gehört das dann genau rein ?? Ich kenn mich nicht aus ^^



Geschrieben von evanescence* am 24.04.2009 um 15:17:

 

Ganz einfach Augenzwinkern
php:
1:
<a href="link.html" target="home">Link</a>



Geschrieben von fjorda am 24.04.2009 um 15:19:

 

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:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>menu</title>
</head>
<body>
<div style="text-align: center;"><b style="">Allgemein<o:p></o:p></b><b
 style=""><o:p></o:p></b>
<br>
<br>
Willkommen
<br>
<a href="Impressumhuf.html">&nbsp;Impressum&nbsp;</a><b
 style=""><span style="color: rgb(148, 54, 52);"></span></b>
<br>
<a href="Bildnachweis.html">Bildnachweis&nbsp;</a><b
 style=""><span style="color: rgb(148, 54, 52);"></span></b>
<br>
<a href="Regeln.html">
Regeln/FAQ</a>&nbsp;<b style=""><span
 style="color: rgb(148, 54, 52);"></span></b>
<br>
<b style=""><o:p>&nbsp;</o:p></b>
<br>
<b style="">Mitglieder<o:p></o:p></b>
<br>
<br>
<a href="Verzeichnis.html">
Verzeichnis</a>&nbsp;<b style=""><span
 style="color: rgb(148, 54, 52);"></span></b>
<br>
<a href="pu.html">
Punktesystem</a>
<br>
Pr&uuml;fungen
<br>
Feelingliste
<br>
Login
<br>
Anmeldung
<br>
<o:p>&nbsp;</o:p>
<br>
<b style="">Die Farm<o:p></o:p></b>
<br>
<br>
<a href="Die%20Farm%20und%20ihre%20Umgebung.html">
Hof und Umgebung</a>&nbsp;<b style=""><span
 style="color: rgb(148, 54, 52);"></span></b>
<br>
Privattiere
<br>
Verkaufstiere
<br>
Hoftiere
<br>
Hofkasse
<br>
<a href="Jobs.html">
Jobs&nbsp;</a><b style=""><span
 style="color: rgb(148, 54, 52);"></span></b>
<br>
Tierarzt
<br>
<o:p>&nbsp;</o:p>
<br>
<b style="">Sonstiges<o:p></o:p></b>
<br>
<br>
Spiele
<br>
Past Designs
<br>
Einblick zum Aufbau von HFF
<br>
<i style=""><o:p>&nbsp;</o:p></i>
<br>
<o:p>&nbsp;</o:p>
<br>
<o:p>&nbsp;</o:p>
<br>
<b style=""><o:p>&nbsp;</o:p></b>
<br>
<o:p>&nbsp;</o:p>
<br>
<o:p>&nbsp;</o:p></div>
</body>
</html>


Habs schon gefunden smile
Danke euch Augenzwinkern



Geschrieben von Leila am 24.04.2009 um 15:49:

 

und räum den Code ein bisschen auf, das sieht ja richtig übel aus, überall vollkommen sinnlose Tags, die dein Programm dir da reingeschummelt hat...



Geschrieben von evanescence* am 24.04.2009 um 17:00:

 

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:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>menu</title>
</head>
<body>
<div style="text-align: center;"><b>Allgemein</b>
<br>
<br>
<a href="Willkommen.html target="home">Willkommen</a>
<br>
<a href="Impressum.html" target="home">Impressum</a>
<br>
<a href="Bildnachweis.html" target="home">Bildnachweis</a>
<br>
<a href="Regeln.html" target="home">Regeln/FAQ</a>
<br>
<br>
<b>Mitglieder</b>
<br>
<br>
<a href="Verzeichnis.html" target="home">Verzeichnis</a>
<br>
<a href="pu.html" target="home">Punktesystem</a>
<br>
<a href="Prüfungen.html" target="home">Prüfungen</a>
<br>
<a href="Feelingliste.html" target="home">Feelingliste</a>
<br>
<a href="Login.html" target="home">Login</a>
<br>
<a href="Anmeldung.html" target="home">Anmeldung</a>
<br>
<br>
<b>Die Farm</b>
<br>
<br>
<a href="Die%20Farm%20und%20ihre%20Umgebung.html">
Hof und Umgebung</a>
<br>
<a href="Privattiere.html" target="home">Privattiere</a>
<br>
<a href="Verkaufstiere.html" target="home">Verkaufstiere</a>
<br>
<a href="Hoftiere.html" target="home">Hoftiere</a>
<br>
<a href="Hofkasse.html" target="home">Hofkasse</a>
<br>
<a href="Jobs.html">Jobs</a>
<br>
<a href="Tierazt.html" target="home">Tierarzt</a>
<br>
<br>
<b>Sonstiges</b>
<br>
<br>
<a href="Spiele.html" target="home">Spiele</a>
<br>
<a href="Design.html" target="home">Past Designs</a>
<br>
<a href="Einblick.html" target="home">Einblick zum Aufbau von HFF</a>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</body>
</html>



Habe mal alle Links verlinkt, dem richtigen Frame zugeordnet und das ganze unnötige Zeug rausgelöscht...



Geschrieben von fjorda am 24.04.2009 um 17:24:

 

Heii.

Du bist Super smile

Danke



Geschrieben von evanescence* am 24.04.2009 um 18:02:

 

Kein Problem Augenzwinkern



Geschrieben von Leila am 24.04.2009 um 20:32:

 

In Zeile 40 und in Z. 51 fehlt noch ein target="home"


Forensoftware: Burning Board, entwickelt von WoltLab GmbH