This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
MAking Categories

I need help making categories for my site like for example:
:.Main.:
Main
Splash
Contact
Link 2 us

Thats the example. So does anyone knoe?

Browser: Chictor100,2

Re: MAking Categories

I'm having the same problem. On my site, I want to know how to put text on the buttons on my site to list the links. Help?

Re: MAking Categories

*html*

*body bgcolor="#FFFFFF" text="#000000"*
*form name="form1" method="POST"*

*select name="dd1" size=1*

*option value="http://www.yahoo.com/"*
yahoo*/option*

*option value="http://www.google.com/"*
google
*/option*

*option value="http://www.bravenet.com/"*
bravenet
*/option*

*/select*

*input type="button"

=
"location =
document.form1.dd1.options
[document.form1.dd1.selectedIndex].value;"

value="GO"*

*/form*
*/body*
*/html*
NOTE:Replace the * with the brackets used in html