Wednesday, August 28, 2013

how to prevent leading whitespace to be displayed in html blockquote

how to prevent leading whitespace to be displayed in html blockquote

in my code i use the following html
<blockquote> blabla</qlockquote>
This whitespace is visible in my Firefox even if i set
white-space: normal !important;
Is there any chance to get a blockquote to not show this leading
whitespace like any other html element?

No comments:

Post a Comment