As per the subject really.. Compact HTML is useful but it strips out IE Conditional CSS blocks (I guess it just strips out all comments)
I'm using a fairly advanced 3 column layout which requires these additional conditions in order to display properly on IE <=6
Is there any way to preserve these and still use the Compact HTML option?
The blocks look like this:
	
		
							
						
					I'm using a fairly advanced 3 column layout which requires these additional conditions in order to display properly on IE <=6
Is there any way to preserve these and still use the Compact HTML option?
The blocks look like this:
			
			
				<!--[if IE]>...<![endif]-->
			
		
	
Comment