Forum Moderators: not2easy
How do you set the <p> tag to not take two lines. ie when you hit Enter in a WYSIWYG web page designer it drops you down an extra line. I would like it to act in the same way as a <br> tag and just go down to the next line.
Example
----------------
<p>Text here</p>
<p>Text here too</p>
-----------------
would appear like this
---------------
Text here
Text here too
---------------
I want it to appear like this
----------------
Text here
Text here too
----------------
Could someone please be so kind as to point me in the right direction on how to achieve this.
Thanks in advance
Jon