• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Dreamweaver CC 2020 weird character in the design view

Community Beginner ,
Oct 22, 2023 Oct 22, 2023

Copy link to clipboard

Copied

Since 1 week I have weird character in the design HTML file but my CSSSSSSSSSSSSSSSSS are in default fonts... the weird apear on letter with accent à, é, è, etc....

 

See image: Desktop-screenshot.png

Views

601

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 2 Correct answers

Community Expert , Oct 23, 2023 Oct 23, 2023

This is what it should look like

 

BenPleysier_1-1698120025123.png

 

 

Votes

Translate

Translate
Community Expert , Oct 24, 2023 Oct 24, 2023
quote

This is what I have in my HTML file

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


By @yapp1212

==========

😝 😝 😝  1997 code in 2023.   

You need a new website ASAP!!!

https://www.w3schools.com/tags/tag_doctype.ASP

 

HTML:  https://www.w3schools.com/html/

CSS: https://www.w3schools.com/css/

Bootstrap: https://www.w3schools.com/bootstrap5/

 

Votes

Translate

Translate
Community Beginner ,
Oct 22, 2023 Oct 22, 2023

Copy link to clipboard

Copied

This is what I have in dreamweavers and the first image is when I imported to external mailing software.

Desktop-screenshot2.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 23, 2023 Oct 23, 2023

Copy link to clipboard

Copied

Which encoded meta charset is your document using?  It should be near the top of your code, under the <title> tag.

UTF-8 is supported by most languages and causes the least problems. 

 

image.png

Problems ensue when you mix encoding types like UTF-8 with ISO-Latin entities.

 

Also validate code and fix any reported errors.

 

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 23, 2023 Oct 23, 2023

Copy link to clipboard

Copied

This is what I have in my HTML file

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 23, 2023 Oct 23, 2023

Copy link to clipboard

Copied

This is what it should look like

 

BenPleysier_1-1698120025123.png

 

 

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 24, 2023 Oct 24, 2023

Copy link to clipboard

Copied

quote

This is what I have in my HTML file

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


By @yapp1212

==========

😝 😝 😝  1997 code in 2023.   

You need a new website ASAP!!!

https://www.w3schools.com/tags/tag_doctype.ASP

 

HTML:  https://www.w3schools.com/html/

CSS: https://www.w3schools.com/css/

Bootstrap: https://www.w3schools.com/bootstrap5/

 

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 23, 2023 Oct 23, 2023

Copy link to clipboard

Copied

This is usually the behavior when your system has a corrupted font on it. Have you recently added any new fonts to your system? If so, I would start there and remove those fonts and see if things return to normal.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 03, 2024 Feb 03, 2024

Copy link to clipboard

Copied

yes but i dont know with fonts may be corrupted if this is the problem...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2024 Feb 03, 2024

Copy link to clipboard

Copied

Use a more suitable doctype and the universal character set like this:

 

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Document Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

 

Nobody uses ISO Latin text on web pages anymore.

 

 

 

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 03, 2024 Feb 03, 2024

Copy link to clipboard

Copied

i dont undrstand... can you check my html code... did you check how the characters weirds fonts appears in my post ?

 

I reinstalled my windows and since my last design I created the only thing i did is installed new fonts in my computer and now i open dreamweaver to make design and i see this

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2024 Feb 03, 2024

Copy link to clipboard

Copied

  1. Is only in Dreamweaver Design View that you see the weird characters? 
  2. Have you tried in a browser?

 

 

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 03, 2024 Feb 03, 2024

Copy link to clipboard

Copied

i the browser same thing i see weird characters

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2024 Feb 03, 2024

Copy link to clipboard

Copied

I think we're spinning our wheels here.  The OP is not understanding anything we've said.

 

 

 

 

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 03, 2024 Feb 03, 2024

Copy link to clipboard

Copied

in design view in dreamveaver I see the weird characters too but in design mode i dont see characters weirds.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2024 Feb 03, 2024

Copy link to clipboard

Copied

LATEST

Your reply makes no sense.

 

If it's easier for you to write in your native language, please do.  We can use this forum's language translator.

 

image.png

 

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines