NetTalk Central
		NetTalk Web Server => Web Server - Ask For Help => Topic started by: alex.kolaric on February 14, 2011, 07:52:30 AM
		
			
			- 
				Hi Bruce,
 
 I think that in NetWebBrowse template symbol %nStyle should be replaced with  %nCellStyle, line 6924:
 
 from
 #Prompt('Custom CSS Class:',EXPR),%nStyle
 to
 #Prompt('Custom CSS Class:',EXPR),%nCellStyle
 
 otherwise you can't change button cell style at all.
 
 Maybe I'm wrong
 
 regards,
 Alex
 
 
- 
				I understand what you're saying, but I think the more generic approach is to include the "Css Tab" for button as well as String columns. As far as I can tell, this makes the two work together better.
 
 Thanks for pointing it out though - I've made the change for the 5.16 build.
 
 cheers
 Bruce
 
- 
				Thanks Bruce,
 
 as I said I'm just thinking that this can be bug. However, you as the Nettalk guru will decide if there is a need to change anything.
 
 regards,
 Alex
- 
				Absolutely. I think it was a bug - and I've fixed it for 5.16.
 Thanks again for the report.