Hi,
Meow has wise advise use CSS to do what u need also try to avoid style attributes within your HTML
try this
Code:
<style>
div.costumDiv{
margin-bottom:10px;
}
</style>
<div class="costumDiv">
first div
</div>
<div class="costumDiv">
second div
</div>
__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.