Quote:
Originally Posted by Hippy
Nice mod there midnz
thanks for your efforts
Seemed interesting so I test it out..
seems if you add the image to a post with a couple lines. ..
it over laps down wards into the sig area..
Not sure if any one noticed it yet
I sure will use it if this could be fixed ..
|
If you view the demo link posted in the first post of this thread you'll see that the second post of my demo thread shows that this BBCode works with minimal text added and without interfering with the posted signature.
The problem of signature interference appears to arise when you use image or table align="left or right" after editing your postbit.css with the instructions placed
in this mod.
I've replaced
Admin CP -> Style & Templates -> Style Manager -> CSS Templates -> Postbit.css
PHP Code:
.postbitlegacy .after_content {
clear:right !important;
}
with
PHP Code:
.postbitlegacy .after_content {
position: relative;
width: 100%;
clear:both;
}
...and your reported signature interference error has vanished.