Hi Friends I am having a bit of trouble with a new wordpress blog. I have inserted an image but I want to align it to the left. Now I know how to do that, but what I do not know is how I can wrap the text around it so the image is to the left and the text is next to it to the right. Hope you get what I mean. All help greatly received. Blog is intercelebrity.com
the use of tables is very useful when aligning elements onto a page, normally i would suggest to those reading this topic, use the visual compose mode and then click the add images option, this opens another window and allows you to specify the alignment. if you use ftp to upload then aligning needs to be done with the (normally specified) class of 'alignright' or 'alignleft' in css this is normally float:right, float:left... hope this helps others searching ....