style sheet
how insert or attach existing syle sheet new html file?
thanks, - steve
copy css file same folder location main site or within folder called 'css' on main site location. add <head> section of html file:
<link href="css/stylesheet.css"rel="stylesheet" type="text/css"/>
stylesheet.css name of file.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment