How to add an image to my blog using php code

Discussion in 'Blogging' started by xsdpr, May 29, 2009.

  1. #1
    Hi everyone, I need help from the expert coders in this forum.

    I need to add a image button with a link on my blog dowgold.net. On the home page (top-right) there is a link that reads: "Subscribe to our newsletter". I would like to change this for an image button. What would be the php code to do this. Your help is greatly appreciated.
     
    xsdpr, May 29, 2009 IP
  2. myp

    myp Well-Known Member

    Messages:
    1,281
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    140
    #2
    All you need to do is edit the code for that line (which will look like <a href="feedurl">Subscribe to our newsletter</a> ) and replace the words with <img src="imgurl" /> Replacing imgurl with the image's url
     
    myp, May 29, 2009 IP