Forums

Hyperlink in Text Widget is Hyperlinking Adjacent Widgets! (3 posts)

  1. solidman
    Member
    Posted 2 years ago #

    Alright, so I have this code in a text widget:

    <html>


    <div style="float:center;">

    <img src="http://solidforensics.com/wp-content/images/subscribe_round.png" alt="Subscribe to RSS">

    <img src="http://solidforensics.com/wp-content/images/twitter_round.png" alt="Subscribe to Twitter">

    <img src="http://solidforensics.com/wp-content/images/linkedin_round.png" alt="Join Linked In Group">
    </div> </html>

    However, the two widgets below this one are hyperlinking to my linked in page. Both the title and the content of the other widgets is linking.

    How can I fix this?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Try changing:

    <a href="http://www.linkedin.com/groups?gid=2562364" target="_blank">
    <img src="http://solidforensics.com/wp-content/images/linkedin_round.png" alt="Join Linked In Group">

    to:

    <a href="http://www.linkedin.com/groups?gid=2562364" target="_blank">
    <img src="http://solidforensics.com/wp-content/images/linkedin_round.png" alt="Join Linked In Group"></a>
  3. solidman
    Member
    Posted 2 years ago #

    Brilliant! It worked. Had no idea that not adding the would hyperlink other widgets.

    Many thanks, esmi.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags