Side by side highslide image
Side by side highslide image
Can you please assist me to acheive side by side image on my forum. I do have resize image mod and highslide bbcode for image link from other site. They both work perfectly. However the pic are always
pic
pic
pic
Hence, very long. Can i know how to make this image link pic pic pic.
Thanks.
link:naijacouplesshop.com
pic
pic
pic
Hence, very long. Can i know how to make this image link pic pic pic.
Thanks.
link:naijacouplesshop.com
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Side by side highslide image
How are you adding the images ? image tags or attachments
Side by side highslide image
I attach image and it get resize.
I attached image link with this code
If use this tag image do not resize to 480 x 300. I only wish the pic
align in a row.
I attached image link with this code
Code: Select all
[hsimg]link to image[/hsimg]
Code: Select all
[img]http://image_url[/img]
align in a row.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Side by side highslide image
Whats the html usage for the bbcode you are using?
Board rules! No PM support
- themission
- BBCoder III
- Posts: 123
- Joined: 10 Aug 2011, 22:32
- BBCodes: 3
- Location: Devon UK
- Contact:
Side by side highslide image
just a quick shout on this - before i installed the premod i had images in a row <------- Like this ------- Next to each other ----->
now i get them as 1st post underneath also - the HS you Tube does it in a line though
now i get them as 1st post underneath also - the HS you Tube does it in a line though
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Side by side highslide image
No you didnt themission.
Phpbb doesnt displays attachments in a row. They are displayed underneath each other.
Phpbb doesnt displays attachments in a row. They are displayed underneath each other.
Board rules! No PM support
Side by side highslide image
The html bbcode am using is from this site.
Code: Select all
<div class="highslide-gallery">
<a href="{URL}" class="highslide" onclick="return hs.expand(this, { wrapperClassName: 'controls-in-heading', slideshowGroup: 'highslide' })"><img src="{URL}" alt="" title="Click to enlarge" style="max-width:300px; max-height:300px;" /></a><div class="highslide-heading"></div>
</div
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Side by side highslide image
I havent testet this. But try this first:
And if above doesnt work this for sure does:
Code: Select all
<a href="{URL}" class="highslide" onclick="return hs.expand(this, { wrapperClassName: 'controls-in-heading', slideshowGroup: 'highslide' })"><img src="{URL}" alt="" title="Click to enlarge" style="max-width:300px; max-height:300px;" /></a><div class="highslide-heading"></div>
Code: Select all
<a href="{URL}" class="highslide" onclick="return hs.expand(this, { wrapperClassName: 'controls-in-heading', slideshowGroup: 'highslide' })"><img src="{URL}" alt="" title="Click to enlarge" style="max-width:300px; max-height:300px;" /></a>
Board rules! No PM support
Side by side highslide image
Thanks. Tested the last code and it worked. Can you help me with attachment image to side by side? I use subsilver2. Once again, thanks.