Except I wouldn't use "name", just use an ID... instead of <h2><a
name="foo">Foo</a></h2> or whatever, just say <h2 id="foo">Foo</h2>.
Same thing, just cleaner.

On May 1, 11:08 am, "Joseph Heck" <[EMAIL PROTECTED]> wrote:
> Maybe I'm missing something, but there's nothing specific in this example to
> Django - you would reference a link from within any page the same way as
> plain ole HTML.
>
> <a name="foo">....</a>
>
> and then link to it with an <a href="#foo">Jump to foo</a>.
>
> -joe
>
> On 5/1/07, Pythoni <[EMAIL PROTECTED]> wrote:
>
>
>
> > Let's suppose I have, in one of my HTML pages , this link
>
> > <a href="MyPage.html#Mybookmark" </a>
>
> > This link should open MyPage.html  in  location set by the Mybookmark.
> > That bookmark is defined  in MyPage.html
> > like  this <a name="Mybookmark"></a>
>
> > How can I open a link , by using Django, in a certain location,in
> > other words, how can I use bookmarks with Django?
>
> > Thank you for help
> > L.


--~--~---------~--~----~------------~-------~--~----~
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