Thursday 4 January 2007

Button link

A reader just requested a method of adding a button link in her sidebar. There are a few things you'll need:

  1. An image for your button
  2. Load this image to your web host (I use Ripway)
  3. Image URL (from the web host)
  4. Target site URL

What to do:

  1. Open your dashboard
  2. G0 to layout
  3. Click on 'Add Page Element'
  4. Choose the 'HTML/JavaScript' widget
  5. Paste the code below into the window
  6. Give the widget a title like My Favorite Links and paste the following code into the window

<a href="Target site URL">
<img border="2" src="Image URL"/>
</a>

At this point you plug in your Target site URL and the Image URL. If you want more button links, add the above code in the same window changing the Target site URL and the Image URL. Save changes

Now you can drag the widget you just made to the area you want in your sidebar, or just leave it where it is.



post signature

No comments:

Post a Comment