Pelican Parts Forums

Pelican Parts Forums (http://forums.pelicanparts.com/)
-   Off Topic Discussions (http://forums.pelicanparts.com/off-topic-discussions/)
-   -   Adobe Dreamweaver CS4 question (http://forums.pelicanparts.com/off-topic-discussions/511233-adobe-dreamweaver-cs4-question.html)

BGCarrera32 11-15-2009 05:23 PM

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.

stomachmonkey 11-15-2009 06:27 PM

Comment it out.

Find the line referencing the style sheet.

HTML Code:

<link href="/your.css" rel="stylesheet" type="text/css" />
and add
HTML Code:

<!-- up front and --> to back.
whole thing looks like this.
HTML Code:

<!--<link href="/your.css" rel="stylesheet" type="text/css" />-->
You can also use it to leave non rendering notes in your code like,

HTML Code:

<!--BEGIN HEADER-->

<!--END HEADER-->

You can use it to disable entire sections of code.

rattlsnak 11-15-2009 07:21 PM

or just rename your CSS sheet so it cant link to it.

also highly recommend dreamweaverclub.com/forum and w3schools.com/css/default.asp


All times are GMT -8. The time now is 08:57 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website


DTO Garage Plus vBulletin Plugins by Drive Thru Online, Inc.