Gossamer Forum
Home : Products : DBMan : Customization :

Vertical Menu listing?

Quote Reply
Vertical Menu listing?
How do I use a <br> after each item on the main menu so that I get a Vertical menu listing, instead of the default horizontal run on look?

Thanks!
Lynette
Hollister, Ca
Quote Reply
Re: [ltillner] Vertical Menu listing? In reply to
Somehting like the following in html_footer of html.pl ????

Code:
print qq!| <A HREF="$db_script_link_url">Home</A> !;
print qq!| <BR><A HREF="$db_script_link_url&add_form=1">Add</A> ! if ($per_add);
print qq!| <BR><A HREF="$db_script_link_url&view_search=1">View</A> ! if ($per_view);
print qq!| <BR><A HREF="$db_script_link_url&delete_search=1">Delete</A> ! if ($per_del);
etc, etc


Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."