So, if you have two buttons side by side how do you create space between them? I've tried the 'SPACER' tag, however this did not work?
Ta.
Divina
Code:
<input type="button" id="" value=" " onclick=""> <input type="button" id="" value=" " onclick="">
Divina
Comment