Hello :)

Once again I would like you to ask you for your help. I designed two
static pages, which I want to link to eachother. Both pages are
viewable, when I explicitly change the URL in the adress-bar. However,
I cannot navigate to the other static page by means of the (href) link
on the first page (or the other way around).
The relevant part of the xHMTL file for my question looks like this:

  <!-- Tab Navigation menu -->
  <div id="tabmenu">
    <ul>
      <li><a href="/general">General</a></li>
      <li id="current"><a href="/access">Access</a></li>
      <li><a href="">Process</a></li>
      <li><a href="">Visualize</a></li>
    </ul>
  </div>
  <!-- Tab navigation menu-->

I looked into auto-escaping, that didn't solve it. So, i'm a bit lost
atm....

Who can help me out? :)
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to