DH Templates

How do I use an existing CSS template on a visual studio project I've already started?

I'm trying to make a simple web store in visual studio and have already started but am required to apply a free web css template and can't figure out how. Please help.

Public Comments

  1. to attach css use this line in your html header <link rel="stylesheet" href="file.css" type="text/css"> css attaches to tags such as tag <body> in css body{ ... } if the css says h1.class1{ ... } h1 refers to the tag <h1> and class1 refers to more specific... you use h1.class1 in html by saying <h1 class="class1">
Powered by Yahoo! Answers