Text Styles in Dreamweaver
We have added the text to out pages but the default font doesn’t really look good. Let us specify the text styles in Dreamweaver.
All the visible content in the web pages will be between the
tag in HTML. We can specify the properties of this body tag in our style sheet so that all the text in our web pages display in the Verdana/ Helvetica font and are a size 12px.To do this:
- Click on the ‘New CSS Rule’ icon at the bottom of the CSS Styles Panel
- In the ‘New CSS Rule’ window, under ‘Selector Type’, select ‘Tag’
- Under ‘Selector Name’, select or type ‘body’
- Click OK
- In the ‘CSS Rule Definition’ window for ‘Font Family’ select ‘Verdana, Geneva, sans-serif’
- For Font-size, type ’12′ and select ‘px’
- Click OK
- The style of the text in the web page will change. It looks better now!
Dreamweaver CS5 Tutorial
- Dreamweaver Cs5 Tutorial
- Define Site
- Dreamweaver CS5 Template
- Dreamweaver Website Layout
- CSS Layout – Dreaweaver CS5
- Dreamweaver CS5 Website Header
- Dreamweaver DIV/ CSS Layout
- Dreamweaver Menu
- Editing Styles in Dreamweaver
- Editable Regions in Dreamweaver Template
- Webpages in Dreamweaver
- Linking to webpages in Dreamweaver
- Styles for text links in Dreamweaver
- Web Page Content
- Text Styles in Dreamweaver
- Heading Styles | Dreamweaver
- Contact Forms | Dreamweaver
- Form Styles | Dreamweaver
- Test Website | Dreamweaver
- FTP/ Upload Files to Hosting Server | Dreamweaver
Posted in Dreamweaver | No Comments »