gerkintrigg Posted April 3, 2014 Share Posted April 3, 2014 Hi, I'm having issues trying to get the image of the author in the top right of the text section on this page: http://theperilouspostman.co.uk/meet_the_author.php Is there an easy way to do this without having to mess with my template? I did the wrapping around the postman, but the issue is now that the images in the page content appears at the bottom of the section. Any ideas? Neil Quote Link to comment Share on other sites More sharing options...
mhmazrooei Posted April 15, 2014 Share Posted April 15, 2014 (edited) Hi. with jQuery: var image_address = $('div#middle > div > div > img').attr('src'); Try to use css classes and ids on your html element instead of inline css Edited April 15, 2014 by mhmazrooei Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.