Re: [WSG] Help With a weird link style

2004-11-21 Thread Kim Kruse
First of all... you have I don't know how many instances of the same 
javascripts all over the place. You don't have a doctype. You have 2 
start tags for style. You have your bodytag before the closing headtag.

I suggest you fix that first.
Kim
Genau Junior wrote:
Hello All,
Im finishing a website at
http://www.novo.meucarronovo.com.br/compara.php
Inside a tag:
ul
  li|a href=?=$url?Imprimir Lista /a|/li
  li|a href=buscaavancada.phpNova busca/a|/li
/ul
The rigth class and style inside a tag a/a can be viewed at:
http://www.novo.meucarronovo.com.br/listabusca.php
Inside tag:
ul
lia href=amigocarro.php?id=?=$veicu_id? 
onclick=window.open(this.href, 'exemple', 'height=200, width=400, 
top=0, left=0, toolbar=no, menubar=yes, location=no, resizable=no, 
scrollbars=no, status=no'); return false;Enviar para um amigo/a|/li
  li|a  target=_blank href=?=$url?Imprimir 
veiacute;culo/a|/li
  li|a href=compara.phpVeiacute;culos salvos/a|/li
  li|a href=buscaavancada.phpNova busca/a|/li
/ul

The problem is that the style links are being showed in different 
styles without reason.

Can anyone helpme?
And i appreciate advices about layout and design
Thanks,
Genau Jr.
www.meucarronovo.com.br





** The discussion 
list for http://webstandardsgroup.org/ See 
http://webstandardsgroup.org/mail/guidelines.cfm for some hints on 
posting to the list  getting help 
** 
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


RE: [WSG] Help With a weird link style

2004-11-21 Thread Peter Firminger
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=0campaig
n=74banner=52publisher=0mode=CLICKbust=203939timestamp=20041122044306

Must be converted to:

http://www.meucarronovo.com.br/cgi-bin/advertpro/banners.pl?region=0amp;cam
paign=74amp;banner=52amp;publisher=0amp;mode=CLICKamp;bust=203939amp;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
**