| Dreamweaver Tutorials Click here to order step by step videos now! (link opens in new window) |
|
|---|---|
Recommended Resources Free Website Traffic! ![]() Get Thousands (Or Even Millions) Of Visitors To Your Sites With Free Online Video Sites... ![]() “Create A Hot Selling Sales Letter...Without Writing!” (A Cool, Useful Product!) ![]() Learn HTML The Easy Way With Step By Step Videos ![]() Are You Shredding Your Business Documents? Learn State Requirements now... ![]() Want to sell eBooks for instant download as PDF? It's an automated business! Click here to learn how! 1 On 1 Dreamweaver Tutoring $50/Hour. Space Limited. Contact us for details Click here only if you use Microsoft FrontPage Internet Marketing eBooks Web Audio Plus: Put your voice on webpage Just $9.95! Dreamweaver Tutorial Links 1: Creating A Site Profile In Dreamweaver 2: Creating A Developement Folder In Dreamweaver 3: Creating Tables With Dreamweaver 4: Creating Hyperlinks And Bookmarks With Dreamweaver 5: Modify Fonts In Dreamweaver Using HTML & CSS 6: Using the SHIFT + ENTER <BR> Tag 7: Using Server Side Include Files With Dreamweaver 8: Using The Find and Replace & Check Spelling Functions In Dreamweaver 9: Changing File Permissions And Installing Scripts With Dreamweaver 10: Previewing Dreamweaver Web Pages In Browser 11: Inserting Images, Pictures Into Web Pages With Dreamweaver 12: Comments With Dreamweaver 13: Using Dreamweaver Templates .DWT Files 14: Creating A Sitemap With Dreamweaver 15: Using CSS In Dreamweaver |
Modify Fonts In Dreamweaver Using HTML & CSSLike 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: <style type="text/css"> <!-- .style1 {color: #00FFFF} --> </style> And the text that you highlight in the page might have code that looks like: <span class="style1">light blue text</span> There is also the option to use tradtional HTML to change fonts and colors: Like this The code that created the above text might look like: <b><font color="#000066">Like this</font></b> So which one should you use and how should you choose whether to use HTML or CSS? Personally, for most text, I prefer to use old fashion HTML to style it. Using CSS code to make 3 words of text bold seems like overkill. CSS 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 ![]() And then check or uncheck the use CSS instead of HTML tags box depending on which option you want. ![]() CSS is extremely useful and very important to learn (not to mention, easy to use with Dreamweaver once you understand it), but you may want to use regular HTML for small changes to fonts in your webpages. You can learn more about using CSS in our step by step video tutorials... Learn Dreamweaver Visually: The best way to learn is to learn visually with the step by step Dreamweaver videos membership. You'll get instant access to over 25 videos, plus useful bits of code (such as the code to create Dreamweaver webforms that will send form results to email) and much more! Click here to learn what you'll get in the membership area. HELP ME TO HELP YOU! If You Aren't Ready To Order Now, Can You Please Tell Me What's Preventing You From Ordering Today? Hi there...this is Jesse, creator of the Dreamweaver-How-To training videos. I am really sure I can help you learn what you want to learn about website design, and I was wondering... What exactly is it that is preventing you from ordering access to the members are today? Any details you can tell me will really help to make this the best offer possible and I may write back a personal email to answer your questions or concerns. Is it the cost? Are you not sure you need training? are you looking at other training courses? Please, fill in as much detail as you can below. |
| Copyright 2007 All Rights Reserved | |