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
If i remove the <br>
it would be like this then this is how it looks like:
Example 2 http://pokit.org/get/img/1924cb8a9b344bb4f4eda1a98760fd3e.jpg
The rows are to close one to other. I wonder how can i make like half of the <br>
tag . If you understand my question ?
The space between two rows should be less than in example 1. but higher then in example 2.
This is code used
<span class="tekst">Sie besuchten Düsseldorf als:</span><br>
<select name="posjeta" class="optiontekst">
<option>- bitte wählen -</option>
<option>Geschäftsreisende</option>
<option>Privatperson</option>
</select>
<br><br>
And the class tekst
.tekst{
font-family: 'Bree Serif', serif;
color: #2980b9;
}
I know i didn't explained well but i tried my best.