greencollargroup 0 Report post Posted February 11, 2011 I've used a few CC-licensed photos from flickr on my site, and I'd like to link to the photographers' pages in the image captions. However, neither HTML nor WYSIWG links seem to stick when the page updates. They'll show up in the editor, but not once the page is published. (Example of the situation here) Any suggestions? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 11, 2011 Can you post the raw HTML from the editor? You'll need to edit in the HTML, if you're not already this might be the problem. Thanks, Bryan Share this post Link to post Share on other sites
greencollargroup 0 Report post Posted February 17, 2011 `[caption id="attachment_1130" align="aligncenter" width="864" caption="Creative Commons photo courtesy of Tom Harding."][/caption]` I've tried adding it in that way through the HTML editor, but then the caption no longer works and if I flip over to the visual editor, the whole paragraph of text below will appear linked. Seems like something's a bit off. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 17, 2011 This is what I figured. What you're attempted won't work because the syntax is erroneous. Instead you should use: ` [caption id="attachment_1130" align="aligncenter" width="864" caption="Creative Commons photo courtesy of Tom Harding"] by Tom Harding [/caption] ` or something to that effect. Thanks, Bryan Share this post Link to post Share on other sites