Congrats on the latest version upgrade to webgen. My Webgen website is growing great guns, I am using the supplied web sites and reverse engineering to learn how things work. I am stumped on how to place a single image on a page by making an entry onto my index.page I have managed to copy the block quote examples and thus get the lightbulb image in a block quote. Apologies for what must be a very simple question, and thanks in advance ... Regards Nick Kirlew
Thomas Leitner
2009-Jul-29 07:37 UTC
[webgen-users] How to place a single graphic in Webgen?
> Congrats on the latest version upgrade to webgen. > My Webgen website is growing great guns, I am using the supplied web > sites and reverse engineering to learn how things work. > I am stumped on how to place a single image on a page by making an > entry onto my index.page > > I have managed to copy the block quote examples and thus get the > lightbulb image in a block quote. > Apologies for what must be a very simple question, and thanks in > advance ...Depending on the markup language you use, you can try one of the following: * HTML: <img src="{relocatable: path/to/image.jpg}" alt="pic" /> * Textile: !{relocatable: path/to/image.jpg}! * Markdown: ![pic]({relocatable: path/to/image.jpg}) -- Thomas