ZebZiggle wrote: > PS> Thx for the <a id='xx'> tip ... I'll change that! I'm pretty > old-school :) > I want to add that the whole point of referring to an id is to not have <a> for it. If you have an element you want to refer to then instead of:
<a name="element"></a> <h2>...</h2> you can do just: <h2 id="element">...</h2> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---