Learn how to serve static files For the Django 1.3+ http://docs.djangoproject.com/en/dev/howto/static-files/ For Django 1.2 http://docs.djangoproject.com/en/1.2/howto/static-files/
Good luck zalun On 02/15/11 10:00, Szabo, Patrick (LNG-VIE) wrote: > Hi, > > I just want an image to be shown in my header so i just added it in my > template like this: > > <h1 id="site-name"><img src="main/logo_lexisnexis.png" alt="LexisNexis > Logo"/></h1> > > Unfortunately i only get the "alt text" shown and not the image. > The image is in the same directory as the template. > > Why doesn't this work ?! > > Kind regards > > . . . . . . . . . . . . . . . . . . . . . . . . . . > Patrick Szabo > XSLT-Entwickler > LexisNexis > Marxergasse 25, 1030 Wien > > mailto:[email protected] > Tel.: +43 (1) 534 52 - 1573 > Fax: +43 (1) 534 52 - 146 > > > > > -- blog http://piotr.zalewa.info jobs http://webdev.zalewa.info twit http://twitter.com/zalun face http://facebook.com/zaloon -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

