I am using this code here to get images that have been attached to my posts and to display those attachments in their respective posts on my wordpress blog.
This works great. But I want to be able to click on the image and have the images full size image open, because im am limiting the size that the image is displayed in the post.
To accomplish this I modified the above code to make the image clickable. That also works great. But it is making the entire content of the post clickable. IE: You can click on both the image and the text content in the post. I only want to be able to click on the image.
I am using this code here to get images that have been attached to my posts and to display those attachments in their respective posts on my wordpress blog.
This works great. But I want to be able to click on the image and have the images full size image open, because im am limiting the size that the image is displayed in the post.
To accomplish this I modified the above code to make the image clickable. That also works great. But it is making the entire content of the post clickable. IE: You can click on both the image and the text content in the post. I only want to be able to click on the image.
On a related note, HTML validation of the generated page would have pointed this out to you as well, so remember your old pal at http://validator.w3.org/ when things don't work as expected.