Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7683799
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:52:45+00:00 2026-05-31T18:52:45+00:00

I am using <br> that work differently in every browser so I decide to

  • 0

I am using <br> that work differently in every browser so I decide to set style of “br” become

<br style='margin:15px;'/>

It works perfectly on Firefox but not working in IE and Chrome..Any suggestion??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T18:52:46+00:00Added an answer on May 31, 2026 at 6:52 pm

    <br> are inline elements and not block elements, keep that in mind.

      br {
           display: block;
           margin: 10px 0;
        }
    

    This is a very very very very … very very dirty version, and although its not browser compatible. You should not do it and I would recommend you NOT to copy that code, consider rewriting your code. Styling <br/> is very very very BAD. I’m in the very mood today ;-). Also you should not use <br> in your code, because HTML is generally for markup and CSS is for styling. But it’s my opinion.
    Your code would be more flexible if you use <p> to wrap your text and set your paddings and margin there instead of the use of <br/> which 1. messes up your code and 2. messes up your styling because you are mixing styling and HTML in one file, which makes it bad to manipulate in the future because you don’t know hmm have i set this style inline or in an external css file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Where I work, people mostly think that objects are best initialised using C++-style construction
I work with Entity Framework - add records in the database using classes that
I've been using a lot of new .NET 3.5 features in the work that
I have a fairly large PHP codebase (10k files) that I work with using
I have to work on some code that's using generic lists to store a
I have a piece of code here that does not work despite me using
I work in an multi-site environment that's currently using Rational ClearCase for source control
I have a SOAP request that is known to work using a tool like,
I work on an internal corporate system that has a web front-end using Tomcat.
I'm doing maintenance work on a Rails site that's deployed using Phusion Passenger .

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.