You are not logged in.
In XinhaCore.js I replaced the font choice of wingdings to Comic Sans MS, but wingdings is still showing as the choice on the dropdown menu. Seems straightforward. I even did an edit search in the html on the site and there is no occurrence of wingdings found. What am I not doing right?
Here is what I did:
this.fontname =
{
"— font —": "", // — is mdash
"Arial" : 'arial,helvetica,sans-serif',
"Courier New" : 'courier new,courier,monospace',
"Georgia" : 'georgia,times new roman,times,serif',
"Tahoma" : 'tahoma,arial,helvetica,sans-serif',
"Times New Roman" : 'times new roman,times,serif',
"Verdana" : 'verdana,arial,helvetica,sans-serif',
"impact" : 'impact',
"Comic Sans MS" : 'Comic Sans MS'
};
Clearly a newbie here... Much obliged for any help.
Offline
Thank you for the response, but unfortunately the problem is still there. Still see WingDings in drop-down. Tried two other browsers then went over to another computer and tried there. Very weird. Any other ideas?
Last edited by PKnight (2011-02-11 22:37:17)
Offline
Observe the config as it is receieved from the server in your browser's developer tools to confirm that your browser is receiving the correct file contents from your server.
James Sleeman
Offline
James, but of course! Thank you! I fixed it. I thought I was accessing Xinha stored on my subweb, but had the address of Xinha set to the address of my main site. So that was the source and I had not changed that one. I very much appreciate your help!
Last edited by PKnight (2011-02-13 22:40:18)
Offline