Re: How do I give figure captions in Amaya?
Stanimir Stamenkov <[email protected]> Fri, 05 Mar 2010 05:12:18 +0200
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <[email protected]> |
Thu, 4 Mar 2010 00:43:25 -0800 (PST), /Alma Hunt/: > I have created web pages using Amaya ver 11.3. Inserted an image to > which I need to give figure caption. How do I go about doing this? Not specific to Amaya but you could use HTML4-compatible markup after the new HTML5 element types: http://dev.w3.org/html5/spec/semantics.html#the-figure-element <span class="figure"> <img src="..." alt="..."> <span class="figcaption">...</span> </span> Style as desired. -- Stanimir