html-link support

2011-09-27 Thread Marvin Kastner
hello community, i was looking everwhere whether there was an option to export the diagramm as html and create links inside but i didn't find anything. is that the point? thank you! bye, marvin ps: thank you very much for that software! ___ dia-lis

Re: html-link support

2011-09-27 Thread Michael Ross
You can export an image of your Dia as .jpg, .png, .bmp, etc. You can create a link in an html document to show these formats. I may be purposely misreading your question in order to give you an answer that makes sense. But, the question, as I read it, does not make sense. Dia is not a webpage

Re: html-link support

2011-09-27 Thread calderoni.ca...@gmail.com
Dia can export in .svg too, this format is xml and can be embedded directly in html. The text you type in dia, is escaped with entities: if tou type "" in a dia text, it will became "
" in exported .svg (well, in dia file too), so if you want working links, you have to process the svg xml i