Hi world!

I created a story and i put some CSS code for the content's form in but it was not seen!
Then i think that because there isn't CSS input format in my drupal but i don't know how to resolve that problem because there isn't an CSS module in the drupal.
So if you please, all of your idees are welcome!
Thanks a lot.

Niaina

Comments

gp.mazzola’s picture

Hi Niaina,
probably the input filter is stripping the CSS attributes that you added in your story node.
You can try to set the input filter to Full HTML.
Or you can create a new input filter at

your.site/admin/settings/filters/add

unchecking all the filters. Then use this new filter when you want to add XHTML/CSS without restrictions.

Ciao!
GP

Niaina’s picture

Thanks alot for your advice!
Don't i need some module or code or configuration for doing it by jyst going in mysite/admin/settings/filters/add?
Thanks again!

Niaina

gp.mazzola’s picture

Filter module is in the core modules and it is enabled by default.
You just need the permission to administer filter module. Well I am supposing you are administrator on your site so that you can assign to yourself wahtever permission you want.

However you can check permissions at

/admin/user/access

In the creation of the new filter, you have to specify wich role(s) can use this filter.
So you may want to check the role your user belongs to.
Instead probably you don't want to allow other people to use this filter, for security reasons, as it does not filter anything at all :)

You can also check this page in the handbook

http://drupal.org/handbook/modules/filter

Ciao,
GP

Niaina’s picture

Thank you very much GP!
Sure that am the administrator of my site!
Is ok! i'll do it as you say.
Thanks again.
Niaina