On 5 déc. 08, at 04:19, DragonSlayre <[EMAIL PROTECTED]> wrote:
> yes, this fixed the problem..... I should change my original title to
> "Firefox is changing my html!"
>
> Thanks for the speedy responses... I was trying to do things *right*
> using xhtml standards, but I guess that it's more trouble than it's
> worth.
>
>>
>>
>>
Only if you absolutely don't know what you're doing. a is an inline  
element while li is a block element, putting blocks within inlines is  
completely verboten in HTML, which leads to the browser trying to make  
sense of your markup as well as it can.

Simply swap them around (put the link inside the list element) and  
things should work much better.

I'd also suggest using HTML validators (such as the very good Tidy  
firefox extension), to point out such well-formedness errors.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to