Elxis CMS Forum
		Support => General => Topic started by: xmanhattan on March 05, 2013, 16:05:22
		
			
			- 
				Hello all,
I am testing a new template locally for my 2009 website and I am seeing in the main menu <img alt="indent1"  before the menu title.
This is happening for all of the Menu Items Content Category (table view).
The Menu Items Content Category (table view) settings are:
Menu Image: is set to do not show an image.
Use only the Menu Image: is set to no.
How can I set the alts to either empty?
			 
			
			- 
				If the alt attribute is empty the code is invalid...
			
 
			
			- 
				Which code is invalid, the php or the css?  I am trying to adapt the mobile template to the 2009 Elxis.  I have not changed any php code.
			 
			
			- 
				
How can I set the alts to either empty?
If the alt attribute is empty the code is invalid...
			 
			
			- 
				Maybe I am not expressing myself correctly.  
Here is the css:
nav ul.menu {
	margin:0;
	padding:0;
}
nav li {
	float:left;
	display:inline-block;
	list-style-type:none;
	width:50%;
}
nav li a {
	display:block;
	padding:1em;
	text-align:center;
	border-bottom:1px solid #e5e5e5;	
}
nav li a:nth-child(odd) {
	border-right:1px solid #e5e5e5;
}
Here is what I am seeing.
			 
			
			- 
				The indent image doesn't exist. See the html source code to find put the image that is missing.
			
 
			
			- 
				Okay, I thougth that it could be done without the image.
			 
			
			- 
				 xmanhattan, also check the options in the module for this menu, there is option to set indent image without css.
			
 
			
			- 
				Jeeeez, I missed that.  Indent Image: set to none, now.
Thanks to everyone.
			 
			
			- 
				Welcome ;)