hi
i am really struggling with doc types.
i never bothered putting the code in before and my site worked perfect using external css for all its positioning.
i then added the following code and all worked fine still:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
then i read up in a few places that i needed to put a url at the end of the code and changed it to:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "
after doing this all my positioning is now totally changed and i am having to change the css. this isn't so much of a problem, but my site uses shopping cart software called Storefront. This is written in asp.net. i am finding that if i change the css, my own pages are fine but the automatically generated shopping cart pages are now screwed.
do i need to put the url at the end or can i get away with the first example (without the url)?
everyting is fine without the url.
how important is this stuff?
thanks guys
i am really struggling with doc types.
i never bothered putting the code in before and my site worked perfect using external css for all its positioning.
i then added the following code and all worked fine still:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
then i read up in a few places that i needed to put a url at the end of the code and changed it to:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "
after doing this all my positioning is now totally changed and i am having to change the css. this isn't so much of a problem, but my site uses shopping cart software called Storefront. This is written in asp.net. i am finding that if i change the css, my own pages are fine but the automatically generated shopping cart pages are now screwed.
do i need to put the url at the end or can i get away with the first example (without the url)?
everyting is fine without the url.
how important is this stuff?
thanks guys