Menu

#1 Need HTML Meta Content-Type

open
nobody
5
2004-05-19
2004-05-19
No

Hi !

mozDex (interface) looks fine. But HTML pages are not
complete. For exemple, you need to add :
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"/>

With Mozilla, UTF-8 is used by default, so accent (I am
french) are not well printed.

And, it will be better to write CSS in another
*external* file and link it with :
<style type="text/css">
@import "style.css";
</style>

Bye, Haypo

Discussion


Log in to post a comment.