vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Remove Link to Post
Remove Link to Post - Posted By Michael (wrighty) on 15th Mar 08 at 9:56pm
This will remove the 'link to post' that appears at the bottom of posts.
<style>
.linktopost {
display: none;
}
</style>
Global Header