Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2006 at 09:41 UTC
Updated:
1 Mar 2007 at 18:46 UTC
Hai All,
I need to change the display style of nodes as image + discription in one line. From where I can set this. OR shall I need to change the code. Please help me. I am now worried about this.
I need this just like I attahed. ( Please let me know if I can use article module to do this. If so, please help me to add an image with each article.)
thank...........
Sulthan
Comments
Comment #1
ñull commentedYou can change the style of images as displayed in its different forms (derivatives): _original, thumbnail, preview and whatever other you have defined. All images receive the style image and besides that the style _original, thumbnail, preview etc. depending on what is displayed.
The style is is applied to a SPAN tag around the image. If that causes you any trouble, like it did me, you can apply the patch I uploade here: http://drupal.org/node/48311
The patch will remove the SPAN tag and will apply the same styles I mentioned before directly to the IMG tag.
I don't understand really what you mean with "image + discription in one line", but without the SPAN tag I noticed you can more easily display the image with style float:left; and may be it will help to you accomplish what you are looking for.
Comment #2
drewish commentedi'm cleaning out the image issue queue. hopefully this has been resolved.