As you will see if you run the code below, the "tags:" input box and the "sort by:" radio options appear as read only. Why? Can someone please tell me what is causing this and how I can fix it. It is driving me crazy!
Dan
<html>
<body>
<form name="post" action="newpost_tst.php?st
s=con&post
id="
method="post" style="padding:5px;positio
n:relative
;top:10px;
font-famil
y:verdana;
font-size:
12px">
<div style="width:653px;font-fa
mily:verda
na;font-si
ze:12px"><
b>Subject:
</b><input type="text" name="subject" maxlength="250"
style="border-style:groove
;width:592
px">
<br><br>
<span style="position:relative;t
op:-6px">
(Only the first 45 characters will be displayed where posts are listed among
other posts)
</span>
<br>
<hr>
</div>
<span style="position:relative;t
op:10px">
<b>Categories:</b>
</span>
<br><br>
<div style="position:relative;t
op:6px">
<div style="position:absolute;l
eft;0px">
Category #1:<br>
<select name="category1" size="10" style="border-style:groove
;font-fami
ly:verdana
;font-size
:10px">
<option value ="1">Business</option>
<option value ="3">Government</option>
<option value ="6">Movies</option>
<option value ="9">Other</option>
<option value ="4">People</option>
<option value ="8">Religion</option>
<option value ="2">Society</option>
<option value ="5">Technology</option>
<option value ="7">Television</option>
</select>
</div>
<div style="position:absolute;l
eft:160px"
>
Category #2:<br>
<select name="category2" size="10" style="border-style:groove
;font-fami
ly:verdana
;font-size
:10px">
<option value ="0">(None)</option>
<option value ="1">Business</option>
<option value ="3">Government</option>
<option value ="6">Movies</option>
<option value ="9">Other</option>
<option value ="4">People</option>
<option value ="8">Religion</option>
<option value ="2">Society</option>
<option value ="5">Technology</option>
<option value ="7">Television</option>
</select>
</div>
<div style="position:absolute;l
eft:320px"
>
Category #3:<br>
<select name="category3" size="10" style="border-style:groove
;font-fami
ly:verdana
;font-size
:10px">
<option value ="0">(None)</option>
<option value ="1">Business</option>
<option value ="3">Government</option>
<option value ="6">Movies</option>
<option value ="9">Other</option>
<option value ="4">People</option>
<option value ="8">Religion</option>
<option value ="2">Society</option>
<option value ="5">Technology</option>
<option value ="7">Television</option>
</select>
</div>
<div style="position:relative;l
eft:480px"
>
Category #4:<br>
<select name="category4" size="10" style="border-style:groove
;font-fami
ly:verdana
;font-size
:10px">
<option value ="0">(None)</option>
<option value ="1">Business</option>
<option value ="3">Government</option>
<option value ="6">Movies</option>
<option value ="9">Other</option>
<option value ="4">People</option>
<option value ="8">Religion</option>
<option value ="2">Society</option>
<option value ="5">Technology</option>
<option value ="7">Television</option>
</select>
</div>
<br>
(Consider the categories as who/what is responsible for the stupidity, with
category #1 being the primary
entity responsible, #2 the secondary, and onward. Only category #1 is
required.)
</div>
<br>
<hr>
<br>
<div><div style="float:left;width:37
0px">
<b>Tags: </b>
<input type="text" name="tags_t" maxlength="200"
style="border-style:groove
;width:330
px">
<br><br>
(Consider tags as one or as many as a few words that
best describe the subject this message is in reference to)
</div>
<div style="width:95px;font-fam
ily:verdan
a;font-siz
e:12px;flo
at:left;po
sition:rel
ative;left
:10px">
(Choose from list to right and/or type existing and/or new tags to the left)
</div>
<div style="float:left;position
:relative;
left:14px;
font-famil
y:verdana;
font-size:
8px">Sort By:<br><input type="radio" name="sortby" checked="checked" value="popularity"> Popularity
<br>
<input type="radio" name="sortby" value="alphabet"> Alphabet
</div>
<div style="position:relative;l
eft:15px">
<select name="category4" size="10" style="border-style:groove
;font-fami
ly:verdana
;font-size
:8px">
<option value ="1">Business</option>
<option value ="3">Government</option>
<option value ="6">Movies</option>
<option value ="9">Other</option>
<option value ="4">People</option>
<option value ="8">Religion</option>
<option value ="2">Society</option>
<option value ="5">Technology</option>
<option value ="7">Television</option>
</select>
</div>
</div>
<hr>
<div>
<span style="position:relative;t
op:10px">
<b>Body: </b>
</span>
<span style="position:relative;l
eft:0px;to
p:10px">
(HTML tags are allowed)
</span>
<br><br>
<textarea name="message" cols="80" rows="3"
style="border-style:groove
;width:653
px;height:
200px"></t
extarea>
<br>
<input type="submit" name="submit" value="Submit"
style="position:relative;l
eft:589px"
>
</div>
</form>
</body>
</html>