vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Remove Last Edit By

Remove Last Edit By - Posted By Michael (wrighty) on 15th Mar 08 at 9:55pm
This will remove the last editted information that appears at the bottom of posts.

<style>
.lastedit {
    display: none;
}
</style>


Global Header