Closed (fixed)
Project:
Image
Version:
6.x-1.0-alpha4
Component:
image.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 19:18 UTC
Updated:
19 Jun 2009 at 21:40 UTC
For some reason when I attach an image to a story on the site reference below the image is pushed down into the taxonomy and comments area rather than inline with the text. Any idea what I could be doing wrong or how I could fix this problem?
See the stories posted on the home page of this site: http://www.nycgoodies.com/
Thanks so much for your help!!!
Comments
Comment #1
sunThat's because attached images use a static CSS that applies "float: right" to the wrapping image DIV container. Either configure Image Attach to render the image above the content (not below) or fix your theme.
Comment #2
timhobert commentedAh! I just figured it out! I changed the "Teaser image weight:" and the "Full node image weight:" to "-1" on this page admin/content/node-type/story and it moved the attached image in line with the text.
Thanks again for your guidance!