View Single Post
stomachmonkey stomachmonkey is offline
The Unsettler
 
stomachmonkey's Avatar
 
Join Date: Dec 2002
Location: Lantanna TX
Posts: 23,885
Send a message via AIM to stomachmonkey
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.
__________________
"I want my two dollars"
"Goodbye and thanks for the fish"
"Proud Member and Supporter of the YWL"
"Brandon Won"
Old 11-15-2009, 07:27 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #2 (permalink)