home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.comp.software.seamonkey      Not a bad little Mozilla fork      9,710 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 9,684 of 9,710   
   Dirk Fieldhouse to Richard Owlett   
   Re: Purge *ALL* CSS from an HTML documen   
   12 Feb 26 14:38:01   
   
   From: surname@gmx.net.plusremovethisandtherest.invalid   
      
   On 11/02/2026 15:27, Richard Owlett wrote:>...>   
   > I have ANOTHER project for which I want a CSS free HTML file.   
   > ...   
   Do you want:   
   1.	no CSS syntax at all?   
   2.	to strip out all mention of the external CSS?   
   3.	that, but to have the same styles applied within the HTML document?   
      
   For 3, put the content of the CSS file inside ... (the type attribute is needed in HTML4), say   
   just before the closing "". See also   
   .   
      
   For 2, remove any  element whose href   
   attribute matches the unwanted CSS file (or just any such element).   
      
   For 1, do 2 and also remove all