AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Problem mit CSS und PHP

Ein Thema von Nils_13 · begonnen am 29. Jan 2006 · letzter Beitrag vom 31. Jan 2006
 
Andreas L.
(Gast)

n/a Beiträge
 
#35

Re: Problem mit CSS und PHP

  Alt 30. Jan 2006, 18:43
Zitat von Nils_13:
@omata: Nochmal danke !!

Bin gerade dabei alle Warnungen rauszuschmeißen.

Sagt mal was ist trimming empty <...> genau, daran könnte es nämlich liegen, Tidy verbessert das ja bei FF.
Das heißt das er einen Tag ohne Inhalt gefunden hat.

z. B.
Code:
<div align="center"></div>
Lösung:

Code:
<div align="center"></div>

<div align="center">text....</div>

Löschen: <div align="center"></div>
je nachdem um welches Element es sich handelt. Das hätte dir aber der Tidy auch sagen können:
Zitat von HTML Tidy in Mozilla Firefox:
trimming empty <...>
Cause:

A tag is empty or just containing spaces. Space are ignored, due that introduction spaces are trimmed in HTML. This tag is probably really empty or it can be due to a previous error. Tidy is trying to correct the tags of the page.

This can also be a side effect of a tag being implicitely closed by another one just following.
Solution:

Remove the tag.

BAD <font size=2></font>
BAD <font size=2> </font>
BAD <font size=2>
</font>

Here is a sample of a

tag implicitely closed by a block tag <table>. And then

is empty. See the defintion of

for more info

BAD

<table>...

References:

None
Sowas passiert häufig bei WYSIWYG-Editoren, sogar im Dreamweaver
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 02:03 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz