Quote:
	
	
		
			
				
					Originally Posted by  DiapDealer
					 
				 
				No, that would occur in the normal (x)html markup. Something like: 
	Code: 
	<p class="normal">This is normal body text</p> 
 The CSS would then contain something like: 
p.normal { text-indent: 1.2em; text-align: justify; }
 
So it is necessary to the replace it in the text (if you want to change the class name), but it's definitely a rookie mistake to try and match & replace everyday "words" in the html attributes without taking into account the possibility of those everyday words occurring in the content. Need to refine the search to isolate the markup/attributes only.  
			
		 | 
	
	
 Oh yeah.  Doh!   That's what I get for replying without my brain.