Announcement

Collapse
No announcement yet.

Adding 'Bookmark this Page' code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Adding 'Bookmark this Page' code

    I am trying to add a button to bookmark one of my website pages. I have two pieces of code but do not understang how to ‘marry’ them together.
    This piece will add a button: <p align="center"><button type="button">Bookmark This Page!</button></p>
    This piece will actually produce a link that will bookmark the page:
    <p align="center"><a href="javascript:window.external.AddFavorite('http ://www.iredell.com/Cousins.htm', 'Perry Cousins')" style="font-size:12px;color:#ffffff;font-family:verdana;">Perry Cousins Web Page</a></p>
    Now, how do incorporate the Button code into the Bookmark code so that I will have a button that will bookmark the page?
    Help!
    TomWinslow
    The Catawba Trader

  • #2
    Re: Adding 'Bookmark this Page' code

    Haven't tried it myself but have a look at this
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

    Comment

    Working...
    X