CSS Trouble: margin-bottom funktioniert nicht

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Du solltest grundsätzlich nicht so

Code: Select all

<p><div></div></p>
arbeiten.

Macht keinen Sinn.

Entweder gleich so

Code: Select all

<p class="dieKlasse"></p>
oder

Code: Select all

<div class="andereKlasse"><p></p></div>
Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
gab
Posts: 64
Joined: Mon 9. May 2005, 23:07

Post by gab »

Alles Paletti, jetzt blick ich durch. Danke für die Hilfe!

Gruss
gab
Post Reply