On Mar 12, 9:19 pm, Kendall Conrad <angelw...@gmail.com> wrote:
> Absolute is based on the root of the web site. The below assumes you
> have a folder named css at the top level of your site.
> <link rel="stylesheet" href="/css/style.css" />

That would only be true if there was just one "layer" in the site. The
OP may need to reference it absolutely as
<link rel="stylesheet" href="../../css/style.css" />, or even
<link rel="stylesheet" href="../../../css/style.css" />, depending on
how deep the folders go. (I manage a large complex site which uses
just this method. It's easy to maintain.)

Rob

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to