On 6/17/10 10:26 AM, bho...@aol.com wrote:
> Hi. Dreamweaver automatically places the following line at the top
> of the page: 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, thing
Hi.
You can use the following DOCTYPE (html5) and remove (
xmlns="http://www.w3.org/1999/xhtml"; ) from tag, you can also
define your charset with :
Example document
Example paragraph
More info : http://www.w3.org/TR/html5-diff/
--
Donald Fruy
On Thu, Jun 17, 2010
Hi Bhomis.
First, you sould understand about the Web Standards from W3C.
This line just says to the browser which version of the HTML the page is using.
The line that you put here, is from XHTML 1.0 Transitional.
If your page gets strange with this line, it's because you are out of
the XHTML spe
> Hi. Dreamweaver automatically places the following line at the top of
> the
> page:
> "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.
Yes, you need a Doctype, it could
Hi. Dreamweaver automatically places the following line at the top of the
page:
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
_