shorter introduction

Thank you. I fixed it using:
(#INTRODUCTION|couper{100})
Another question is how I can remove the borders of the photos?
I use the following but in FireFox and IE still I see the borders. In Google browser it is OK.
[<border=« 0 »(#LOGO_ARTICLE_RUBRIQUE|#URL_ARTICLE|image_reduire{150,100})]
Thank you
Kamran

----- Original Message ----
From: Fil fil@rezo.net
To: kamran Mir Hazar editor@kabulpress.org
Cc: Spip Mailing List spip-en@rezo.net
Sent: Sunday, October 19, 2008 11:53:47 AM
Subject: Re: [Spip-en] shorter introduction

Is it possible to make shorter introduction for the articles? For example I
want to have only 2-3 lines or maximum 30 words?

With recent versions of SPIP you can use #INTRODUCTION{180} (in
characters, not words)

– Fil

Another question is how I can remove the borders of the photos?

You'll need to use CSS, like:

        img {border:0}

-- Fil