PDA

View Full Version : How to use the <p class>?


Bastian
11-01-2006, 04:57 PM
Hello,

on the demo site i found some text elements like:

This is a sample Blockquote. Use <blockquote>Your quote goes here!</blockquote> to form a quote!

This is a sample error message. Use <p class="error">Your error message goes here!</p>.

This is a sample info message. Use <p class="message">Your info message goes here!</p>.

This is a sample tips message. Use <p class="tips">Your tips goes here!</p>.

This is a highlight phrase. Use <span class="highlight">Your highlight phrase goes here!</span>.

How can I use this feature on a regular Joomlart Template (Pollux)?


Many Thanks and best regards
Bastian

Bastian
11-02-2006, 08:18 AM
I've fixed the problem.

You have to use tags directly in the HTML mode instead of the WYSIWYG Editor.

Than it works fine....