Does anybody know how to work with CSS (cascading style sheet)?

i have to create a style sheet the looks like this http://www.cs.umd.edu/projects/passport/Classes/Summer2008/projects/p1Int/p1Int.html#Sample_Output I need help.

Public Comments

  1. I can help you. What do you need help with? email me at: kdrama3@yahoo.com, for help. :P
  2. Well, it depends on what you mean by work with CSS 1. If you mean how to add CSS to a web page you've already made and have a CSS file you have also already made than you would edit the HTML page and put this inside the body tags: <head> <link rel="stylesheet" type="text/css" href="cssfilenamehere.css" /> </head> 2. Or you could have meant that you need to know how to make CSS files, I wouldn't be able to tell you everything there is to know, so i will give you a link: http://w3schools.com/css/default.asp hoped this helped!
Powered by Yahoo! Answers