Copy link to clipboard
Copied
How may I get the Spanish accents in Dreamweaver? I would appreciate if someone will guide me to it, please.
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>¿Donde esta la niña pequena?</p>
<p>¡La niña está aquÃ!</p>
</body>
</html>
Copy link to clipboard
Copied
Copy link to clipboard
Copied
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>¿Donde esta la niña pequena?</p>
<p>¡La niña está aquÃ!</p>
</body>
</html>
Copy link to clipboard
Copied
Hi,
This is great, I have been the subject of my side.