You are not logged in.
Pages: 1
I apologise in advance if this topic has been covered elsewhere. I've done a quick search through the forum (for "htmtableborders"), and could not find a mention of it.
I use a CMS (the great "Website Baker"), which offers Xinha as an optional add-on. I installed it, and am extremely happy with it.
The add-on, as pre-configured by the Website Baker team, uses the DynamicCSS plug-in. It really bothers me, that apart from the styles that I've specifically set for my site, in the DynamicCSS menu I always get the 3 "htmtableborders" styles.
Seeing that these are not styles I have defined myself, I assume that these styles are defined and used internally by Xinha (or DynamicCSS) itsefl - and that I should not be seeing them in the menu.
I can only conclude that this must be some kind of incompatibility with my configuration, or a bug - but again, searching for "htmtableborders" among the tickets yields nil results.
I am using the latest version of FireFox (2.0.0.3), running in the latest version of Mac OS X (10.4.9). I also have the latest version of Xinha (0.9.3, if I'm not mistaken).
So, can anyone help? - is this a bug, or is there something obvious that I've missed?
Many thanks in advance for any tips.
--
Igor
Offline
Hi,
you must change the plugin code:
in the plugin in dynamiccss.js in line 22 it must be:
if(iframe.styleSheets[i].title=="Xinha Internal CSS"){
and not:
if(iframe.styleSheets[i].title=="table borders"){
then the internal CSS-classes from xinha are ignored (htmtableborder etc.)
I posted a ticket: http://xinha.webfactional.com/ticket/1079
Offline
Pages: 1