I have two questions re: pulldown menus.
1) How do you indent the subheads?
2) How do you change the text size?
Re: indenting the subheads, I have tried the &bsp; and other special character entities. All that happens is the code shows up.
Re: size of text, I have tried using the <font size="1"></font> tags in a variety of places within the table, cel, form and pulldown menu item and nothing seems to make a change in the font size within the pulldown menus.
I created a test table above the pulldown menu table. Font size changes work fine there. But no changes, neither indents nor print sizes seem to work within the pulldown menus.
Is there a way around this?
Can either or both of these things be done?
(sample at
http://www.kripalushop.org/website_improvement/)
using HTML and simple java script.
<form method="post">
<select name="navbox" size="1" onchange="window.open(this.options[this.selectedIndex].value,'_top')">
<option value>Welcome</option>
<option value="whats_new.shtml">What's New?</option>
<option value="history.shtml">History</option>
<option value="philosophy.shtml">Philosophy</option>
</select>
</form>





Bookmarks