When I select the teaser field to be formatted as inline field (=> Row Style: Fields => settings) then the div.views-field-teaser gets output as span.views-fields-teaser. That's fine but there is still a div inside the span which makes the whole element not usable as an inline element. The div inside is div.field-content

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Yes, the teaser field contains block elements, so its wrapper is always a div. It is not valid HTML to wrap block elements with inline elements, so Views prevents that.

Anonymous’s picture

So does this mean there is no way to display the Title and Teaser on the same line? That's what I was trying to do.
If it can be done, how do I do it?