pvalley1967 said: Hello Dave:
right now my interests are in helping ppl in the Milwaukee area that cant afford a laptop or desktop to get one with Ubuntu Installed also i might try and start a user group here it while there is a WI Loco it seems that its not very active learning html very slowly
I would be interested in helping you with getting computers, with Ubuntu Installed into the hands of those who can not afford a computer. Let me know what you have done so far and what help you need.
As for your HTML and CSS question, you can pretty much name the CSS file what ever you want. For example, if you have a CSS file called myfile.css, in your html, you would code:
<head> <link rel="stylesheet" type="text/css" href="mystyle.css" /> </head>
Dave.