inherit
138937
0
Sept 11, 2016 15:40:39 GMT -8
itzybitzylion
84
March 2009
fell
|
Post by itzybitzylion on Sept 11, 2016 14:24:46 GMT -8
Hi, This may be the wrong board and I'm not sure if this code is compatible anymore since the last time I saw it was v4. I'm looking for the code that goes in the sidebars that are circles (or squares)that you can put in a picture in and that you can type around for things like staff members, or "clans/groups/etc"
Thanks in Advance!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Sept 11, 2016 19:16:28 GMT -8
Hi, This may be the wrong board and I'm not sure if this code is compatible anymore since the last time I saw it was v4. I'm looking for the code that goes in the sidebars that are circles (or squares)that you can put in a picture in and that you can type around for things like staff members, or "clans/groups/etc" Thanks in Advance! Something like this: (Very last side box) putteraround10.freeforums.net/The code would be something like this: <style> .my_spec_box{ background-color:gray; padding:4px; font-size:10px; } .the_round img{width: 50px; height: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius:50px; float:left; margin:4px; border:1px solid red; } </style> <div class="my_spec_box"> <div class="the_round"><img src="http://placehold.it/350x150"></div> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </div>
If you need something more finished and detailed, just let me know. I just gave you a starting point.
|
|