• I want to include 5 or six images in my sidebar that act as mini-banners to both links in the site and links outside the site. Right now, I just want to include one image that links to a featured story.

    Here is what I have, and I warn you, I’m a newb and know it’s wrong:

    <!><div id="rside2">
      <h2>featured stories</h2>
    <img src="/images/pushbike_banner.png" />
    <!></div>

    What I want is for that image to show up, be a clickable link and sit right under the title. So far I have only managed to get the title to show up.

    Here is the blog:

    https://www.cyclezine.net

Viewing 1 replies (of 1 total)
  • Thread Starter seaneee

    (@seaneee)

    so here is what I did and it work in Firefox and Safari, no go in IE. Suggestions?

    <!><div id="rside2">
      <h2>featured stories and sites</h2>
    <ul>
    <a href="https://www.cyclezine.net/category/features/interviews/"><img src="https://www.cyclezine.net/wp-content/themes/typographywp/images/pushbike_banner.png" alt="pushbike interview" title="pushbike interview" width=auto height= auto align=right></a>
    </ul>
    <!></div>
Viewing 1 replies (of 1 total)
  • The topic ‘Images in sidebar’ is closed to new replies.