View Single Post
Old 04-09-2012, 01:12 PM   #14
Tennyoelf
Junior Member
Tennyoelf began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Apr 2012
Device: All
Quote:
Originally Posted by JSWolf View Post
Not very good code overall...

Here is the same code fixed up....

Code:
.breakinp {
  text-indent: 0;
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0
}
That's all you need. It does work with ADE. The code to use it would be...

Code:
<p class="breakinp">Your paragraph here.</p>
I'm just getting back into coding after years away, so I figured my code was messy. Thanks for the input. I do need indents for the paragraph though, would that be a class element for the body?

And I'm curious why you picked margins at the top instead of the bottom, is there a reason for that?

Thanks again!
Tennyoelf is offline   Reply With Quote