Hi Genau Jr, The first step when asking for help is always to get the page code valid first.
See http://validator.w3.org/check?uri=http://novo.meucarronovo.com.br/ Most of your problems seem to stem from unescaped ampersands (&) in links (I haven't looked too far down as there are 153 errors). So, your link to: http://www.meucarronovo.com.br/cgi-bin/advertpro/banners.pl?region=0&campaig n=74&banner=52&publisher=0&mode=CLICK&bust=203939×tamp=20041122044306 Must be converted to: http://www.meucarronovo.com.br/cgi-bin/advertpro/banners.pl?region=0&cam paign=74&banner=52&publisher=0&mode=CLICK&bust=203939&ti mestamp=20041122044306 Etc. all the way through your page. If the links come out of a dynamic system or CMS then you need to have that system escape the ampersands or give up on XHTML altogether. Once all the links are finished you'll probably have some other errors to fix. If you need help fixing those, please ask for help. When you get a "This Page Is Valid XHTML 1.0 Transitional!" message on the validator, let us know if you still have problems with your initial enquiry. Regards, Peter ----- sorry. The correct link is http://novo.meucarronovo.com.br without www ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
