On Feb 13, 11:13 am, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 2/13/07, kbochert <[EMAIL PROTECTED]> wrote: > > > Given the urlhttp://127.0.0.1:8000/mysite.news.htm > > > then in urls.py > > > (r'^polls/(?P<name>[a-z.]+)', 'Mysite.polls.views.news'), > > #displays page properly, but without the graphics > > ... > I don't think so, unless something odd is going on. How does > mysite.news.htm match something starting with "polls" ? > Ooops brain typo The url is http://127.0.0.1:8000/polls/news.html > ... > > > How can rendering find the correct .gif file and then display it , > > but incorrectly?? > > What's the finished HTML for the img src look like? Django doesn't > know about your web browser. :) The news.html banner is displayed with: <div align="center"> <img src="nav/nav_1_news_bhb.gif" name="nav_news_BH0" border="0" class="namo-banner" alt="News" align="texttop"> </div> The browser is FF 2.0, (IE 6 misdisplays also but a little differently) The OS is Windows 2000 The top half of the banner is displayed in reduced resolution. Other graphics are either similar or missing altogether. I think IE also displays graphics in reduced resolution but but showing alternate stripes rather than fuzzy pixels. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---