The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey,
I'm looking for mod or bb code for the picture. I don't know how I can call it or what's html code, but here is random picture from MS Word. I hope you'll know what I mean. ![]() Thanks! |
|
#2
|
|||
|
|||
|
I think what you want is style="float:left" around the picture. We have a bbcode for that with this replacement (we used tag floatl):
HTML Code:
<div style="float: left;margin: 10px 10px 10px 0px;">{param}</div> ...but I can't remember where we got it - it might have been posted on this site and/or we may have changed it (I seem to remember putting in the margin thing). Anyway, the code would then be [floatl][img]whatever[/img][/floatl]TEXT TEXT TEXT etc |
|
#3
|
|||
|
|||
|
creat following css
Code:
.imgl {
float:left; /* image float to left in content */
width:150px;
}
.imgr {
float:right; /* image float to right in content */
width:150px;
}
<div class="imgl">{param}</div> and <div class="imgr">{param}</div> |
|
#4
|
|||
|
|||
|
Thanks guys <3
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|