ibaker
Well-known member
In XF v1.x you could for example put a smilie in a notice by simply using an src of:
	
	
	
		
But now with v2.1 you have to put the whole web address in as the src...as in:
	
	
	
		
This is going to mean an extensive amount of work changing all the resources in my XF Resources section. Have I not set a setting correctly or is this just simply the way it is now...thanks for your help
				
			
		Code:
	
	<img alt="Smile" src="styles/smilies/001_smile.gif" />
		Code:
	
	<img alt="Smile" src="https://www.mydomain.com/styles/smilies/001_smile.gif" />This is going to mean an extensive amount of work changing all the resources in my XF Resources section. Have I not set a setting correctly or is this just simply the way it is now...thanks for your help
 
 
		