Results 1 to 3 of 3

Thread: hyperlink with logo?
      
   

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

    Default hyperlink with logo?

    I set up my page using soholaunch, which by the way is awesome for the beginner. How do I create a hyperlink with logo that I can inbed in other websites?
    thanks!
    suz

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: hyperlink with logo?

    Hi, cut & paste the code from the box below & place in an html box (if using BV)
    Red is the link to your web page that you want to link to. And blue is the image that will show on the other site. This image must be live on your site for it to work.

    <a href="http://www.yourwebsitepage.com"><img src="http://www.yoursite.com/yourbanner.gif" border="0"></a>




    HTML Code:
    <a href="http://www.yourwebsitepage.com"><img src="http://www.yoursite.com/yourbanner.gif" border="0"></a>


    Good luck.

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

    Default Re: hyperlink with logo?

    Thanks for the response. I tried it and it didn't work, so I must not be live? What does that mean, and how do I fix it?

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