• Hello!
    I’m becoming mad trying to add some link buttons in my worpress website:

    https://www.francescogola.net

    Under the image, there are four small images, that should be links, but they are not clickable.
    This is the code I used in my home.php:

    <div style="position: absolute; left: 880px; bottom: 120px;">
    <a href="feed://feeds.feedburner.com/francescogolaphotography"><img src="https://francescogola.net/Immagini/rss.png"  /></a>
    <a href="https://www.facebook.com/francescogolaphotography"><img src="https://francescogola.net/Immagini/facebook.png"  /></a>
    <a href="https://www.twitter.com/chiotas"><img src="https://francescogola.net/Immagini/twitter.png"  /></a>
    <a href="https://plus.google.com/114288572990229558524"><img src="https://francescogola.net/Immagini/google.png"  /></a>
    </div>

    Can someone help me to understand where is the error?
    Thank you!

    Francesco

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s nothing with the code, it’s the slider above which is hiding the elements.

    You need to add a clear:both; to the styles so that it’s no longer in the shadows of the slider.

    Thread Starter Chiotas

    (@chiotas)

    Thank you so much for this hint Gareth!!!
    Unfortunately I’m really a noob and I don’t know how to do that,but I’ll try to search about this code on google and on this forum
    Obviously,any help on where to find how to do is really appreciated!
    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add an iconed button link code’ is closed to new replies.