Adventure Game Studio

AGS Development => Site & Forum Reports => Topic started by: Tycho Magnetic Anomaly on Tue 30/05/2017 19:55:45

Title: Can't figure out how to place images side by side on page
Post by: Tycho Magnetic Anomaly on Tue 30/05/2017 19:55:45
Hi folks, has anybody any idea how you place images side by side on a page and is this possible using the image zoom tag for animated gifs
Title: Re: Can't figure out how to place images side by side on page
Post by: arj0n on Tue 30/05/2017 20:42:00
PM-ed
Title: Re: Can't figure out how to place images side by side on page
Post by: Tycho Magnetic Anomaly on Tue 30/05/2017 21:01:48
super stuff arjon :)

Thank you once again for all the help / tips
Title: Re: Can't figure out how to place images side by side on page
Post by: AGA on Wed 31/05/2017 05:51:22
For anyone else who wanted to know, you can do it like:

[table]
[tr]
[td][imgzoom]http://fractalscapes.net/-DUMP/Gold.gif[/imgzoom]
[/td][td][imgzoom]http://fractalscapes.net/-DUMP/Gold.gif[/imgzoom][/td]
[/tr]
[/table]




[imgzoom]http://fractalscapes.net/-DUMP/Gold.gif[/imgzoom]

[imgzoom]http://fractalscapes.net/-DUMP/Gold.gif[/imgzoom]
Title: Re: Can't figure out how to place images side by side on page
Post by: Tycho Magnetic Anomaly on Wed 31/05/2017 09:38:32
My ultra noobish attempt, hehe   something has gone awry :-D


Code (ags) Select
[table]
[tr]
[td][imgzoom]http://fractalscapes.net/-DUMP/cb_gold.gif[[/imgzoom]
[/td][td][imgzoom]http://fractalscapes.net/-DUMP/cb_silver.gif[/imgzoom][/td][td][imgzoom]http://fractalscapes.net/-DUMP/cb_bronze.gif[[/imgzoom]
[/td]
[/tr]
[/table]





[imgzoom]http://fractalscapes.net/-DUMP/cb_gold.gif[[/imgzoom]
[imgzoom]http://fractalscapes.net/-DUMP/cb_silver.gif[/imgzoom][imgzoom]http://fractalscapes.net/-DUMP/cb_bronze.gif[[/imgzoom]

well one out of 3 aint bad ;)


EDIT: I did try and mess about with how the lines of code sat , for example
Code (ags) Select
[table]
[tr]
[td][imgzoom]http://fractalscapes.net/-DUMP/cb_gold.gif[[/imgzoom][/td]
[td][imgzoom]http://fractalscapes.net/-DUMP/cb_silver.gif[/imgzoom][/td]
[td][imgzoom]http://fractalscapes.net/-DUMP/cb_bronze.gif[[/imgzoom][/td]
[/tr]
[/table]


Alas, still only the cb_silver.gif appears


Also (but mostly unrelated and not necessary) as a test I tried the imgzoom tags in my signature, it worked, but the signature table height seems to be locked and will not expand dynamically to account for the (x2, x4, ..etc) popup selector to be seen fully and the zooming itself.
Just a suggestion , and only if its possible to make the signature table dynamically sizable...  but then again I am thinking this might make folks think they can put huge images into their signature.. um  well just a thought anyway  :D (mostly thinking about the trophies I seee folks have as apposed to other content)
Title: Re: Can't figure out how to place images side by side on page
Post by: Tycho Magnetic Anomaly on Wed 31/05/2017 10:44:29
I see my error, had a double [[ before two of the tags... sorted now, thank you so much again arjon and AGA