Hi,

On Mon, Mar 31, 2008 at 10:34 PM, La Farge Douglas
<[EMAIL PROTECTED]> wrote:
> Currently each paragraph in a tt_news articles is wrapped with <p
>  class=bodytext> |  </p>
>
>  Is there a way to get it to wrap with a different class= attribute (<p
>  class=singlebodytext> | </p>) ?
>
>  IF so, how might this be done?


Yes you can do it, but you could also just amend your stylesheet:


.news-single-item p.bodytext {
     /* tt_news single-news specific styles here  */
}


-- 
Christopher Torgalson
http://www.typo3apprentice.com/
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to