Jay Gilbert offers step by step guides for people who want to sell info products online. Sign up for the free Dreamweaver tips training course.
Modifying Fonts In Dreamweaver Using HTML & CSS
Like most WYSWYG (What You See Is What You Get) HTML editors, Dreamweaver has the ability to simply highlight text and change the font, color etc...
But there are two distinct ways that you can alter text: HTML and CSS (Cascading Style Sheets).
In Dreamweaver, these 2 methods get mixed together sometimes, and it can be a bit confusing as to which method you are using.
On the one hand, if you choose the CSS option, Dreamweaver will create some CSS definitions at the top of your webpage. The CSS definition at the top of the page might look like:
And the text that you highlight in the page might have code that looks like:
light blue text
There is also the option to use tradtional HTML to change fonts and colors:
The code that created the above text might look like:
Like this
So which one should you use and how should you choose whether to use HTML or CSS?
CSS is wonderful does have it's uses, and some people may prefer to use it all the time, but I prefer to use it in select instances where it is decidedly the best option.
To change your HTML/CSS preferences, go to:
Edit > Preferences in Dreamweaver
And then check or uncheck the use CSS instead of HTML tags box depending on which option you want.
I also recommend using external CSS style sheets on your websites. Dreamweaver makes it easy, and using an external sheet, you can update the style of thousands of webpages in seconds.
To learn more about Dreamweaver and CSS, visit http://www.dreamweaverhowto.com
- Related Videos
- Related Articles
- Ask / Related Q&A
- Css & Dreamweaver
- Modifying Fonts in Dreamweaver Using Html & Css
- 8 Benefits of Using Dreamweaver 8
- Tables Vs Css - Which is Better?
- Creating Hyperlinks and Bookmarks With Dreamweaver
- Determine If Dreamweaver Is Right For You
- Joomla Design In Dreamweaver
- Easy Site Structure Using ssi, css and Dreamweaver Template




C&C Group plc - Financial Analysis Review--Aarkstore Enterprise
By: Aarkstore Enterprise | 26/11/2009Aarkstore announce a new report "C&C Group plc - Financial Analysis Review" through its vast collection of market research report.
Cagle's, Inc. - Financial Analysis Review---Aarkstore Enterprise
By: Aarkstore Enterprise | 26/11/2009Aarkstore announce a new report "Cagle's, Inc. - Financial Analysis Review" through its vast collection of market research report.
Bajaj Auto Finance Limited - Financial Analysis Review--Aarkstore Enterprise
By: Aarkstore Enterprise | 26/11/2009Aarkstore announce a new report "Bajaj Auto Finance Limited - Financial Analysis Review" through its vast collection of market research report.
Teton Energy Corporation - Financial Analysis Review--Aarkstore Enterprise
By: Aarkstore Enterprise | 26/11/2009Aarkstore announce a new report "Teton Energy Corporation - Financial Analysis Review" through its vast collection of market research report.
Can Do. Co. Ltd. - Financial Analysis Review--Aarkstore Enterprise
By: Aarkstore Enterprise | 26/11/2009Aarkstore announce a new report "Can Do. Co. Ltd. - Financial Analysis Review" through its vast collection of market research report.
Carrols Restaurant Group, Inc. - Financial Analysis Review--Aarkstore Enterprise
By: Aarkstore Enterprise | 26/11/2009Aarkstore announce a new report "Carrols Restaurant Group, Inc. - Financial Analysis Review" through its vast collection of market research report.
Learn A Bit More About Fixed And Variable Immediate Annuities
By: Terro White | 26/11/2009It doesn’t matter if you have a good job, or a very good job, you have to think about the life after retirement. Many people are completely aware of the fact that they should save some money to for a better future. But, many of them never become able to do it on their own.
Subject-To Investing for Your Real Estate Portfolio
By: Peter V | 26/11/2009When it comes to building your real estate portfolios, subject-to transactions are a great way to start building without major financial outlay. In fact, many people who are afraid of mutual funds and the market in general at this time are putting their money into real estate instead because they can actually acquire one or more valuable properties at very low prices, sometimes for less per month than they were putting into their other retirement plans.
Using Php Buttons in Dreamweaver
By: Jay Gilbert | 21/11/2006 | BusinessThe Dreamweaver PHP buttons can be a great way to get started creating your own PHP applications...even if you can't code PHP yourself. In this lesson I'll tell you a little more about how you can get started using these exciting tools.
8 Benefits of Using Dreamweaver 8
By: Jay Gilbert | 20/11/2006 | BusinessIf you build websites for a living and don't use Dreamweaver 8 yet, here are 8 good reasons to switch today.
Cool Rollover Buttons & Pop-up Menus in Dreamweaver
By: Jay Gilbert | 20/11/2006 | BusinessCreating cool buttons for your website is a complicated task --that is unless you have Dreamweaver. With Dreamweaver's built in button tools, you can create your own website buttons with ease, and I'll show you how in this article.
Creating your Own Dreamweaver Templates Files
By: Jay Gilbert | 20/11/2006 | BusinessUpdating webpages can be a lot of work, but with .DWT Dreamweaver Templates, updating hundreds of pages only takes seconds.
Css & Dreamweaver
By: Jay Gilbert | 20/11/2006 | BusinessCascading Style Sheets is something every webmaster should learn to use, however it can be complicated to code by hand. Fortunately, the built in Dreamweaver CSS tools make it simple as pie as you'll see in this introductory lesson.
Creating Hyperlinks and Bookmarks With Dreamweaver
By: Jay Gilbert | 15/11/2006 | BusinessCreating hyperlinks with Dreamweaver is a relatively simple task but there are a few options available to you that you might want to explore inlcuding which window the link opens in, and the option to change the look of a link using CSS.
Modifying Fonts in Dreamweaver Using Html & Css
By: Jay Gilbert | 15/11/2006 | BusinessUsing Dreamweaver CSS tools is a great way to style your webpages. But is CSS always necessary? Take a look at these techniques.
Managing Site Profiles in Dreamweaver
By: Jay Gilbert | 01/11/2006 | BusinessThis article shows you how to set up a new website profile with Dreamweaver in about 2.5 minutes.