Skip to main content
Participant
June 16, 2006
Question

Adding an external CSS to exsiting pages

  • June 16, 2006
  • 1 reply
  • 209 views
I'm using dw8 and would like to update a built site with a few thousand pages. To simplify things, I want to import, or add an external CSS to these pages all at once. I know I could go through and attach each page manually, but since dw8 is a convenience program, I would think this would be something they would have thought of. Does dw8 have this functionality, or where can I sugest they add this to future releases?
This topic has been closed for replies.

1 reply

Inspiring
June 16, 2006
> I would think this would be something they would
> have thought of.

They did.

Do a sitewide Find and Replace to FIND

</head>

and REPLACE WITH

<link rel="stylesheet" href="whatever.css" type="text/css">
</head>

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"mshanley77" <webforumsuser@macromedia.com> wrote in message
news:e6ul9f$rs9$1@forums.macromedia.com...
> I'm using dw8 and would like to update a built site with a few thousand
> pages.
> To simplify things, I want to import, or add an external CSS to these
> pages all
> at once. I know I could go through and attach each page manually, but
> since
> dw8 is a convenience program, I would think this would be something they
> would
> have thought of. Does dw8 have this functionality, or where can I sugest
> they
> add this to future releases?
>