Is there some way I can float the text around the image? Image centre column .. rose doing her beading .. and the text that is centered underneath .. using css?
Site: http://www.rosedakinjewellery.com.au/index.php
Thanks
Is there some way I can float the text around the image? Image centre column .. rose doing her beading .. and the text that is centered underneath .. using css?
Site: http://www.rosedakinjewellery.com.au/index.php
Thanks
would this do ? add this to end of your CSS
#indexDefaultMainContent img {
float:left;
}
thanks ..
you welcome![]()