Any ideas on Spanish Website Code?

6 replies
  • WEB DESIGN
  • |
Hey Guys...

I am setting up a Spanish site and I just wanted to know if anyone can help me with this question. My current DOC TYPE is as follows.. <!DOCTYPE html>
<html lang="en">
(I am using Dreamweaver CS5 btw)

I have to change that code to this <html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">... But I am unsure if I place that next to it, replace it with that or together inside the code somewhere? Any help on this would be greatly appreciated.. thanks ..

Have a great day to all!
#code #ideas #spanish #website
  • Profile picture of the author KirkMcD
    Replace the entire original html tag with the new code.
    {{ DiscussionBoard.errors[4885816].message }}
    • Profile picture of the author playa4thee
      Originally Posted by KirkMcD View Post

      Replace the entire original html tag with the new code.

      KirkMcD thanks for your response.. But that is the question I posted.. Should I replace <!DOCTYPE html>
      <html lang="en"> with the new one?? Thanks again..
      {{ DiscussionBoard.errors[4886053].message }}
  • Profile picture of the author CeeCee123
    I wanted to learn about that as well.. But found no luck in Google searches
    {{ DiscussionBoard.errors[4885873].message }}
  • Profile picture of the author mgreener
    Hi,

    Just replace lang="en" with lang="es".
    {{ DiscussionBoard.errors[4886056].message }}
  • Profile picture of the author sovarn
    Yeah, keep the <!doctype html>. It tells the browser you are using HTML5.
    {{ DiscussionBoard.errors[4887170].message }}
  • Profile picture of the author playa4thee
    Thank you guys... Much appreciated.. The help means a lot to me... Have a wonderful day all of you!
    {{ DiscussionBoard.errors[4894187].message }}

Trending Topics