did i break the validator????
ok. seriously, why am i getting the errors with these pages??? did get switched to for 4.01?
is the sgml parser not realizing about the cdata???
issues with :
http://validator.w3.org/check?uri=http%3A%2F%2F24.91.157.113%2Ffindyourdesire%2Fcolorfinder.php
issue with refresh (this only occurs here... where i have a refresh)
http://validator.w3.org/check?uri=http%3A%2F%2F24.91.157.113%2Ffindyourdesire%2Frate.php%3Frate%3D10%26uin%3D1%26mp%3DNeo&charset=%28detect+automatically%29&doctype=%28detect+automatically%29
i don't understand why those are being called invalid since i can clearly see the pairings for the tags.
side note: only thing aside from the metadata not ending with /> the only non-xhtml compliance i might have is readonly and checked... are these both option="option"? and does anyone know why it would give me an issue with html 4.01 and ?
POSIX. because a stable os that doesn't have memory leaks and isn't buggy is always good.
Busy posted this at 09:27 — 17th November 2003.
He has: 6,151 posts
Joined: May 2001
I didn't check your links, but is XHTML and is HTML, using the wrong one will create errors.
If you try validate a HTML file with XHTML tags you'll get errors everywhere, even thou the XHTML tags are backwards compatiable they aren't forwards compatiable.
m3rajk posted this at 17:55 — 17th November 2003.
They have: 461 posts
Joined: Jul 2003
i'm trying to validate as html 4.01
try the links with cdata. i think the sgml parser dies there. and i don't understand why i have that frame issue
the last one doesn't like that i have things after
POSIX. because a stable os that doesn't have memory leaks and isn't buggy is always good.
Suzanne posted this at 18:00 — 17th November 2003.
She has: 5,507 posts
Joined: Feb 2000
that would likely be because the URL has to be uppercase and it has to be a full URI.
Suzanne posted this at 23:50 — 18th November 2003.
She has: 5,507 posts
Joined: Feb 2000
<meta http-equiv="refresh" content="5;URL=http://www.yourdomain.com/profile.php?un=Neo#rate">
I swear sometimes it's like you just want me to type it out for you!
Also, you CANNOT use CDATA and other xhtml aspects and expect it to validate as HTML 4.01!
Suzanne posted this at 00:36 — 19th November 2003.
She has: 5,507 posts
Joined: Feb 2000
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<meta name="Author" content="Pages coded by Josh Perlmutter for Desired Creations LLC">
<meta name="Author" content="Graphics created by ? for Desired Creations LLC">
<meta name="Author" content="Smileys created by ? for Desired Creations LLC">
<meta name="Description" content="A feature-rich site combining elements of Rating, Matching, Dating and Journal/Blog sites.">
<meta name="Keywords" content="rate me,rate pictures, rate photos, rate bodies, rate girls, rate women, rate ladies, rate men, rate boys, rate people, rate teens, date me, date people, find dates, match people, sexy singles, singles, couples, desire, body, pictures, photos, photographs, journal, blog, man, woman, female, male, girl, boy, ratemybody, find, chat, talk, forums, facethejury, beautiful girls, beautiful women, handsome men, cute girls, cute guys, sexy girls, face the jury, hot, sexy, appealing, hotornot, sexy guys, rate my face, sexy men, hot men, hot women, sexy women, hot or not, cute, adorable, cutemeter, hot girls, hot chicks, cute meter, face, breasts, eyes, ratemyface, rate faces, rate bodies, rate legs, rate breasts, rate women, rate men, rate ears, rate feet, rate bellys, rate my face, legs, chests, want, lust, live journal, livejournal, web log, dead journal, deadjournal, web journal, rate my body,">
<title>FindYourDesire.com -- Font Color Hex-Code Finder</title>
<style type="text/css">@import url(textStyle.css);</style>
</head>
<frameset rows="55%,15%,15%,15%">
<!-- allow scrolling incase the user has text set to a size that will require it -->
<frame scrolling="auto" noresize="noresize" name="cntrl" src="/findyourdesire/colorfinder.php?fn=control">
<!-- create columns for the "triangle" -->
<frameset cols="25%,50%,25%">
<!-- create subframes -->
<frame scrolling="no" noresize="noresize" name="b1" src="/findyourdesire/colorfinder.php?fn=r">
<frame scrolling="no" noresize="noresize" name="b2" src="/findyourdesire/colorfinder.php?fn=y">
<frame scrolling="no" noresize="noresize" name="b3" src="/findyourdesire/colorfinder.php?fn=g">
</frameset>
<frame scrolling="no" noresize="noresize" name="c" src="/findyourdesire/colorfinder.php?fn=rgb">
<!-- create columns for the "triangle" -->
<frameset cols="38%,24%,38%">
<!-- create subframes -->
<frame scrolling="no" noresize="noresize" name="d1" src="/findyourdesire/colorfinder.php?fn=m">
<frame scrolling="no" noresize="noresize" name="d2" src="/findyourdesire/colorfinder.php?fn=b">
<frame scrolling="no" noresize="noresize" name="d3" src="/findyourdesire/colorfinder.php?fn=c">
</frameset>
<!-- message to frame incapable browsers -->
<noframes>
<p>You need a frames-capable browser. I suggest Mozilla (1.3.1 or greater) since this site was tested with it. Microsoft Internet Explorer been announced "End-Of-Life" and will not be upgraded after 6.0. While it is currently capable of handling nearly everything out there, it is only a matter of time till it no longer displays pages properly.</p>
</noframes>
</frameset>
</html>
m3rajk posted this at 22:51 — 18th November 2003.
They have: 461 posts
Joined: Jul 2003
that'll be a little hard since the server is rather strict about part og it being lowercase since the directory/files are lowercase
or did you mean the uri in the doctype declaration?
and if not, that's only the redirects, what about the other issues? any suggestions?
POSIX. because a stable os that doesn't have memory leaks and isn't buggy is always good.
m3rajk posted this at 03:15 — 19th November 2003.
They have: 461 posts
Joined: Jul 2003
i thought frame had to be closed with . is that the case for xhtml?
i understand the /> not doing so and switched to that at someone else saying they wanted to see it. i also had previously (prior to the switch to not having that end for the validaotr on the other pages) expected it to work since it's supposivly backward compatible.
for those using xhmtl browsers i have the cdata, but i have comments around that for html.
apparently you didn't notice all the changes.
also, i could have sworn you said i had to have the url as all caps. it's on a posix system, the folder is lowercase, as are the filenames....
POSIX. because a stable os that doesn't have memory leaks and isn't buggy is always good.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.