Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

dreamweaver course in - how do change background

Forum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver course in - How do i change the background color?

dreamweaver course in - How do i change the background color?

ResolvedVersion Standard

Ayo has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course

How do i change the background color?

How do i change the background color?

RE: How do i change the background colour?

Hi Ayo,

You can do this the traditional way in the body tag:
<BODY background="#F5F5F5">

Or use the newer CSS method:
body {
background-color: #F5F5F5;
}

The CSS method is good, because if you need different background colours throughout your page, you can do the same, except use DIVs.

eg.
.group1 {
background-color: red;
}
.group2 {
background-color: green;
}

<div class="group1">I am in the red zone</div>
<div class="group2">I am in the green zone</div>

Then use other properties in each group to control layout, alignment and size of each class.

Hope this helps.

Regards, Rich

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Dreamweaver tip:

Css styles

If you are looking for a CSS style for your website / web page and not sure what you want to use, then go to the Csszengarden website, where you can download samples to try.

View all Dreamweaver hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.