hello!
I got the following question: I noticed that wordpress is including "p" and "/p" inside the
"blockquote"-tags. Unfortunately this is messing up my layout.
How can I delete these "p"-tags? I don't need them in combination with the blockquote-tag and would like to delete it.
Thanks!
With kind regards,
lynx13
Ther is a plugin out there called something like "disabled autop". install it, activate it, and you've got it fixed.
FWIW, semantically, you really ought to use P within blockquotes
hmmm...
the "p" is cool. I don't want to replace it everywhere! Is there no possibility to ban it only inside the "blockquote"-tag?
Thanks anyway!
greetz,
lynx
okay, I figured it out by myself:
Instead of the blockquote { ... } in the stylesheet I wrote blockquote p { ... ] and while doing this I managed to give my quotes another font as my posts!
Thanx, goodbye, cya later,
lynx