I want to have some whitespace between some of my menu items in the nav of my app. I would like something along the lines of this:
Menu1 Menu2 Menu3 Menu4
In my nav definition XML I have tried using a <divider /> between my </collection> <collection>, but this only adds another menu titled "------" to the nav. Using   makes Splunk complain about invalid XML.
How can I accomplish this?
 
		
		
		
		
		
	
			
		
		
			
					
		I found this link - does it help?
From that link:
Line Feed           

Carriage Return     
space character      
Non-breaking space   
 
		
		
		
		
		
	
			
		
		
			
					
		I found this link - does it help?
From that link:
Line Feed           

Carriage Return     
space character      
Non-breaking space   
Using   in front of the menu name (Menu4 in my example) works very well. Thanks!
 
		
		
		
		
		
	
			
		
		
			
					
		You should probably use CSS for this rather than XML.
I agree -- may yet switch to that.
