darren599
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Displaying Images in Sidebar with text widgetAm I Missing something? why the difference in codes?
From the FAQ:
<img
scr=”http://localhost/wordpress/wp-content/uploads/2007/04/p1.gif”/>My code that actually works:
<img src=’http://localhost/wordpress/wp-content/uploads/2007/04/p1.gif’ title=’p1.gif’ alt=’p1.gif’ />
Forum: Fixing WordPress
In reply to: Displaying Images in Sidebar with text widgetWoo! By a process of elimination it seems that the code to diplay an image in the sidbar looks like this:
<img src=’http://localhost/wordpress/wp-content/uploads/2007/04/p1.gif’ title=’p1.gif’ alt=’p1.gif’ />Which is different to the code shown on the faq page:
http://faq.wordpress.com/2006/10/18/put-an-image-in-your-sidebar/Forum: Fixing WordPress
In reply to: Displaying Images in Sidebar with text widgetWell, I’ve just got an image to appear in the sidebar but only by copying and pasting the “image linked to thumbnail” code from the manage uploads page.
Which is great for showing an image as a link.
But the url code to just display the same image (without it linking to anything) still isn’t showing the graphic in the sidebar:
<img
scr=”http://localhost/wordpress/wp-content/uploads/2007/04/p1.gif”/>Perhaps there’s something wrong with this bit of code?