![]() |
|
|
|
Certified Pre-Owned
Join Date: Aug 2002
Location: Nanny State
Posts: 3,132
|
Adobe Dreamweaver CS4 question
Hi-
Taking a class on CS4 (and I am at a very basic level). Have an assignment where I reformatted a page and then associated a CSS file to my document when finished. I would like to temporarily "disassociate" from the CSS file or turn it off, so I can view what the file looks like in Design view minus the CSS dressing. How do I click off the CSS association? Thanks in advance.
__________________
'84 Carrera Coupe |
||
![]() |
|
The Unsettler
|
Comment it out.
Find the line referencing the style sheet. HTML Code:
<link href="/your.css" rel="stylesheet" type="text/css" />
HTML Code:
<!-- up front and --> to back.
HTML Code:
<!--<link href="/your.css" rel="stylesheet" type="text/css" />-->
HTML Code:
<!--BEGIN HEADER--> <!--END HEADER-->
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
Insert Tag Line HERE.....
|
or just rename your CSS sheet so it cant link to it.
also highly recommend dreamweaverclub.com/forum and w3schools.com/css/default.asp |
||
![]() |
|
![]() |
Thread Tools | |
Rate This Thread | |
|