You are not logged in.
Pages: 1
Hi all,
I would like to paste HTML code into Xinha textarea and have Xinha maintain the code exactly as it was pasted. I have already added the line: xinha_config.fullPage = true;
to my config file. My next problem is with image sources. The code that I have pasted it an absolute URL and Xinha changes it to a relative URL. How can I stop it from doing that?
Regards,
Chris
Offline
Xinha normally strips out the server part from absolute URLs that point to the server Xinha runs on. That happens because the browsers tend to transform relative and semi-absolute URLs to absolute ones, which is usually unwanted.
You can switch that off by setting
xinha_config.stripBaseHref = false;
Offline
Vielen Dank Ray. Diese Website hab ich irgendwie net gefunden.
Geiles App!
Gruß,
Chris
Offline
Pages: 1