Thanks for the feedback… and the link..
But I still don’t know what piece of code to add to or adjust in narchives.php so that I can actually set a width of 40 characters?
What code do I insert in there, and where? For example if I wanted the author field box to be 40 characters in width…
is this the code I need to change?
$output = ‘<select name=”author”>’.NL.$output.'</select>’.NL;
If I add the attribute size=”40″ right after the “author” in the code above, all it does is convert the drop down list box into a 40 row text box showing all authors at once (it expands all the way down to the bottom of the page)
I dont know what else to change so that the drop down list box in narchives expands to the width of the maximum text.
In my dreamweaver html reference it stated that in drop down list boxes, the width of the drop down list box is supposed to automatically expand in width to the longest item of text within the list box..
but again for some reason it is not doing it …
any other ideas?
Tom