AndyB
Well-known member
When we attach images and then insert them into the message it would be nice if by default each attachment would have a blank line between them. The reason is that having a little space between the images makes it easier to distinguish each image.
Currently we have this:
	
	
	
		
It would be better like this:
	
	
	
		
Thank you.
				
			Currently we have this:
		Code:
	
	[ATTACH=full]100[/ATTACH][ATTACH=full]101[/ATTACH][ATTACH=full]102[/ATTACH]
	It would be better like this:
		Code:
	
	[ATTACH=full]100[/ATTACH]
[ATTACH=full]101[/ATTACH]
[ATTACH=full]102[/ATTACH]
	Thank you.
		
		Upvote
		4