Any chance of getting codeYes, is possible with custom bbcode
extra.less or (xf1) extra.cssStupid question, where do you put the additional css?
View attachment 163081
extra.css example
CSS:.image-left {float:left; margin-right: 7px; border:1px solid #e4e4e4; padding:7px; border-radius:7px; }
I'm having trouble figuring how to use this bbcode.
Specifically, it appears that you wrap the text with the open/close image_left tags.
Where in relation to this do you specify the image?
[image_left][ATTACH=full]11601[/ATTACH][/image_left]
max-width:300px;
I tried that. It leaves a large blank gap above the wrapped text.
I also tried your Simple Image Align & Text Justify addon for XF1.x but unfortunately it does not work for XF2.
This one does work for XF2. I just had to figure out how it worked.
I was trying to put the text between the bbcodes instead of the image.
{text}
but that that is just the xenforo default terminology because I suppose in most cases it is the text that is affected by the css. In this case it's only the image that's effected by the float and margin, the actual text of the post is not affected by any css.Yes, only the image goes between the bbcode. If you think about it, only the image is floating left or right - the text is just normal text.
I suppose it's a bit misleading here because the bbcode html replacement says{text}
but that that is just the xenforo default terminology because I suppose it is normally text that becomes. affect by the css. In this case it's only the image that's effect the actual text of the post is not affected by any css.
Wait so how do we do this in xf2? It looks like the instructions are for xf1.
Where are the options for the bb code creation?View attachment 163081
extra.css example
CSS:.image-left {float:left; margin-right: 7px; border:1px solid #e4e4e4; padding:7px; border-radius:7px; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.