|
What you see above is an example of how to insert a very long list of options into a drop-down menu item in NetObjects Fusion, using the “Object HTML” feature.
This menu item was created in NetObjects Fusion, but only the item marked “This is a Test” was actually input using the “Combo Box Properties” window. The other menu items (which are, incidentally, a list of all the countries in the world, courtesy of Joe Barron) were inserted from a text file I made of the list, after making certain changes:
- I added a blank line a the beginning of the <option> list and put in a closing bracket (the > sign)
- I removed the closing bracket from the last </option> HTML tag so that it reads </option>
- Then I copied and pasted the text into the “Inside Tag” field of the “Object HTML” for this Combo Box. That’ll do it.
|