The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I have set the following custom bbcode on my site (), for image align left to text.
Code:
<img src="{param}" style="float: left; padding: 3px;" />
A normal appearance would be this (fake screenshot). How to change the bbcode code to fix the problem? Thanks in advance, -peter |
|
#2
|
|||
|
|||
|
Someone else might have a better solution, but what I did was define a "clear" bbcode like this:
Code:
<div style="clear: both;"></div> |
| Благодарность от: | ||
| Scandal | ||
|
#4
|
||||
|
||||
|
Thanks! With your comments I fix it!
On template BLOG, I find: Code:
<!-- Description -->
<if condition="$blogheader['description']">
<div id="blog_description">$blogheader[description]</div>
</if>
<!-- End Description -->
Code:
<!-- Description -->
<if condition="$blogheader['description']">
<table style="clear: both;"><tr><td>
<div id="blog_description">$blogheader[description]</div>
</td></tr></table>
</if>
<!-- End Description -->
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|