I would like for the the text on the main page to be to the right of the picture. How can i make that happen? Thanks.
http://heavenlybubbles.com/shop/index.php?main_page=
I would like for the the text on the main page to be to the right of the picture. How can i make that happen? Thanks.
http://heavenlybubbles.com/shop/index.php?main_page=
Change your img tag from align="baseline" to align="left" for the text to appear to the right of the image.
Now the text is at the bottom. Not sure what else to do. Any other suggestions. Thanks, for you help.
Ahh, you changed the text instead of the image--the align in the image tag (img) is what needs to be adjusted...
It looks like this right now:
Change to this:Code:<img hspace="0" src="http://www.heavenlybubbles.com/shop/includes/templates/custom/images/zen%20spa%20(websmall).jpg" align="baseline" border="0" />
Code:<img hspace="0" src="http://www.heavenlybubbles.com/shop/includes/templates/custom/images/zen%20spa%20(websmall).jpg" align="left" border="0" />
Last edited by GlassHoppah; 7 Jun 2006 at 08:39 PM.
Thank you so much. I was able to get the text to the right of the picture.