If it's less work to put a style in the dump output, wouldn't that be the better option?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 08 July 2002 16:51 To: CF-Talk Subject: RE: CFMX CFDUMP / Stylesheets. Ok, perhaps I'm not seeing the obvious.. if I have my site css... and I have something like: TD{font-family : Verdana, Geneva, Arial, Helvetica;font-size : xx-small;} Now... just because I want my fonts in a <TD> to be xx-small doesn't mean I want the <TD>'s in the <CFDUMP> to be xx-small. I'm guessing that I need to remove the above TD in the stylesheet and just make my own class, but that would mean me having to go and add class="whatever" to all my <TD>'s that I want it applied to. :) ~Todd On Mon, 8 Jul 2002, Katherine Maltby wrote: > but you can have more than one class for all tds in a site......or am I > missing what the problem is here?! > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 08 July 2002 16:34 > To: CF-Talk > Subject: RE: CFMX CFDUMP / Stylesheets. > > > No, my stylesheet is interferring with cfdumps. I'd have to go in and > remove my own TD class and make a class that doesn't conflict I guess. > > ~Todd > > On Mon, 8 Jul 2002, Raymond Camden wrote: > > > Are you saying that cfdump's style sheet inteferes with your pages style > > sheet? > > > > ======================================================================= > > Raymond Camden, ColdFusion Jedi Master for Macromedia > > > > Email : [EMAIL PROTECTED] > > Yahoo IM : morpheus > > > > "My ally is the Force, and a powerful ally it is." - Yoda > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, July 08, 2002 11:27 AM > > > To: CF-Talk > > > Subject: CFMX CFDUMP / Stylesheets. > > > > > > > > > Anyone know of a way to stop a block of code from using > > > stylesheets? For > > > example, my css obviously has a TD {blah} in it - and, > > > because of that ... > > > <cfdump> also uses that stylesheet. Basic question here, but > > > ... my brain > > > is dead atm. > > > > > > Too much Warcraft 3. :) (Awesome game btw) > > > > > > TIA, > > > ~Todd > > > > > > -- > > > ============================================================ > > > Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ | > > > Team Macromedia Volunteer for ColdFusion | > > > http://www.macromedia.com/support/forums/team_macromedia/ | > > > http://www.flashCFM.com/ - webRat (Moderator) | > > > http://www.ultrashock.com/ - webRat (Back-end Moderator) | > > > ============================================================ > > > > > > > > > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

