December 17, 2012 at 8:07 pm
#1538
Keymaster
Hello,
First, you’ll need to understand how the
tag works in HTML.
http://www.w3schools.com/tags/tag_img.asp
Within your layout when you’re editing that specific column element’s content block, you simply need to change the “src” parameter of the image tag to the URL of your image. This URL will look something like this:
http://yoursite.com/uploads/12/12/your-image.jpg
You can get the URL for any image you’ve uploaded by going to your Media Library in your WordPress admin panel. If you’d like to provide a live link to your site, I can probably let you know what you’re doing wrong with specific image URL you’re putting in.