• I’m a pure newbie at coding. Could anyone help me? I would like to insert an image after the following text “Prenumerera p? inl?gg” in the code below, but I don’t know how the code should look like.

    Hope you could help me.

    <div id="tophome"><a href="<?php bloginfo('rss2_url') ; ?>"> Prenumerera p? inl?gg (RSS)</a></div>

Viewing 1 replies (of 1 total)
  • Hope this will help

    <div id="tophome"><a href="<?php bloginfo('rss2_url') ; ?>"> Prenumerera p? inl?gg (RSS)</a> <br/><img src="image.jpg" width="400" height="250"></div>

Viewing 1 replies (of 1 total)
  • The topic ‘Insert image code’ is closed to new replies.