On 25/09/10 04:37, Nicoletta wrote:
Hi,
I'm new here and I don't know well if this is the right place to
write into.
I can't understand how to align two images.
I'd like to place two images on the same line, but I can't find the
right way.
I'm using an "article model". At the moment I place images one beside
the other, in this way:
.Satellite image
image::foto/satellite.png[width='255',height='255']
.Sintetical image
image::foto/9.bmp[width='255',height='255']
Two solutions, first you could just make them into a single paragraph with two
inline images, but you would not be able to place titles easily:
image:images/tiger.png[]
image:images/tiger.png[]
Second, you can put them in a table with no grid or frame and center the titles
in the table header:
[cols="2*^",width="50%",frame="none",grid="none",options="header"]
|========================
|Title 1 |Title 2
|image:images/tiger.png[]
|image:images/tiger.png[]
|========================
Cheers, Stuart
Thank you all, and sorry for the possible mistake.
Nik.
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.