Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthortavarish
    • CommentTimeSep 12th 2008
     
    Hello guys well , I have my site , however when i use the forms ,i get weird letters:

    for example here is a page.

    http://xtrato.com/clients/08/blue/commercial.php

    as you can see i get lots of  all over the form.

    please advice.

    Regards
    • CommentAuthortavarish
    • CommentTimeSep 12th 2008
     
    well i got it from another dicussion:

    * cedsav
    * CommentTime1 day ago

    quote
    We'll see if we can fix it on our end, but in the meantime you should check the text encoding used on your page.

    Near the top of your page, you probably a line that looks like this:
    <meta http-equiv="Content-Type" content="text/html; charset=something">

    The charset parameter should be 'utf-8', as in
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">