[CLUE-Tech] Font color for links: variations of a theme

David L. Willson DLWillson at TheGeek.NU
Wed Jun 20 10:06:58 MDT 2001


Specificity and order.  That's how you predict the resolution of conflicts
between applications of style.
Two examples:
If I describe the same elements of the p tag in a CSS and in the tag itself,
the definition in the tag will take effect because it is more specific to
the stuph it is stylizing.
If I describe the p tag, and define the same elements for it in two CSS's,
and I link them both, the last one linked will take effect on my paragraphs.

All of this time I should have been saying that such-and-so 'should' take
effect, rather than 'will' take effect, because, just like every OS, every
browser SUCKS!

-----Original Message-----
From: clue-tech-admin at clue.denver.co.us
[mailto:clue-tech-admin at clue.denver.co.us]On Behalf Of David Anselmi
Sent: Wednesday, June 20, 2001 8:32 AM
To: clue-tech at clue.denver.co.us
Subject: Re: [CLUE-Tech] Font color for links: variations of a theme


Kevin,

You don't need php to include a stylesheet on your pages.  Just put this in
the head section:

<link rel="stylesheet" href="include/header.css">

I think you can include more than one stylesheet this way (though I can't
tell
you how to predict the results).

Dave

Joe 'Zonker' Brockmeier wrote:

> On Tue, 19 Jun 2001, Kevin Cullis wrote:
>
> > Jeff, Zonker, and Grant,
> >
> > Thanks for the input and advice.  I've got to walk before I can run, but
> > it's been interesting learning this stuff.  Now I want to "automate" it
> > to make it easier to make changes. I've been using Bluefish, but haven't
> > got to the IDE (I think) yet. I'm working on it though.
>
> How do you mean "automate"? Bluefish has some decent features, but it
> seems that it's very unstable - I might just have tried it at bad
> stages of its development, though...
>
> Another recommendation while I'm thinking about it - if you are trying
> to develop consistent styles across an entire site, you might want
> to create stylesheets for the whole site and just use an include. I
> add a header and footer to every page using PHP, which makes updating
> things much easier...
>
> If you've got PHP it's as easy as
> <?
> include("include/header.css")
> ?>
>
> If you want an example stylesheet, I'd be happy to send mine.
>
> Take care,
>
> Zonker
> --
> Joe 'Zonker' Brockmeier -=- jbrockmeier at earthlink.net
> http://www.DissociatedPress.net/
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> "You can't have everything. Where would you put it?" -- Steven Wright
>
> _______________________________________________
> CLUE-Tech mailing list
> CLUE-Tech at clue.denver.co.us
> http://clue.denver.co.us/mailman/listinfo/clue-tech

_______________________________________________
CLUE-Tech mailing list
CLUE-Tech at clue.denver.co.us
http://clue.denver.co.us/mailman/listinfo/clue-tech




More information about the clue-tech mailing list