Modifying Fonts in Dreamweaver Using Html & Css

Modifying Fonts In Dreamweaver Using HTML & CSSThe code that created the above text might look
Like most WYSWYG (What You See Is What Youlike:
Get) HTML editors, Dreamweaver has the ability toLike this
simply highlight text and change the font, color etc...So which one should you use and how should you
But there are two distinct ways that you can alterchoose whether to use HTML or CSS?
text: HTML and CSS (Cascading Style Sheets).CSS is wonderful does have it's uses, and some
In Dreamweaver, these 2 methods get mixedpeople may prefer to use it all the time, but I prefer
together sometimes, and it can be a bit confusing asto use it in select instances where it is decidedly the
to which method you are using.best option.
On the one hand, if you choose the CSS option,To change your HTML/CSS preferences, go to:
Dreamweaver will create some CSS definitions at theEdit > Preferences in Dreamweaver
top of your webpage. The CSS definition at the topAnd then check or uncheck the use CSS instead of
of the page might look like:HTML tags box depending on which option you want.
And the text that you highlight in the page mightI also recommend using external CSS style sheets on
have code that looks like:light blue textyour websites. Dreamweaver makes it easy, and
There is also the option to use tradtional HTML tousing an external sheet, you can update the style of
change fonts and colors:thousands of webpages in seconds.