Teammitglieder online
Support-Box
Neue Beiträge seit dem letzten Besuch.
Textbausteine des MODERATIONSTOOL
AB > PFAD > GENERATOR
FORUM > PFAD > GENERATOR
Unterstützung Lösungs-Probleme
Auffällige
User
Der Runde
Tisch
HÄUFIG GESTELLTE FRAGEN
Regeln und nützliche Hinweise
Neueste Themen
» Profil in beiträgen nur im blog deaktivieren.
von derforumde Gestern um 16:54

» [Invision] Editor über den Bildrand ziehbar + Schriftgrößenproblem
von Skouliki Mi 20 Nov 2024 - 8:06

» Passwort für meinen Adminbereich vergessen.
von Joost Sa 9 Nov 2024 - 10:13

» [Invision] Signatur wird nicht immer eingefügt
von Skouliki Mo 4 Nov 2024 - 16:33

» [Invision]  Schriftgröße Navigationsleiste, Links und Forenbeschreibungen
von Skouliki So 27 Okt 2024 - 13:29

» [Invision] Transparent Logohintergrund/Struktur
von Joost So 27 Okt 2024 - 12:58

» png wird im servimg in ein jpg umgewandelt
von Skouliki Mi 23 Okt 2024 - 20:26

» Passwort Vergessen (SilentHowl)
von Joost Do 17 Okt 2024 - 17:14

» [Invision] Hintergrundbild fixieren
von Skouliki Mo 14 Okt 2024 - 11:30

» Paßwort vergessen
von Joost So 13 Okt 2024 - 17:58

» Anti-Spam-Prüfung
von Hana19 Sa 12 Okt 2024 - 16:59

» Private Nachrichten bleiben im Postausgang hängen
von Skouliki Fr 11 Okt 2024 - 11:11

» [phpBB3] Mittelteil des Forums verschoben
von Eto Mo 7 Okt 2024 - 20:50

» [phpBB3] Farbpalette ändern
von Skouliki Mo 7 Okt 2024 - 10:08

» [Klassische Version] Account löschen
von Joost Sa 5 Okt 2024 - 21:05

» Chatbox einloggen nicht möglich
von Joost So 29 Sep 2024 - 8:01

» [phpBB2] Admin Passwort nicht korrekt
von Joost Do 26 Sep 2024 - 19:20

» Grid-Layout für alle Forumversionen verfügbar
von Joost Mi 18 Sep 2024 - 16:54

div funktioniert auf normaler HTML-Seite, aber als Thema nicht

3 verfasser

Vorheriges Thema anzeigen Nächstes Thema anzeigen Nach unten

Erledigt div funktioniert auf normaler HTML-Seite, aber als Thema nicht

Beitrag von Koraki Fr 30 Nov 2012 - 23:08

