If i want to remove the space between rows of those two element\'s how would i do that. Example:
Example 1 http://pokit.org/get/img/6be8921b47ff746c1bf297cf87ab0950.jpg<
The tag just adds in a standard line break to the document. You can adjust the size of the element in your CSS:
br { line-height: 10px; }
Or you can use a trick with ; setting the height and making it invisible