Viewing 5 replies - 1 through 5 (of 5 total)
  • @wplove2011 I believe giving advice here is preferable to offering services.

    @whirlygirl, it can be coded into the sidebar, or simply added to a text widget, how do you prefer?

    Previous post deleted. Advertising, or promoting, your paid own services is not allowed hereabouts.

    Thread Starter whirlygirl

    (@whirlygirl)

    hmm …thanks Rev but how do i code it into a text widget – tried but it hasn’t worked..

    please reply !

    Thread Starter whirlygirl

    (@whirlygirl)

    hi
    can you please tell me what is wrong with this ?

    a href=”http://www.something.org.uk/”
    <img src = “/img/picture.gif” alt=”logo” width=”185″ height=”69″ border=”1″ />

    I’ve posted the above into the sidebar.php and it doesn’t work..

    anyone ?
    cheers

    ps. i ommited the <> from the a href statement so that it shows in the post and ommitted the closing < / a>

    when posting small amounts of code directly, please use the ‘code’ button to mark it (highlight the code and click the ‘code’ button once; or click the ‘code’ button once before writing or pasting your code, then once after) – this will keep the posted code intact.

    to your question:
    you need to use the full path to the image:

    example:

    <a href="http://www.something.org.uk/">
    <img src="http://fullweburl/img/picture.gif" alt="logo" width="185" height="69" border="1" /></a>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can I put an IMAGE into the sidebar?’ is closed to new replies.