iluvperl
Programmer
- Jan 22, 2006
- 107
Is it possible to do a blockquote without having a new line BEFORE it? Ie.
Produces 1 entire blank line after the question and before the blockquote answer. If this has to be CSS, can someone give me in-line CSS since this is more or less a dirty page hack the way it is.
Code:
<p>Question 1)
<blockquote>Answer goes here</blockquote>
</p>
Produces 1 entire blank line after the question and before the blockquote answer. If this has to be CSS, can someone give me in-line CSS since this is more or less a dirty page hack the way it is.