Ich habe mir die Mühe gemacht und einen kleinen Adventskalender aus divs zusammengebastelt. Auf einer normalen HTML-Seite funktioniert alles wie es soll (siehe hier: http://koraki.bplaced.net/catboxes/events/advent/adventka.html ). Doch beim Thema in dem Forum, auf dem ich den Adventskalender eigentlich posten wollte, sieht alles so aus:
Spoiler:

Es ist exakt der gleiche Code (bis eben auf <html>, <head> und co.) und dennoch funktioniert er nicht.

Hier ist der Code für das Thema:
Code:
<div style="background-image:url('http://koraki.bplaced.net/catboxes/events/advent/cabo_adv.png'); width:600px;height:370px;padding:50px;text-align:center;">

<a href="#adv_01"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_01.png'); float:left; margin:10px 6px 0px 5px"></div></a>

<a href="#adv_02"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_02.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_03"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_03.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_04"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_04.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_05"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_05.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_06"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_06.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_07"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_07.png');float:left;margin:10px 0px 0px 5px"></div></a><br />

<a href="#adv_08"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_08.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_09"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_09.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_10"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_10.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_11"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_11.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_12"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_12.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_13"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_13.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_14"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_14.png');float:left;margin:10px 0px 0px 5px"></div></a><br />

<a href="#adv_15"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_15.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_16"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_16.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_17"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_17.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_18"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_18.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_19"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_19.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_20"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_20.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_21"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_21.png');float:left;margin:10px 0px 0px 5px"></div></a><br />

<a href="#adv_22"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_22.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_23"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_23.png');float:left;margin:10px 6px 0px 5px"></div></a>

<a href="#adv_24"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_24.png');float:left;margin:10px 6px 0px 5px"></div></a>
</div>

Kann mir vielleicht jemand helfen?

Liebe Grüße, Koraki


Zuletzt von Koraki am Sa 1 Dez 2012 - 11:11 bearbeitet; insgesamt 1-mal bearbeitet
Koraki
Koraki
Lehrling
Lehrling

Beiträge : 2
Anmeldedatum : 30.11.12
keine
phpBB2

Nach oben Nach unten

Erledigt Re: div funktioniert auf normaler HTML-Seite, aber als Thema nicht

Beitrag von Rüdiger Sa 1 Dez 2012 - 0:03

Hallo und herzlich willkommen Koraki.

Kannst du bitte mal überprüfen ob du HTML in den Beiträgen zugelassen hast?
Du gehts dafür wie folgt vor:

-> AB -> Allgemeines -> Beitragsoptionen, Privatnachrichten, Mails -> Einstellungen
-> HTML erlauben : JA

Bitte gebe dann eine Rückmeldung ob es dann auch bei dir funktioniert.

lg. Happy
avatar
Rüdiger
Kaiser
Kaiser

Männlich Beiträge : 2363
Anmeldedatum : 09.08.10
keine
Google Chrome phpBB2

Nach oben Nach unten

Erledigt Re: div funktioniert auf normaler HTML-Seite, aber als Thema nicht

Beitrag von Günther Sa 1 Dez 2012 - 2:56

Hallo,
Hallo und herzlich Willkommen,

du bist neu hier im Forum.
Mache dich bitte zunächst mit den hiesigen Forenregeln vertraut.

Viele Antworten findest du auch in der Wissenssammlung "Lexi Help" Exclamation

Klick einfach auf das Bild Arrow html - div funktioniert auf normaler HTML-Seite, aber als Thema nicht Lexihe10

Solltest du keine für dich passende Antwort in der Suchfunktion (Link in der Navigation) oder bei "Lexi Help" gefunden haben, dann eröffne pro Frage ein neues Thema.

Ich wünsche dir hier im Forum viele Informationen und guten Erfolg mit deinem Forum top
Happy schrieb:Kannst du bitte mal überprüfen ob du HTML in den Beiträgen zugelassen hast?
Daran liegt es nicht, denn wäre HTML in den Beiträgen nicht zugelassen, würde reiner Code sichtbar sein und er nicht in dieser Form umgewandelt werden. Wink

Der Problemverursacher ist ein anderer: Fügst du diesen Code in eine HTML-Seite ein, wird dort nur der HTML-Code an sich interpretiert. In den Beiträgen kommen jedoch immer weitere Editorfunktionen hinzu, die sich nicht deaktivieren lassen. In diesem Fall sind das die Zeilenumbrüche, die ständig im Code vorkommen.
Entfernst du diese, wird der Code wie gewünscht interpretiert und du erreichst ein makelloses Ergebnis. Wink

Ich habe für dich mal die Zeilenumbrüche entfernt, dann siehst du gleich den Unterschied:
Code:
<div style="background-image:url('http://koraki.bplaced.net/catboxes/events/advent/cabo_adv.png');width:600px;height:370px;padding:50px;text-align:center;"><a href="#adv_01"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_01.png'); float:left; margin:10px 6px 0px 5px"></div></a><a href="#adv_02"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_02.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_03"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_03.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_04"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_04.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_05"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_05.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_06"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_06.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_07"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_07.png');float:left;margin:10px 0px 0px 5px"></div></a><br /><a href="#adv_08"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_08.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_09"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_09.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_10"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_10.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_11"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_11.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_12"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_12.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_13"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_13.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_14"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_14.png');float:left;margin:10px 0px 0px 5px"></div></a><br /><a href="#adv_15"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_15.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_16"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_16.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_17"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_17.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_18"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_18.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_19"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_19.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_20"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_20.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_21"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_21.png');float:left;margin:10px 0px 0px 5px"></div></a><br /><a href="#adv_22"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_22.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_23"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_23.png');float:left;margin:10px 6px 0px 5px"></div></a><a href="#adv_24"><div style="width:70px;height:70px;background-image:url('http://koraki.bplaced.net/catboxes/events/advent/adv_24.png');float:left;margin:10px 6px 0px 5px"></div></a></div>

Liebe Grüße
Günther
Günther
Günther
Admin a.D.
Admin a.D.

Männlich Beiträge : 15349
Anmeldedatum : 16.07.08
keine
Mozilla Firefox phpBB3

Nach oben Nach unten

Erledigt Re: div funktioniert auf normaler HTML-Seite, aber als Thema nicht

Beitrag von Koraki Sa 1 Dez 2012 - 11:11

Ah, darauf hätt ich auch kommen können... Hab schon mehreres versucht und obwohl ich schon so häufig an Foren auf forumieren mitgearbeitet habe, bin ich auf diese einfache Antwort nicht gekommen ^^
Danke, funktioniert jetzt (:

Liebe Grüße, Koraki
Koraki
Koraki
Lehrling
Lehrling

Beiträge : 2
Anmeldedatum : 30.11.12
keine
phpBB2

Nach oben Nach unten

Erledigt Re: div funktioniert auf normaler HTML-Seite, aber als Thema nicht

Beitrag von Günther Sa 1 Dez 2012 - 11:35

Bitteschön. Smile
-done-
Günther
Günther
Admin a.D.
Admin a.D.

Männlich Beiträge : 15349
Anmeldedatum : 16.07.08
keine
Mozilla Firefox phpBB3

Nach oben Nach unten

Vorheriges Thema anzeigen Nächstes Thema anzeigen Nach oben

- Ähnliche Themen

 
Befugnisse in diesem Forum
Sie können in diesem Forum nicht antworten