![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to get a few of my select boxes unusable. Is this possible? So if a user tries to click it, it doesnt do anything? Thanks |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I have another question. The forms, i have placed them into my site. In DW they look how i want them to, but when i look at it on my server, they look as though they have breaks in them. Any ideas on how i could be rid the "breaks". My code: tr td width="18%" height="20" class="searchbg"><strong Class:</strong></td td class="searchbg" form name="form1" method="post" action="" select name="select" option selected>Priest</option /select /form></td /tr tr td class="searchbg"><strong>Race:</strong></td td class="searchbg" form name="form1" method="post" action=""><select name="select2" option selected>Barbarian</option /select></form></td /tr tr td class="searchbg"><strong>Slot: </strong></td td class="searchbg" form name="form1" method="post" action=""><select name="select3" option>Head</option option>Waist</option option selected>Chest</option /select></form></td /tr tr td class="searchbg"><strong>Zone: </strong></td td class="searchbg" form name="form1" method="post" action=""><select name="select4" option selected>Freeport</option /select></form></td /tr tr td class="searchbg"><strong> Item Name: </strong></td td class="searchbg" form name="form1" method="post" action=""><input type="text" name="user_input"> <input type="submit" name="Submit" value="Search"></form></td /tr |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Im sorry, but margins for? Are you talking about the space below the select boxes? |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Do you think you could help me out on what to put? Thanks |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
EACH form element is in it's own pair of <form></form> tags, and it will not work as you think... |
![]() |
| Thread Tools | |
| Display Modes | |
| |