Advanced Layouts in Dreamweaver.
Need a Website? Contact Us Now!
Section 12. Advanced Layouts
Define customs styles, known as cascading style sheets, or css or used to format a web page. They are set of properties created automatically by dreamweaver when you change the setting of the element, they are reused when the same setting are applied to the same element.
The best thing is css is they can be defined by the user. It is best to do when you develop an advanced layout.
- press file on the menu bar to create a new css for your page
- choose new
- choose css from the basic page list
- press create
- press file again
- type styles.css
- press save.
Lets insert a custom style that will be applied to the whole document:
- we type body and a list of all the available properties will appear
- double click background color
- we can select a standard color
- press enter to choose the margin property on the x axis
- we type 0 pixels press enter
- style followed by the dot sign can be used to code the dreamweaver type content-cell{select vertical align} press enter ;
- pres top align press enter, fd, double click font family, double click verdana, ;
- fd double click font size,
- you can also type a value that is not in the list,
- press enter;
- double click justify, ;
- p padding press enter,;
- inherit; press enter,
we also add a customs style for the titles by
- .titles{fond size}12px; font-weight:bold;color: #445b7d;}
- go to file and save it
Dreamweaver Interactive Video Tutorials
Discover Everything You Need To Know To Build Your Website Step By Step From Start To Finish With This Dreamweaver Tutorial.
Dreamweaver tutorials
- Dreamweaver Tutorial
- Set up a Web Site in Dreamweaver
- Add text and format the text in Dreamweaver
- Add Links to your Dreamweaver web Pages
- Insert Graphics in Dreamweaver
- Change Page and link colors in Dreamweaver
- Layout pages using tables in Dreamweaver
- Add images to the Layouts in Dreamweaver
- Editable regions and HTML pages
- Forms in Dreamweaver
- Templates in Dreamweaver.
- Upload the site to the web server in Dreamweaver.
- Advanced Layouts in Dreamweaver.
Tags: Advanced Layouts in Dreamweaver, Dreamweaver tutorials
Posted in Dreamweaver | 1 Comment »













1 Trackback(s)