BBCode Image Question

N

N1N3

Guest
Original poster
Hey there! I've always had the use of imageFloat for formatting things. I've read up on IMGR and IMGA and love them. But how do I combine their effect? If I want to allign an image right but also resize it smaller?
 
I've found great success with this:
Code:
[icss="float: right; width: 150px; z-index: 4; position: relative;"]IMAGELINK[/icss]

The z-index I used here (along with the position:relative) are so that I can use this code to make a clickable link, if I want to. If I don't include the z-index, the image will not be clickable or right-clickable at all.
 
  • Like
Reactions: Kitti