PDA

View Full Version : Dreamweaver 8 question


dewmuw
3rd of January 2007 (Wed), 06:35
OK - I'm new at this so please give any answers in plain to understand English.

The question:

I have created about 30 pages of a new website in Dreamweaver8. I've decided I want to change the page background colour - can I do it with some sort of 'batch' function or do I have to alter them all one by one?

Thanks for any help offered.

Zilly
3rd of January 2007 (Wed), 08:38
depends how you set it up you

is it a colour code or is it a acctual image

dewmuw
3rd of January 2007 (Wed), 08:59
depends how you set it up you

is it a colour code or is it a acctual image

Thanks for the reply.

It is a colour code.

Zilly
3rd of January 2007 (Wed), 09:00
sorry carnt help i use image files as backgrounds as its easyer

sorry

codearachnid
3rd of January 2007 (Wed), 09:56
well do you have it set as a style sheet or is it included into every page? If you aren't using CSS to style your page I recommend it because it will help in situations like this by having to edit the change in only one place.

for more info you can check out http://www.htmldog.com/guides/cssbeginner/

SoaringUSAEagle
3rd of January 2007 (Wed), 11:25
CSS is definitely the way to go.

rpolitsr
3rd of January 2007 (Wed), 11:48
Hi dewmuw

I use Dreamweaver MX 2004 but I think the following will work on yours:
Open Edit>Find and replace and search for bgcolor=”youroldcolor”
Replace by bgcolor=”yournewcolor”

In the find in: dropdown you can select ‘Entire current Local Site’ or ‘Selected files in site’ (select them in the files pane)

Just to be sure, in the Search: dropdown select ‘Specific Tag’ and then select ‘body’, this way other bgcolor assignments wil be unchanged.

Of course, as SoaringUSAeagle said, CSS is definitely the easiest way to go for a new site.

Angel_LCD
3rd of January 2007 (Wed), 13:29
CSS is definitely the way to go.

I totally agree. CSS makes things a lot easier to fix/update;)

SoaringUSAEagle
3rd of January 2007 (Wed), 20:27
Hi dewmuw

I use Dreamweaver MX 2004 but I think the following will work on yours:
Open Edit>Find and replace and search for bgcolor=”youroldcolor”
Replace by bgcolor=”yournewcolor”

In the find in: dropdown you can select ‘Entire current Local Site’ or ‘Selected files in site’ (select them in the files pane)

Just to be sure, in the Search: dropdown select ‘Specific Tag’ and then select ‘body’, this way other bgcolor assignments wil be unchanged.

Of course, as SoaringUSAeagle said, CSS is definitely the easiest way to go for a new site.

That is true too but if there are several bgcolor tags with different colors that will not work.

Try your best to learn css and use it. It's probably the best thing for web design since sliced bread.