Here we go:
Still building the FPro site, I replaced everything with <div>s (thanks Rich + Ben) but now I have a different kind of problem.....
I am retrieving the values of sections from my database, and linking to them from the main page (see fpro.snibworks.com to see what I'm talking about). The links do not have any PHPSESSID stuff after them, as I am using ini_set() to make sure they are off (using a remote host...).
You may think I'm crazy, but I'm trying to keep this page 100% valid HTML blah blah. When I click the link on my page that proves its validity, it says it's not valid because of the '&' in the link to each section.
I didn't put the '&'s there, and PHP shouldn't have either!
Is there some way to get it to stop, or is the w3 validator screwed up?
Thanks in advanced,
Snib
<><