How to remove empty space above the chart?

How do i remove any space between pictures (horizontally) in my about me section? Almost making it a puzzle.?

  • How do i remove any space between pictures (horizontally) in my about me section? Almost making it a puzzle. (Myspace) Im trying to put pictures together almost like a puzzle piece, however, the space in between them will not allow this. In short i basically want the pictures to touch each other!

  • Answer:

    Make sure there is NO whitespace between the image tags. Might want to add the Universal Selector at the very beginning of your CSS, too: * { margin: 0; padding: 0; border: 0; } Whitespace will cause gaps. Might help: Images, Tables, and Mysterious Gaps: https://developer.mozilla.org/en/Images,_Tables,_and_Mysterious_Gaps Ron

CrazyEye at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.