A Couple of Quickies...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leroytrolley
    XXX Video Editor
    • Dec 2005
    • 2301

    #1

    A Couple of Quickies...

    I need to know a couple of bits of HTML code.

    1. What is the code to make the background image on a page hold. i.e, does not scroll with the page content.

    2. What is the code needed to make a "Bookmark" button/link.


    Probably really obvious, but I'm having one of those days.

    Leroy
    XXX Video Editor
  • Amnesic
    Confirmed User
    • Oct 2004
    • 1305

    #2
    http://www.google.ca/search?hs=k3K&h...G=Search&meta=

    Comment

    • dakota1358
      Confirmed User
      • Oct 2005
      • 2114

      #3
      for #1 you can add this in the <body> bgproperties="fixed"

      #2 put <script type="text/javascript">
      function bookmarksite() {
      if (document.all) { window.external.AddFavorite("http://www.yourdomain.com/", " Description"); }
      if (window.sidebar) { window.sidebar.addPanel(" Description ", "your domain.com", ""); }
      }
      </script> in between the <head> tags and add <a href="javascript:bookmarksite();">text or image</a> wherever you want the bookmark at
      Carmen Cocks Rocks

      Comment

      Working...