If you look at a screenshot of the site I'm working on, it has a column with Google ads in it:
http://img501.imageshack.us/img501/1429/sampleks1.gif
I've found the code for this in sidebar.php. What I want to do is remove the ads and in its place have a column of simple .gifs or .jpg logos. I've tried using 'img src=' but all I get is the 'alt' text displayed in the sidebar:
http://img174.imageshack.us/img174/6663/sample2yh1.gif
...what I am trying to do is something more like this (using WordPress logo as an example):
http://img509.imageshack.us/img509/1972/sample3cs9.gif
...where each logo is an image file, and (hopefully) clickable to follow a link. How would I do this? I'm pretty decent at .html and it seems to work in .php but I can't figure this out on WordPress, and I've been trying different "solutions" I've found online for the last few days, to no avail.