My page was xhtml 1.0 transitional until I added domainname2342345.com/advertisehere.php?id=27098&type=1.
w3c says type=1 is wrong, but I can't delete that because it's a part of the URL. Any idea how I can keep my site valid with the link?
Is the problem that the validator isn't validating your XHTML? It may be because & isn't part of the url.
Ampersands should be urlencoded if used within a URL as they are reserved characters.
Although 99.9% of web browsers still allow it.
Try replacing the & with & in your links. So, for example:
domainname2342345.com/advertisehere.php?id=27098&type=1
If anyone can see it, my post was meant for anyone who reads it. Don't take it personally or think I'm being condescending... :nuts: