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

How may I get the Spanish accents in Dreamweaver? I really appreciate someones help, please.

New Here ,
Sep 16, 2019 Sep 16, 2019

How may I get the Spanish accents in Dreamweaver? I would appreciate if someone will guide me to it, please.

956
Translate
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 1 Correct answer

Community Expert , Sep 16, 2019 Sep 16, 2019

Hello Hector4,

I have moved your question from Community Help to Dreamweaver.

Use Spanish language and character set UTF-8 in the head of your document.  See code example below.

 

Go to Insert menu > HTML > Character > Other.

Select special punctuation from the box and hit OK.

 

<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Spanish Punctuation</title>
</head>
<body>
<p>&iquest;Donde esta la niña pequena?</p>
<p>¡La niña está aquí!</p>
</body>
</html>

 

 

 

 

Translate
Community Expert ,
Sep 16, 2019 Sep 16, 2019

clipboard_image_0.png

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
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 ,
Sep 16, 2019 Sep 16, 2019

Hello Hector4,

I have moved your question from Community Help to Dreamweaver.

Use Spanish language and character set UTF-8 in the head of your document.  See code example below.

 

Go to Insert menu > HTML > Character > Other.

Select special punctuation from the box and hit OK.

 

<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Spanish Punctuation</title>
</head>
<body>
<p>&iquest;Donde esta la niña pequena?</p>
<p>¡La niña está aquí!</p>
</body>
</html>

 

 

 

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
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 ,
Jan 22, 2020 Jan 22, 2020
LATEST

Hi,

This is great, I have been the subject of my side.

 

 

WbolanosCo
Translate
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