How can I change supported language in sliding navigation bar?
Return to Recent Questions
Q:
How can I change supported language in sliding navigation bar? I want write
some in czech with specific symbols ..
A:
You should turn on "Tools/Use utf8 encode" property.
In that case your data file will be saved in UTF-8 encode. So, you
should set UTF-8 encode on your page too
<meta http-equiv="Content-Type" content="text/html"charset="UTF-8">
If you don't want to use UTF-8 encode on your page you should turn off
"Tools/Use utf8 encode" property, save your data file and manually
change your letters in any text editor.
Return to Recent Questions
Related:
- Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
- Dec 04, 2006 - When running navigation bar code with IE or Firefox, the background is transparent.
- Jan 04, 2007 - Can you walk me through the development of a js drop down menu?
- Feb 10, 2007 - I do not want to change every page each time I need to change html vertical bar
- April 15, 2007 - I cannot change the background javascript hide menubar color
- May 06, 2007 - Sub-menus appear away for the menu/ dhtml navigation bar.
- May 09, 2007 - I don't understand, how can change place of the icon in javascript menu bars
- Jan 04, 2009 - Is it possible to call a JavaScript function from the dhtml navigation bar?
- Feb 27, 2009 - How can I center my navigation java script menu bar within my HTML page?
- Jun 30, 2009 - Is there an option for word wrap or do I have to create my javascript menu button if I want to have a 2-line menu item.
- Aug 22, 2009 - Can you please explain the working of the javascript toolbar menu function dm_ext_changeItemVisibility?
|