vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Remove last editted by.
[F] Remove last editted by. - Posted By Alex Bailey (system) on 18th Feb 08 at 5:51pm
Remove that last editted code please
Re: Remove last editted by. - Posted By Michael (wrighty) on 18th Feb 08 at 5:54pm
try:
<style>
.lastedit {
display: none;
}
</style>
Re: Remove last editted by. - Posted By Alex Bailey (system) on 19th Feb 08 at 4:25pm
Works , thanks alot