Hello folks, sorry for the remedial question but I have an image that is aligned to the left and I want my table to sit centered below the image. I have tried to increase the padding and margin spacing, but the only method that seems to work are < b r > tags, which feels unprofessional.
Oops, I accidentally pasted the script twice and I wasn't clear about what I am trying to achieve.
http://dshanson.com/test This is a better example of what I am trying to achieve, but without using the < b r > tag to create the spacing. I want the image aligned left to allow the text to wrap around the image. After that small change, the table wants to cram itself between the image and the containing div such as this example http://dshanson.com/test2
Last edited by sirdanfortesque; 02-02-2011 at 08:32 PM.
Okay, here's what I did. I created CSS class .alignleft and floated it left and added that to the image tag. Then, I add "clear:both;" to the table selector.
Bookmarks