On Wed, Apr 15, 2009 at 6:59 PM, Anthony <alantho...@gmail.com> wrote:

>
> Yes, they are right next to each other in the same folder.
>
> On Apr 15, 3:55 pm, Alex Gaynor <alex.gay...@gmail.com> wrote:
> > On Wed, Apr 15, 2009 at 6:50 PM, Anthony <alantho...@gmail.com> wrote:
> >
> > > Hello,
> >
> > > I'm pretty new to CSS as well as Django, so I'm sure I'm doing
> > > something simple wrong.  Anyway, I'm able to serve up a test pic that
> > > I placed in the media folder, but I can't get the html to use the CSS
> > > template.
> >
> > >    <head>
> > >    <link rel="baseline" type="text/css" href="/styles/baseline.css" /
> >
> > >    <title>My Site<title>
> > >    </head>
> >
> > >    <body>
> > >    <img src="/styles/Picture.png"/>
> > >    <P class="baseline">Test paragraph.
> > >    </body>
> >
> > > My CSS file looks like this:
> >
> > >    P.baseline {
> > >    color : green;
> > >    border : solid red;
> > >    }
> >
> > > The picture shows up, but the text doesn't turn green like I think it
> > > should.
> >
> > > Any help would be appreciated!
> >
> > Where is your CSS file located?  Specifically is it in the same directory
> as
> > the image.
> >
> > Alex
> >
> > --
> > "I disapprove of what you say, but I will defend to the death your right
> to
> > say it." --Voltaire
> > "The people's good is the highest law."--Cicero
> >
>
Is the rel="baseline" correct?  I was under the impression that "stylesheet"
was the correct value.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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