Hi there,
Is there a better way to control the space between certain block elements.. i basically have a few of these.
<div id="head1" class="global-box">
<p>My Header Name</p>
<select id="Select1">
<option></option>
</select>
</div>
problem is that the space between the My Header Name and the select html element is larger than i want... I tried removing the <p>
but then its in line and select is on same line as the header title..
I could use <br/>
but this just creates a block ?