That issues is coming from the massive space in the HTML. If you're using pre-wrap spacing, you need to put the content directly against the container <div>.
So, the template should look like this: <div class="entry-content"><?php echo $entry->content_out; ?></div> That should get everything working as you wish. In order for this to properly show up in the feed, you'll have to use the svn version and disable the autop plugin. ~arthus On Aug 11, 2009, at 8:54 PM, gatohaus wrote: > > .. oops, I kinda realize now that it may have been better if I had > started this in the user's forum... oh well.. > > So, I commented out the autop() for content. That collapses all > newlines down to either nothing or a single space (didn't check > which). But I got your hint.. so adding white-space:pre-wrap > back into the css almost got the job done. > > Here's a screenshot of the remaining issue. There is a significant > space in the post content (or whatever the css has called it) section > before any of the actual content. I'm not sure where it's coming > from. In the screenshot the pointer is over the area I'm talking > about. > http://www.gatohaus.com/habari/honoring-white-space-in-habari > In looking through the Firebug inspection, I couldn't find anything to > cause it. Ideas?? > > I've tried this on all 3 of the packaged themes; K2, Charcoal, and > Mzingi. Same results each time. > Soooooooo close. > > -- I'm using Habari 6.2 with no additions to the default package as > downloaded from habariproject.org -guess I could dld from the svn.. > but will wait for a reply. > Cheers > > > --- NOTE --- I'll give the svn version a try in the next couple of > days.. but will leave this note behind in case it's the same. > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
