| Informative -> Colorful |
DHTML Menu Builder supports the use of almost any HTML tag in the caption of
the menu items.
Perhaps one of the most interesting tags is the <br> which can be used to create
multi-line captions. This can be very useful if you want to add some
description about each menu item below its name.
For example, to create this caption:
DHTML Menu Builder
create professionally looking pulldown menus
We used this HTML code in the caption:
<b>DHTML Menu Builder</b><br><small>create professionally looking pulldown menus</small>
The <b> tag is used to display the enclosed text in bold, the <br> tag starts
a new line and the <small> tag is used to reduce the size of the enclosed text.
Using this combination of tags we were able to create this sample which
provides information about each product.
Also notice the combination of horizontally and vertically aligned menus in this sample.