charlieb
10-20-2002, 05:17 PM
I'm just starting out with web pages and learning (I hope, as I go along). I am trying to have an unordered list of links that friends who access the page can use to be transported to the appropriate external site.
My first attempts are simple but effective. For example, Get the latest official hurricane reports. <a href="http://www.wunderground.com/tropical">click here</a>.
Straight forward enough, but the "click here" is sort of poor. I would like to use the button tool, but I haven't figured out the syntax. A simple button that might simply be labled "click" or might have a different descriptor is all I want at this point, but although I can get the button and the "click", I cannot get it to open the link. i have also tried the <button>... </button> tag with no success.
What is the right syntax for doing this.
Many thanks
Charlie
My first attempts are simple but effective. For example, Get the latest official hurricane reports. <a href="http://www.wunderground.com/tropical">click here</a>.
Straight forward enough, but the "click here" is sort of poor. I would like to use the button tool, but I haven't figured out the syntax. A simple button that might simply be labled "click" or might have a different descriptor is all I want at this point, but although I can get the button and the "click", I cannot get it to open the link. i have also tried the <button>... </button> tag with no success.
What is the right syntax for doing this.
Many thanks
Charlie