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

quicksketch’s picture

Status: Active » Closed (fixed)

Sorry 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.