Hi can language keys use html code as i see no html editer i want to use links and images instead of basic text , many thanks
Hi can language keys use html code as i see no html editer i want to use links and images instead of basic text , many thanks |
Yes. you can put html in most language keys. But that will be no guarantee that dolphin will not strip the html out before it is displayed. It depends on where it is being used. It will work in most cases. https://www.deanbassett.com |
What software can be used as it has no html editer , many thanks |
Language keys are not suppose to have a tinymce editor. They were not meant to be used for storing large quantities of html. You also cannot attach style sheets. It is not a webpage. Only very simple html should be used in language keys such as <b></b> for bold. <i></I> for italic, ect. https://www.deanbassett.com |
i just want text with a clickable link |
Will the language keys support an href tag? What a novel idea..... http://towtalk.net ... Hosted by Zarconia.net! |
Hi i used this <a href="url">Link text</a> and it works |