I want to have some float or width style changes for my site, but i don't want to use Full HTML.
How could I enable style for Filtered HTML?

I have searched for solutions but none found.

thankyou

Comments

danmurf’s picture

Go to
Administer > site configuration > input formats > configure (on the filtered html tab) > configure tab (at the top of the page) > and enter your tag. You might have to keep the styles on one line as I'm not sure how Drupal will handle line breaks in the

tags. If you want to make changes to the whole site you're better off changing the style.css in your theme folder. Hope this helps :)
superjacent’s picture

I had similar problem - http://drupal.org/node/242617#comment-794958 .

Basically the thread explains that filtered html will always strip out style attributes. The suggestion was to create classes in CSS and call them.

___________________________

Steven Taylor
http://prime357.org

bananasims’s picture

thankyou for your replies. But i still have some questions.

What is the file(s) for me to add css rules? Are they the files inside "themes/" directory, right?

danmurf’s picture

Yup. If you're using Garland it will be /themes/garland/style.css