The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Does anyone know of a bbcode that will allow you to justify text beneath an image that is aligned to center? Basically the way a photo caption works.
Any ideas if one already exists? Thanks! |
#2
|
||||
|
||||
![]()
You can create a BB code to allow justification if you like, but it does not exist in a default installation of vBulletin.
|
#3
|
|||
|
|||
![]()
but how can v create this code..?
|
#4
|
||||
|
||||
![]()
It would be difficult if you didn't know the width of the image beforehand... If this is for an article or something it might be a good idea to set a specific width in pixels anyway...
I'd do something like Code:
<table border="0" align="center" width="300"> <tr><td><img src="{option}" width="300" border="0" /></td></tr> <tr><td><div align="center">{param}</div></td></tr></table> In BB Code Manager make sure you have "Use Option" set to YES... Give it a name, description, etc... You would than use it like Code:
[imgc="http://pathtoimage/file.jpg"]Text you want to center.[/imgc] |
#5
|
|||
|
|||
![]()
thanx dear
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|