I'm working with scalar (http://scalar.usc.edu) and would like to compare pictures and transcriptions in columns. I guess three and even four columns of pictures or transcriptions should be possible. Many thanks for your help.
Guillaume
I'd like to visualize two or three pictures side by side
(3 posts) (2 voices)-
Posted 1 year ago Permalink
-
This is the answer I got from Scalar:
We've thought about including this kind of functionality as a built-in feature in Scalar before, allowing authors to insert multiple media objects side-by-side. Perhaps down the road we will. For now, this sort of thing must be done manually, using html in the html editor. In other words, when you're in the page editor, click "Source" so that you're editing the actual html, then insert your media manually, spacing them side-by-side accordingly.
I'd be very grateful if someone gave me the html code to do this.
Posted 1 year ago Permalink -
One of the most common ways of doing this is using CSS's "display: inline-block." Here's a good start with some sample code: http://www.w3schools.com/css/css_inline-block.asp
Posted 1 year ago Permalink
Reply
You must log in to post.