Website buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I create buttons to take the visual place of the url's, while keeping
the url functioning?
 
Hi, Rick~

It depends on whether you are using a template and/or theme... Are you just
tryig to do it without either?

I'm in TN too!
Teri
:)
 
If you mean just a standard button, this will do it.
However it won't work if folks have disable javascript.

<input type="button" value="Read USA Today" onclick="document.location='http://www.usatoday.com'">

Or you can use any image. Simply insert the image into the page, right click the image then select
hyperlink properties and insert your hyperlink info..

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top