Results 1 to 3 of 3

Thread: need help with embedded hyperlink
      
   

  1. #1
    suzval is offline Private First Class
    Join Date
    May 2007
    Posts
    6

    Default need help with embedded hyperlink

    Jeez, I don't even know if I'm calling it the right thing.

    I am trying to create a code to imbed on myspace page that will link to my website, www.sewnsilly.com. I somehow managed to get the image I wanted to link, but can't get the actual link in. I know it's got to be simple. Please help!

  2. #2
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: need help with embedded hyperlink

    Suzval,
    You might have to ask in MySpace, the link behind the drawing (in MySpace) has an extra quote http://www.myspace.com/" ,remove it and then add the link to your VH page.

  3. #3
    koolspaces.com is offline Second Lieutenant
    Join Date
    Jul 2007
    Posts
    136

    Wink Re: need help with embedded hyperlink

    Hi,

    Here is the code you need to make a clickable image:

    <a href="http://yourwebsite.com" target="_blank">
    <img src="http://location of the image.com/picturename.jpg"
    border="0" alt="sewnsilly"></a>

    You may have to publish your image to get it into the location you want to fit this format. Substitute your images .ext to whatever it is and not .jpg. If you still have problems please e-mail me and I will help you out. Koolie@koolspaces.com

    http://www.koolspaces.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49