Thread: break tag
View Single Post
  #4 (permalink)  
Old Apr 27th, 2007, 15:36
josephman1988 josephman1988 is offline
Junior Member
Join Date: Dec 2006
Location: London
Age: 20
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Re: break tag

Quote:
Originally Posted by Ryan Fait View Post
No worries

If you've got text, use the <p> tags. I only use <br /> if I want something to break for a single line. For example:

1020 West Point Dr.
Omaha, NE 57105
United States

For that... I would use <br />. Just about anything else I use <p>.
Agreed, I always use <br /> for line breaks, I never seem to use more then one together. (<br /><br />)
I always have break between r and / as it's just good coding practice.
Reply With Quote