Thursday, September 11, 2008
Wednesday, September 10, 2008
Week 02: Page Wrapper & Meta Tags
In this tutorial thedigitalprofessor will demonstrate the following:
1) how to set up a page wrapper using CSS & a DIV tag;
2) creating a title for the page;
3) adding meta keywords
4) adding meta description
5) inserting a graphic
6) viewing a txt file in the code view
7) using the BR as a soft return
8) adding ALT text to a graphic
9) adding a hyperlink
Have a great day...
Saturday, September 6, 2008
How to Set Up A Page Wrapper
This video reviews how to set up a Site Definition,
then shows how to set up a page wrapper, and edit the page title.
then shows how to set up a page wrapper, and edit the page title.
Creating A Page Wrapper Using Dreamweaver
A wrapper is a CSS (Cascading Style Sheet), designed to contain the entire page.
The following code is the outer wrapper for this blog page:
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:left;
font: normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}
The following code is the outer wrapper for this blog page:
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:left;
font: normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}
Wednesday, September 3, 2008
Monday, September 1, 2008
Subscribe to:
Posts (Atom)