How dow I detach CSS style sheets from a html page on dreamweaver?

I've just started using dreamweaver and recently learned to tinker around with Cascading Style Sheets. Ive attached 3 CSS on one html and decided to remove one of them. How do i go about doing this ?

Public Comments

  1. Lets go through the HTML Coding. 01 <html> 02 <head> 03 <title>:: My Website</title> 04 </head> 05 <body> where 01, 02 etc represents the line numbers You will finf the coding for attaching the CSS between line 04 and 05. It will have similar format <LINK media=screen href="css/styles.css" type=text/css rel=stylesheet> If you want to detach this style sheet only delete only this line.
Powered by Yahoo! Answers