Hi everyone,
<div id="content">
<h1>Contact</h1>
<h2>Wanneer te bereiken?</h2>
<p>U kan mij 7 dagen op 7 bereiken.</p>
<h2>Hoe te bereiken?</h2>
<h3>Telefoon</h3>
<p>+32(0)495842704</p>
<h3>E-mail</h3>
...
</div>
I want the E-mail section to float right of the Telefoon section. How do I manage this? I already tried with assigning float:left to the Telefoon h3 element, but that did not work. Any kind of help is appreciated! Thanks!