in dreamweaver training - font
The UK's Number 1 for Microsoft Office Training Add this page to your favourites/bookmarksBookmark page
 
View printable version of pagePrintable version
Plus One Google
Customer: Sign in
Delegate: Sign in
Trainer: Log in

Forum home » Delegate support and help forum » Dreamweaver Training and help » in dreamweaver training - Font

in dreamweaver training - Font

resolvedResolved · Low Priority · Version Standard

replyReply Mon 29 Jan 2007, 15:59Delegate Jackie said...

Jackie has attended:
Dreamweaver 8 Introduction course

Font

How do I change font colours?

For upcoming training course dates see: Pricing & availability

replyReply Tue 30 Jan 2007, 09:21Trainer Richard said...

RE: Font

1. Select the text to modify
2. In the Text Properties pane, from the Font pull-down list, select a font combination.

OR

1. From the Text menu, select Font

replyReply Tue 30 Jan 2007, 09:23Trainer Rich said...

Changing the font colour in Dreamweaver using CSS

Hi Jackie,

I hope you enjoyed your Dreamweaver Introduction course yesterday.

There are a few ways to change the font colour. You can simply select the text in design view, then on the properties panel use the colour selector to change the text.

Originally, this used to add code around the text like this:
<font color="#FFFFFF">Your text</font>
But the font tag has now been depreciated.

You might notice that in Dreamweaver 8, they create a new CSS style with the colour you have chosen, and apply the new style to your selection. Like this:
css
.jackie1 {
color: #FFFFFF;
}
html
<p class="jackie1">Your paragraph</p>

Don't forget it's always American spelling (color not colour).

Regards, Rich

 

Dreamweaver tip:

Testing a site

When developing a site, you have to cater to the widest possible audience allowing for users with different browsers and display settings.
Test pages to see how they look with:

- different display resolutions
- browser with graphics turned off
- many different browsers not just IE
- if possible different operating systems.

View all Dreamweaver hints and tips


Microsoft Certified Partner Accredited Training Provider: Institute of IT Training Institute of Leadership and Management - Certified Courses Security Seal verified by visa, mastercard securecard