I created a node teaser with views and want it to look more like a teaser and cut off after so many lines. Is there a way to do this with views? I tried setting the block height, but that didn't work.

Any ideas?

Thanks,
Kris

Comments

Zhigang Suo’s picture

add

at the place where you'd like to break. Make sure you do this in a HTML window.

kweisblatt’s picture

hmmm.. I'm not following...
Add what, where? :D
~~~~~~~~~~~~~~~~
Kris
Current project: www.cribfax.com

joe-b’s picture

Either …

  • add Drupal's break string - <!--break--> - where you want the break in each post as you make it

or …

  • set the teaser length at yoursite.com/admin/settings/node (Adminstration > Settings > Posts)

Easy!