Skip to main content
Known Participant
October 23, 2023
해결됨

Dreamweaver CC 2020 weird character in the design view

  • October 23, 2023
  • 2 답변들
  • 1127 조회

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: 

    이 주제는 답변이 닫혔습니다.
    최고의 답변: Nancy OShea
    1. Is only in Dreamweaver Design View that you see the weird characters? 
    2. Have you tried in a browser?

     

     


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

     

     

     

     

    2 답변

    Community Expert
    October 23, 2023

    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.

    yapp1212작성자
    Known Participant
    February 3, 2024

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

    BenPleysier
    Community Expert
    Community Expert
    February 4, 2024

    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


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

     

     

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    yapp1212작성자
    Known Participant
    October 23, 2023

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

    Nancy OShea
    Community Expert
    Community Expert
    October 23, 2023

    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. 

     

    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
    yapp1212작성자
    Known Participant
    October 24, 2023

    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">