Hi.
You can use the following DOCTYPE (html5) and remove (
xmlns="http://www.w3.org/1999/xhtml" ) from <html> tag, you can also
define your charset with <meta charset="UTF-8"> :
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Example document</title>
</head>
<body>
<p>Example paragraph</p>
</body>
</html>
More info : http://www.w3.org/TR/html5-diff/
--
Donald Fruy
On Thu, Jun 17, 2010 at 7:26 PM, <[email protected]> wrote:
>
> Hi. Dreamweaver automatically places the following line at the top of the
> page:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> Is it necessary? It throws off the appearance of my pages. When I remove
> it, things look as they should.
> Thanks,
> bhomis
> ______________________________________________________________________
> css-discuss [[email protected]]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/