</title>

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
manuelm
 
 
Posts: 70
Joined: Mon Apr 25, 2016 12:32 pm

</title>

Post by manuelm »

When I type a domain name in WhatsApp, the name of the page appears and then: "</title>". Why does this last appear?
User avatar
Pablo
 
Posts: 22165
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: </title>

Post by Pablo »

Maybe you have added invalid code to the page.

If you need help then please read:
Image
manuelm
 
 
Posts: 70
Joined: Mon Apr 25, 2016 12:32 pm

Re: </title>

Post by manuelm »

I have tried deleting the rest of the pages in the project and the problem disappears. I guess I will have to try deleting the pages one by one, upload the web to the server, and find the possible error that way. However, I have tried to view the source code of index.php and "</title> appears only twice, and apparently correctly.
However, I would appreciate it if you take a quick look at the source code to tell me if you see any anomaly.
The URL I write in WhatsApp is: https://ardata.com.ar, and as soon as I finish writing it the title appears (which I tried to change and the problem continues), and then "</title>"
It's strange, because I uploaded the entire project to another URL and I can't repeat the problem.
I upload it again to my usual URL, and the problem persists.
In any case, you can download the project from https://ardata.com.ar/PROVISORIO/arData81.zip
User avatar
BaconFries
 
 
Posts: 5542
Joined: Thu Aug 16, 2007 7:32 pm

Re: </title>

Post by BaconFries »

To resolve this please remove all html you have added yourself. The page shows 2x <doctypes>, <head></head>,<body></body>, <title></title> you have added in <!-- <!DOCTYPE html> -->
<div id="Html1">
Note a web page can only have one of the mentioned within it!.
User avatar
crispy68
 
 
Posts: 2835
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: </title>

Post by crispy68 »

Agree with Baconfries. Looking at the source code on the site, you have code after the end </html> tag which shouldn't be there. The code you entered in html1 for the what's app is incorrect. This is not how you enter the code.
Post Reply