Hi guys,
I have the following code:
this is from my stylesheet:Code:<div><span class="GuardLabel">ID Number:</span> <input id="TextGIDNum" class="GuardTextStandard" type="text" /> </div>
Code:.GuardLabel { FONT-FAMILY: Arial; FONT-SIZE: 8pt; height: 18px; width: 90px; display: block; float: left; }I've attached a screenshot. I want a checkbox to appear to the right of the textbox. Whatever i've tried isn't working. Please show me how to.Code:.GuardTextStandard { width: 140px; FONT-FAMILY: Arial; FONT-SIZE: 8pt; font-weight: normal; height: 18px; }


Reply With Quote
