Skip to Content Skip to Menu

Display image field horizontally?

13 years 1 month ago #174060 by busterocaps
Display image field horizontally? was created by busterocaps
I'm having a little trouble, and I hope someone can help. I want to have a tab that displays a series of images HORIZONTALLY. I can't find how to change the layout of the fields so that they are in a row, such as img1 img2 img3 instead of
img1
img2
img3

Thanks!

Please Log in or Create an account to join the conversation.

13 years 3 weeks ago - 13 years 3 weeks ago #178010 by busterocaps
Replied by busterocaps on topic Re: Display image field horizontally?
For anyone that wants to know, you would have to make a table to do it.
Code:
<table style="width: 654px; height: 290px; border-color: A_COLOR; border-width: 2px; border-style: solid;" summary="TOOLTIP TEXT" align="right" border="0"><caption>TEXT AT TOP OF TABLE</caption> <tbody> <tr> <td><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="IMAGE SOURCE" height="" width="" /></td> <td><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="IMAGE SOURCE" height="" width="" /></td> <td><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src="IMAGE SOURCE" height="" width="" /></td> </tr> </tbody> </table>
Last edit: 13 years 3 weeks ago by busterocaps.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum