I need to change the style of displaying each node. Please help.
nissar - January 2, 2006 - 09:41
| Project: | Image |
| Version: | 6.x-1.x-dev |
| Component: | image.module |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
You 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.
#2
i'm cleaning out the image issue queue. hopefully this has been resolved.