• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

Help I Really Don't Get BBCode

youngkyun

sad but rad
I don't get columns especially?


I wanted to do a code with smaller pictures on each side and then one big in the middle with accordions but I don't understand how to do it, can anyone help?
 
youngkyun youngkyun , So just to be clear, you want to do something similar to this?

150x150
450x155
Text​
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sit amet augue eu diam blandit rutrum ac ut risus. Quisque ut ex molestie, faucibus orci vitae, condimentum sapien. Quisque lacinia libero ac commodo facilisis. Sed sed dolor sed leo ullamcorper blandit. Nullam suscipit sagittis ornare. Maecenas malesuada turpis sit amet cursus suscipit. Nullam blandit quis ligula et tincidunt. Sed dictum libero imperdiet nisl mollis interdum. Phasellus hendrerit condimentum lorem, et egestas lectus hendrerit ut. Sed viverra a turpis sed pharetra. Quisque felis urna, laoreet vel convallis nec, cursus ac leo. Donec vel sodales odio. Fusce tincidunt risus tincidunt mi venenatis, id pharetra ex dictum. Praesent malesuada tempor suscipit. Nunc et quam a risus auctor vestibulum. Interdum et malesuada fames ac ante ipsum primis in faucibus.

Maecenas sed nisi quis felis bibendum pellentesque eget tempus metus. Duis aliquam metus neque, quis egestas felis consequat tempus. Maecenas in metus vel neque suscipit scelerisque. Vestibulum eu massa et quam sodales mollis. Pellentesque suscipit iaculis tincidunt. Donec posuere at risus et sagittis. Vestibulum lacinia nisi est. Proin luctus finibus lorem lacinia interdum. Sed ipsum ex, fermentum eget aliquet vitae, aliquam nec massa.
150x150
 
youngkyun youngkyun , So just to be clear, you want to do something similar to this?


150x150

450x155

Text​
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sit amet augue eu diam blandit rutrum ac ut risus. Quisque ut ex molestie, faucibus orci vitae, condimentum sapien. Quisque lacinia libero ac commodo facilisis. Sed sed dolor sed leo ullamcorper blandit. Nullam suscipit sagittis ornare. Maecenas malesuada turpis sit amet cursus suscipit. Nullam blandit quis ligula et tincidunt. Sed dictum libero imperdiet nisl mollis interdum. Phasellus hendrerit condimentum lorem, et egestas lectus hendrerit ut. Sed viverra a turpis sed pharetra. Quisque felis urna, laoreet vel convallis nec, cursus ac leo. Donec vel sodales odio. Fusce tincidunt risus tincidunt mi venenatis, id pharetra ex dictum. Praesent malesuada tempor suscipit. Nunc et quam a risus auctor vestibulum. Interdum et malesuada fames ac ante ipsum primis in faucibus.

Maecenas sed nisi quis felis bibendum pellentesque eget tempus metus. Duis aliquam metus neque, quis egestas felis consequat tempus. Maecenas in metus vel neque suscipit scelerisque. Vestibulum eu massa et quam sodales mollis. Pellentesque suscipit iaculis tincidunt. Donec posuere at risus et sagittis. Vestibulum lacinia nisi est. Proin luctus finibus lorem lacinia interdum. Sed ipsum ex, fermentum eget aliquet vitae, aliquam nec massa.

150x150
Yeah, kind like that but with slides underneath the pictures on the sides and an up and down picture not a side to side
 
youngkyun youngkyun , Oh okay, it's really simple to do once you get the hang of it because columns are exactly that; columns.

All of it is confined within a row, and the total span of the columns must equal 8.

For example, to get an outcome similar to the one I got above you'd use the coding below;
Code:
[row][column=span2][/column][column=span4][/column][column=span2][/column][/row]

This would give you three columns with the middle one being the largest of the three, and beyond that it's simply adding in the picture and accordion coding into whatever column you want it in. Fair warning, accordions may act weird if the column is too small for the size of the accordion, so that's something you're going to have to fiddle with.

Hopefully, that helps you out! If you need help with accordions this tutorial explains everything pretty well.
 
youngkyun youngkyun , Oh okay, it's really simple to do once you get the hang of it because columns are exactly that; columns.

All of it is confined within a , and the total span of the columns must equal 8.

For example, to get an outcome similar to the one I got above you'd use the coding below;
Code:
[row][column=span2][/column][column=span4][/column][column=span2][/column][/row]

This would give you three columns with the middle one being the largest of the three, and beyond that it's simply adding in the picture and accordion coding into whatever column you want it in. Fair warning, accordions may act weird if the column is too small for the size of the accordion, so that's something you're going to have to fiddle with.

Hopefully, that helps you out!
Thank you!
 

Users who are viewing this thread

Back
Top