Closed (fixed)
Project:
ImageField
Version:
5.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2008 at 12:39 UTC
Updated:
18 Mar 2009 at 19:49 UTC
I have created imagefield for blog entry
I have assigned its weight to -10
in the content.css of the cck (version 5.x-1.9) i have added the following lines
/*this is the line that controls the position of the image*/
.field .field-item {
float:left;
}
this way i can display images inline.
everything works fine for the individual blogs
but the 'inline images' do not show up in the teaser view of blogs
I would really appreciate it if someone could tell me how to display imagefields in teasers i would really appreciate it.Any suggestions on where i should start looking to solve this problem would be welcome.
Thanks.
Comments
Comment #1
quicksketchSorry this request was unable to be answered. The ImageField queue is not an appropriate place to ask how to add CSS to your site. I'd suggest a book on CSS or where I personally learned: http://w3schools.com/css.