Thanks, indeed i made a mistake in that part, i changed it to screen and now it works. this is really something i should keep in mind while migrating applications.
thanks again, Richard On Jan 9, 4:54 pm, "Marty Alchin" <[EMAIL PROTECTED]> wrote: > On Jan 9, 2008 10:28 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I can access it, also all the images can be viewed by going to the > > url. > > <snip> > > > It only won't appear in the actual html files. > > > > the link that i put in my index file is the following > > > > <link rel="stylesheet" type="text/css" href="/css/idap.css" > > > > media="print" > > > I have one question. When you're testing it at the URL for the page > itself, are you printing the page, or at least going to Print Preview? > Your <link> tag here specifies that the CSS would only be applied when > printing the page, so it shouldn't show up when just viewing it > normally. > > If you intend it to show up on the screen instead of on paper, change > the media from "print" to "screen" or leave it off entirely if the > formatting is acceptable for printing. If you intend it for print, and > you're looking at Print Preview and it's still not working, that's > still an issue in need of fixing. I just want to make sure you're > testing it in the right place. > > -Gul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---