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 6876597
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:29:50+00:00 2026-05-27T04:29:50+00:00

Possible Duplicate: How do I remove the visibility of spaces between inline elements? I

  • 0

Possible Duplicate:
How do I remove the visibility of spaces between inline elements?

I usually format my source code to be easy read by humans, AFAIK browsers remove any \n\t characters from the source, so they do not get into the rendered html.

Today I built a menu that had a few pixels between 2 anchors in the rendered html and I couldn’t find the source of that “empty” space in CSS/HTML. After a few hours I remove the new line (\n) between the 2 anchors in the source (just in case) and the empty space disappeared.

I created a fiddle here.

The first menu element has the anchors in the same line in the source code, the other 2 menu items have a new line between the anchors. (hover the menu element to see what I’m talking about). I have the same behaviour in Firefox 8.0, Firefox Nightly 11.0a1 (2011-12-01) and Chromium 14.0.835.202 (Developer Build 103287 Linux) Ubuntu 11.10.

I just can’t understand why is this happening.

What I did wrong and how can I avoid this behaviour (without changing the readability of the source code) ?

  • 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-27T04:29:51+00:00Added an answer on May 27, 2026 at 4:29 am

    Anchors are inline elements. If you add a white-space (space, tab, newine, ..) between the elements, a gap will appear.

    Depending on the situation, you can use either of the following methods to get rid of the gap:

    • Add a negative margin-left, e.g. margin-left:-4px;
    • Use float, e.g. float:left;
    • Remove the whitespace between the elements. To keep the code somewhat readable, you can break after the opening tag, eg:

      <a href="..">Link</a><a
         href="..">Link 2</a>
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Remove non breaking space (&nbsp;) from between elements using jquery How to
Possible Duplicate: How do I remove code duplication between similar const and non-const member
Possible Duplicate: How to remove elements from an array I have an List with
Possible Duplicate: Remove from the array elements that are repeated. in Ruby I would
Possible Duplicate: Remove spaces from std::string in C++ I am starting to learn cpp.
Possible Duplicate: Remove all multiple spaces in Javascript and replace with single space How
Possible Duplicate: Can you remove elements from a std::list while iterating through it? I
Possible Duplicate: PHP code to remove everything but numbers i have a loop that
Possible Duplicate: Remove elements from array? how would I remove all array elements but
Possible Duplicate: remove duplicate elements in an array in O(n) in C/C++ How can

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.