My site is set for no comments. I want to make hyperlinks so users can click on an active image that will then open in a new blank browser window. Within that new window, I want a different image to show than the one that was clicked on. I'm able to do this in Dreamweaver, and have tried to reproduce the code using every variation I can think of, in the WP Page Edit box. But the code is rewritten each time. I get instead a new browser window with my masthead rather than blank, and the same image that I clicked on rather than the new one. You can look here to see my test:
http://www.janedesign.info/books
Below is the code from the Edit Page box. I want an image called "testdetail.jpg" to appear in the new blank browser window sized to its full image size, which is width="1026" height="834". Instead I get "test1image.jpg" along with my masthead in my normal page layout.
I can get around html and css, but am new to PHP, and less than a week into Wordpress and Atahaulpa. (I have the latest versions installed.) If anyone can help, and think I need to change code elsewhere, I'd appreciate a bit of guidance to find it! So far I've been able to figure most everything out on my own, but this has me stumped. Thank you! This is the html from my Edit Page box. I've tried to link testdetail.jpg from my gallery or from uploads/testdetail.jpg but it gets rewritten.:
<a rel="attachment wp-att-304" href="http://www.janedesign.info/books/test1image" target="_blank"><img class="alignleft size-full wp-image-304" title="test1image" src="http://www.janedesign.info/wp-content/uploads/2010/08/test1image.jpg" alt="" width="315" height="283" /></a>