T
tmb
Why isn't the button "Show Slide" and the "Combo Box" level on the display ?
They don't line up and I think I have tried everything. Anyone have any
idea's?
<form name= form2>
<p align="center">
<input type="button" value="Show Slide" name="B1"
onclick =
"movnam.TGotoLabel('/',document.form2.D1.options[document.form2.D1.selectedI
ndex].value);movnam.Play();" style="float: center">
<select size="1" name="D1" >
<option value="DSC00017">Mary</option>
<option value="DSC00003">Jim</option>
<option value="DSC00024">Dan</option>
</select>
</p>
</form>
Paste the above into a text file and look at it in your browser.
Why don't the two elements line up horizontally?
thanks for any help - tmb
They don't line up and I think I have tried everything. Anyone have any
idea's?
<form name= form2>
<p align="center">
<input type="button" value="Show Slide" name="B1"
onclick =
"movnam.TGotoLabel('/',document.form2.D1.options[document.form2.D1.selectedI
ndex].value);movnam.Play();" style="float: center">
<select size="1" name="D1" >
<option value="DSC00017">Mary</option>
<option value="DSC00003">Jim</option>
<option value="DSC00024">Dan</option>
</select>
</p>
</form>
Paste the above into a text file and look at it in your browser.
Why don't the two elements line up horizontally?
thanks for any help - tmb