Quote:
Originally posted by ~*Julie*~
This hack is awesome :banana: thank you so much. I do have a ??? how can I add to the filter string to make the text flipped backwards and blurred? I used this tag for regular flipped text but dont want to alter your hack without your permission..I am soooo new to writing php code thank you for your help 
<table style=filter:flipH>
|
just replace all the
Code:
<table style="filter:blur(add='0', direction='45', strength='10')">
with
Code:
<table style=filter:flipH>
in the postbit_blur template
or are you trying to use both tags at the same time? sadly you cant because this would break your tables. or do you want a new usergourp that has their text fliped? that i can do