Link on static HMTL not clickable

2009-01-03 Thread SG_Muse
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

Re: Link on static HMTL not clickable

2009-01-03 Thread SG_Muse
Btw, maybe useful :) My urls.py: from django.conf.urls.defaults import * from django.views.generic.simple import direct_to_template from django.conf import settings # Uncomment the next two lines to enable the admin: from django.contrib import admin admin.autodiscover() urlpatterns = patterns(

Re: Link on static HMTL not clickable

2009-01-04 Thread Malcolm Tredinnick
On Sun, 2009-01-04 at 01:39 -0800, SG_Muse wrote: > Anyone? Clearly not. I really hesitate to give a response to such an email, since if somebody had an answer, they would have posted it. Jumping up and down and saying "me, me, answer my question" is a bit inconsiderate of volunteers time, parti

Re: Link on static HMTL not clickable

2009-01-04 Thread SG_Muse
Anyone? --~--~-~--~~~---~--~~ 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...@

Re: Link on static HMTL not clickable

2009-01-04 Thread SG_Muse
I already send a response (and an apology of course!) to Malcolm, but I will also add a more detailed explanation of my problem here. What I'm trying to achieve is navigating between 2 html pages, "General" and "Access". Both pages have the same tabbed navigation menu, which is structured as foll