Working with FTP software
Together we will download SmartFTP software and install in on our D drive.
FTP software allows you to seamlessly transfer files between your computer and a host or server computer.
Here is a link to a document with Smart FTP Instructions
We will work on Floating images using CSS. Use the tutorial at http://css.maxdesign.com.au/floatutorial/tutorial0407.htm
Create one css file and then one html file. Use your thumbnail images from your html tables assignment. Be sure to copy your thumbnail images to an image folder in your css folder. Upload your css file and your new html file to the css folder.
I started with one of my aboutme pages and here are the results.
I started with http://mhsstudents.org/randall/csslessons/aboutme.htm
Then http://mhsstudents.org/randall/csslessons/aboutme3.htm
Then http://mhsstudents.org/randall/multicss/aboutme8.htm
And Finally
http://mhsstudents.org/randall/multicss/fruitmulti.htm
Here is the css for the final work.
body{margin-right: 100px;
margin-left: 100px;
}
h2{ font-style: italic;
}
h1 {text-align: center; text-transform : uppercase; color:yellow; background-color:#9f0;
}
p{ color :#00cc00; font-size:22px;
margin-top: 0; }
.highlight {
background-color : #fcd9c5;
}
.underline {text-decoration : underline;
}
.floatright { float: right; margin: 0 0 10px 10px; clear: right;
}
Friday, May 18, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment