Discussion in 'HTML & Website Design' started by mohsinkhan, Apr 13, 2010.
how to use css in dream weaver cs4
hmm...i need to learn from the master too...
Link your index page to your css file using HTML.
<head> <link rel="stylesheet" href="your_css.css" type="text/css" /> </head>
Separate names with a comma.