Website buttons

  • Thread starter Rick Bennett TN
  • Start date
R

Rick Bennett TN

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

Teri Carnright

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
:)
 
S

Steve Easton

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
 
Top