<form method="post" id="contactForm" action="#">
<fieldset>
<legend>Newsletter Signup</legend>
<p>To sign up for our fabulous campaign of useless information that you will never, ever read, please submit your email address here.</p>
<label for="email" id="emailLabel">Email</label>
<input type="text" id="email" />
<input type="button" name="submit" value="Submit" id="submitButton"/>
</fieldset>
</form>
So i need the paragraph to be on three separate lines but it has to be done with CSS.
` tag where you want the line break – Sumit Sahay Feb 05 '16 at 20:38