You are not logged in.
Pages: 1
Thanks to the forum, I now know how to enclose HTML pages that contain form elements (particularly textareas) so they are properly picked up by Xinha.
The next issue I am running into is that the dropdown elements in the Xinha window are not editable.
Is there a way to configure Xinha so they can be edited?
Thanks again,
-Bob
Offline
this can be changed from your xinha config file by changing xinha_config.formatblock
for example, because the target pages for content from xinha already has a h1 and h2 defined, I might want to use the following instead:
xinha_config.formatblock = {
"— format —": "",
"Heading": "h3",
"Subheading": "h4",
"Normal" : "p",
"Address" : "address"
};
David G. Paul
[url]http://www.newearthonline.co.uk[/url]
Offline
Pages: 1