
btw can anyone tell me the script to add the imageshack or so in forum ?


I posted that code originally, I think. I checked it and it's the same as on my site. We use it often.girlintrouble wrote:I've tried implementing this one, but not having any luck. It looks like a nice one, anyone had a joy with it?
The text deiplayes the " [captionleft= ...." text rather than translate it.
beggers wrote:This will do exactly like the demo including the caption. If you leave out the caption, you'll just get the text wrap, but captions look really cool. Just insert one of these codes (with the caption and image URL) and any text you write after that will be wrapped around it. There are separate LEFT (image and caption are aligned on the left) and RIGHT (image and caption are aligned on the right) codes:Cruelworld wrote:Hi all, I'm really sorry if this has already been answered but I was losing the will to live after reading 20 or so pages of this
I want to use the image/text align BBcode and have tried several soloutions offered but none have worked like I need it to.
All solutions previous have simply inserted the image on it's own line and started a new paragraph with any text.
What I need to do is align images in posts neatly so that a right/left aligned image is wrapped in text like this...
http://news.bbc.co.uk/1/hi/england/glou ... 515890.stm
I'm sure there must be a way...
Any help appreciated![]()
BBcode for Caption LEFTHTMLCode: Select all
[captionleft={TEXT}]{URL}[/captionleft]
HelpCode: Select all
<table align="left" border="0" cellpadding="0" cellspacing="0"> <tr><td><img src="{URL}" border="0" /></td></tr> <caption align="bottom" valign="bottom" class="imgcap"> <font size="1">{TEXT}</font> </caption> </table>
BBcode for Caption RIGHTCode: Select all
[captionleft=caption text]URL to image[/captionleft]
HTMLCode: Select all
[captionright={TEXT}]{URL}[/captionright]
HelpCode: Select all
<table align="right" border="0" cellpadding="0" cellspacing="0"> <tr><td><img src="{URL}" border="0" /></td></tr> <caption align="bottom" valign="bottom" class="imgcap"> <font size="1">{TEXT}</font> </caption> </table>
Code: Select all
[captionright=caption text]URL to image[/captionright]
Hmmm...all right, I'll ask in the mod boards. Thank you.Brogan wrote:If you mean for every post then you wouldn't achieve that with BBCode.
You would have to edit your (I think) viewtopic_body.html file.
Hi girlintroublegirlintrouble wrote:Hey yes it was yours and even thourgh I wasnt the person who posted the reques for it I liked it a lot.
Im thinking maybe I havent got a clear idea of how to use it. Could you post a post that you have used it in, obviously that bbcode isnt set up here and I should be able to just paste it on my page to test it?
Thanks.
Code: Select all
[steam][/steam]
Code: Select all
<html>
<body>
<center>
<a href="steam://connect/74.166.188.27:27015">
<img border="0" src="http://www.amtclan.com/hqq/img_cs/cs_server--74.166.188.27--27015.jpg">
</a>
</center>
</body>
</html>
Code: Select all
[justify]{TEXT}[/justify]
Code: Select all
<div style="text-align: justify">{TEXT}</div>