storyroo Posted April 19, 2008 Share Posted April 19, 2008 good afternoon, i was trying to place some images near each other, and i succeeded to a point, but now i have wrapped text to the right of the image, and the page got 'messed up' this is the code <img src="<?php book_image() ?>" align="left" width="100" height="170" alt="<?php book_title() ?>" /> and you can see the result on http://www.story-room.net/blog/the-booksthe-books/ what am i doing wrong? please help me thanks for the help. Quote Link to comment https://forums.phpfreaks.com/topic/101844-solved-problem-with-image-positioning/ Share on other sites More sharing options...
storyroo Posted April 19, 2008 Author Share Posted April 19, 2008 sorry, the correct url is http://story-room.net/blog/the-books/ thanks Quote Link to comment https://forums.phpfreaks.com/topic/101844-solved-problem-with-image-positioning/#findComment-521202 Share on other sites More sharing options...
haku Posted April 19, 2008 Share Posted April 19, 2008 What's the problem? Quote Link to comment https://forums.phpfreaks.com/topic/101844-solved-problem-with-image-positioning/#findComment-521211 Share on other sites More sharing options...
ublapach Posted April 19, 2008 Share Posted April 19, 2008 try adding padding to the image so that it does not appear too close to the text Quote Link to comment https://forums.phpfreaks.com/topic/101844-solved-problem-with-image-positioning/#findComment-521213 Share on other sites More sharing options...
storyroo Posted April 19, 2008 Author Share Posted April 19, 2008 recent books should be under the images, not beside them! Quote Link to comment https://forums.phpfreaks.com/topic/101844-solved-problem-with-image-positioning/#findComment-521215 Share on other sites More sharing options...
ublapach Posted April 19, 2008 Share Posted April 19, 2008 put a line break after the images see if that works <br/> Quote Link to comment https://forums.phpfreaks.com/topic/101844-solved-problem-with-image-positioning/#findComment-521218 Share on other sites More sharing options...
ublapach Posted April 19, 2008 Share Posted April 19, 2008 my bad <br/> Quote Link to comment https://forums.phpfreaks.com/topic/101844-solved-problem-with-image-positioning/#findComment-521219 Share on other sites More sharing options...
storyroo Posted April 19, 2008 Author Share Posted April 19, 2008 Tried that. The thing is, i am editing a plugin here, now reading plugin for wordpress http://robm.me.uk/projects/plugins/wordpress/now-reading Quote Link to comment https://forums.phpfreaks.com/topic/101844-solved-problem-with-image-positioning/#findComment-521220 Share on other sites More sharing options...
ublapach Posted April 19, 2008 Share Posted April 19, 2008 do you edit the html your self or is it built into the plugin Quote Link to comment https://forums.phpfreaks.com/topic/101844-solved-problem-with-image-positioning/#findComment-521222 Share on other sites More sharing options...
storyroo Posted April 19, 2008 Author Share Posted April 19, 2008 i fixed the problem, I had to make 6 <br/> tags, thanks much! the code is a template file that comes with the plugin! Quote Link to comment https://forums.phpfreaks.com/topic/101844-solved-problem-with-image-positioning/#findComment-521225 Share on other sites More sharing options...
storyroo Posted April 19, 2008 Author Share Posted April 19, 2008 6 <br/> tags Quote Link to comment https://forums.phpfreaks.com/topic/101844-solved-problem-with-image-positioning/#findComment-521228 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.