HTML case change

Hi
Matrix changes our html from lowercase to uppercase. How do I stop it doing that? How do I change it back to lowercase?

Thanks,

Catherine

[quote]Hi
Matrix changes our html from lowercase to uppercase. How do I stop it doing that? How do I change it back to lowercase?

Thanks,

Catherine[/quote]

Use RAW HTML instead of WYSIWYG



Robin

If you mean HTML tags in the WYSIWYG, that is your browser doing it. HTMLTidy will change them back so the frontend looks okay, but they will always be like that in the WYSIWYG editor.

If your frontend code still has uppercase tags, it may indicate that HTML Tidy is not configured or is not enabled. You may want to check that too. Always check the state of your source code by "Viewing Source" while browsing. The source mode of the WYSIWYG editor is not the final output code.

Thanks,
HTML Tidy configuration was the trick.

Catherine