Thu, 2004-01-15 23:59
Okay, same URL...but I cant get it validate. And Im losing my mind trying to figure out whats causing the error. I know its probably something stupid that Im missing.....
Quote:
Line 7, column 73: character data is not allowed here
...e" content="text/html; charset=ISO-8859-1" />
Can anyone lend a hand?
http://www.sumaira.net/PittsburghMuslim/index.html
Fri, 2004-01-16 00:45
#1
Now Im having problems with validation!!!!
probably ''caue you coding in strict xhtml and you've got
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
?
Fri, 2004-01-16 00:47
#2
Now Im having problems with validation!!!!
the top of you xhtml doc should look something like this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> .... </head> ...
Fri, 2004-01-16 00:50
#3
Now Im having problems with validation!!!!
this might help - http://www.w3.org/TR/xhtml1/#strict
Sat, 2004-01-17 04:50
#4
Now Im having problems with validation!!!!
That helped, now its validating. But Im still not getting the %'s and heights right. It falls a bit short in Net, Moz, and Opera browser....and goes about 2px too long in IE browsers. Suggestions?
Made some changes to the design too.....URL is still the same...