Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern einen guten Rutsch ins neue Jahr!

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
css problem?
#12
Code:
line 214 column 79 - Fehler: document type does not allow element "DIV" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag

dabei dreht es sich um diese zeile:

PHP-Code:
<div id="unreadAlerts_menu_popup" class="myalerts_popup" style="display:none;"

PHP-Code:
<span class="myalerts_popup_wrapper{$newAlertsIndicator}">
    <
a href="{$mybb->settings['bburl']}/usercp.php?action=alerts" class="unreadAlerts myalerts_popup_hook" id="unreadAlerts_menu">{$lang->myalerts_alerts} ({$mybb->user['unreadAlerts']})</a> &mdash;
    <
div id="unreadAlerts_menu_popup" class="myalerts_popup" style="display:none;">
        <
div class="popupTitle">{$lang->myalerts_page_title}</div>
        <
ol>
        {
$alerts}
        </
ol>
        <
div class="popupFooter"><a href="usercp.php?action=alerts">{$lang->myalerts_usercp_nav_alerts}</a></div>
    </
div>
</
span
Kann mir da jemand helfen?
Mit freundlichen Grüßen



Für etwaige Tipps, Vorschläge oder Anleitungen von mir gebe ich keine Gewähr. Die Durchführung erfolgt auf eigene Gefahr!
Zitieren


Nachrichten in diesem Thema
css problem? - von hkkp - 26.05.2014, 04:03
RE: css problem? - von MrBrechreiz - 26.05.2014, 04:59
RE: css problem? - von hkkp - 26.05.2014, 05:02
RE: css problem? - von MrBrechreiz - 26.05.2014, 05:09
RE: css problem? - von hkkp - 26.05.2014, 05:12
RE: css problem? - von Jockl - 26.05.2014, 05:45
RE: css problem? - von hkkp - 26.05.2014, 05:48
RE: css problem? - von hkkp - 26.05.2014, 21:49
RE: css problem? - von MrBrechreiz - 26.05.2014, 21:59
RE: css problem? - von Jockl - 26.05.2014, 22:03
RE: css problem? - von hkkp - 26.05.2014, 22:06
RE: css problem? - von hkkp - 27.05.2014, 17:37
RE: css problem? - von Jockl - 27.05.2014, 19:12
RE: css problem? - von hkkp - 27.05.2014, 19:37
RE: css problem? - von Jockl - 27.05.2014, 19:42
RE: css problem? - von hkkp - 27.05.2014, 19:51
RE: css problem? - von Jockl - 27.05.2014, 20:06
RE: css problem? - von hkkp - 27.05.2014, 20:12
RE: css problem? - von Jockl - 27.05.2014, 20:55
RE: css problem? - von hkkp - 27.05.2014, 21:22
RE: css problem? - von Jockl - 27.05.2014, 21:28
RE: css problem? - von MrBrechreiz - 27.05.2014, 21:33
RE: css problem? - von hkkp - 27.05.2014, 22:14
RE: css problem? - von Jockl - 27.05.2014, 22:30
RE: css problem? - von hkkp - 27.05.2014, 22:38