Forum Overview
::
Break This Forum
::
maybe not as bad as it looks
[quote name="Lufteufel"][quote name="Entropy Stew"][quote name="Lufteufel"]<span style="width:100%; height:100%; color:pink; background-color:black; font-size:1000%; text-align:center; font-family:cursive">FAG</span>[/quote] Fuck. Thanks for the report. -/ES/-[/quote] If you just catch position:absolute inside styles, you should at least be able to force the content inside the post box. For example: <code> /* fixes position: in style tags */ $text = eregi_replace("<[[:space:]]*style([[:print:]]*)position[[:space:]]*:[[:space:]]*absolute([[:print:]]*)/style[[:space:]]*>", "<style\\1position:relative\\2/style>", $text); /* fixes position: in style attributes */ $text = eregi_replace("style=([^>]*)position[[:space:]]*:[[:space:]]*absolute([[:print:]]*)>", "style=\\1position:relative\\2>", $text); </code> Note that I'm a total PHP n00b, so these may be horribly ineffective.[/quote]