View Single Post
09-11-2005, 07:19 PM
#3
Dray is offline Dray
Dray's Avatar
Status: Request a custom title
Join date: Sep 2005
Location: Texas
Expertise:
Software:
 
Posts: 1,139
iTrader: 0 / 0%
 

Dray is on a distinguished road

  Old

its
<html>
<head>
<title></title>
<style></style>
</head>
<body>
</body>
</html>

if you used the thing generated by image ready then that's not really coding. I'd suggest not doing that at all.

Also you might wanna run the validator at http://validator.w3.org/check?uri=ww...st-designs.net
and see what errors you have. At first you gotta define the doctype tho. Put this on the top line of your file:

For HTML4.0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">

For XHTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">