I have created a custom content type using cck and image field. The image uploads fine, and I've used a css class to float the image to the right, but the text from the body does not wrap around the image. How would I go about making the text wrap around the image?
Thank you.
Comments
Comment #1
quicksketchI generally don't help with theming requests like this. ImageFields do not have any special formatting that would require anything beyond basic CSS to float them to the left or right.
Comment #2
joslinn commentedCould you help me identify what CSS needs to be done? I'm not sure why it's not working.
Comment #3
quicksketchIn your theme's style.css file:
Replace [field_name] with the name of the field.
Comment #4
quicksketch