hello everyone,
i have some issues with the text online, it has replaced letters for special signs. this is new to me. it works fine within the program.
(i don't know how to insert an example here so please take a look on my site: www.freekhuisman.fr
Thanks in advance
Freek Huisman
*** SOLVED *** text issues
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: text issues
It looks like the page was saved in the wrong format. or maybe it's a server configuration issue?
Does it look correct in local preview?
Did you use the built-in publish tool?
Did it work previously, if yes, what did you change?
Does it look correct in local preview?
Did you use the built-in publish tool?
Did it work previously, if yes, what did you change?
-
-
- Posts: 18
- Joined: Thu Mar 18, 2021 11:17 am
Re: text issues
hello Pablo,
my answers below your remarks.
I don't know when tis is changed cause i just noticed it yesterday. i do not look at my site daily.
Freek
my answers below your remarks.
I have no idea!!! and no idea how to find out. i use version 18.0.5 (jan 11 2023)It looks like the page was saved in the wrong format. or maybe it's a server configuration issue?
yes, preview works fineDoes it look correct in local preview?
i don't know, i use the publish button top left in de program.Did you use the built-in publish tool?
Yes it worked fine before and i did not changed anything!Did it work previously, if yes, what did you change?
I don't know when tis is changed cause i just noticed it yesterday. i do not look at my site daily.
Freek
- BaconFries
-
- Posts: 5978
- Joined: Thu Aug 16, 2007 7:32 pm
Re: text issues
I have added "quotes" to the questions as it breaks it up and easier to read.
- BaconFries
-
- Posts: 5978
- Joined: Thu Aug 16, 2007 7:32 pm
Re: text issues
You are using a older of version of WB18 the latest version is WYSIWYG Web Builder 18.4.2 you can download this at the following: Previous versions of WYSIWYG Web
If you haven’t changed anything recently then it could mean an issue on your host/server. I would check with them first and then suggest that you download and update your version then re-publish and see if it resolves this
If you haven’t changed anything recently then it could mean an issue on your host/server. I would check with them first and then suggest that you download and update your version then re-publish and see if it resolves this
Re: text issues
If it works in preview but not on the server, then it's most like a server related issue.
The serve may not send the HTML as Unicode.
The serve may not send the HTML as Unicode.
-
-
- Posts: 18
- Joined: Thu Mar 18, 2021 11:17 am
Re: text issues
thanks for now,
I wil ask my webhost if tey can find something wrong.
Freek
I wil ask my webhost if tey can find something wrong.
Freek
-
-
- Posts: 18
- Joined: Thu Mar 18, 2021 11:17 am
Re: text issues
Hello Freek,
In .htaccess, adding the line below wil solve the problem. I have already done this for you and now the problem has been solved.
AddCharset utf-8 .html .css .php .txt .js .htm
so this issue is Solved!
Merci
Freek
In .htaccess, adding the line below wil solve the problem. I have already done this for you and now the problem has been solved.
AddCharset utf-8 .html .css .php .txt .js .htm
so this issue is Solved!
Merci
Freek
Re: text issues
Thanks for clearing this up!