Here's a screen shot of what I meam:
The code I have:
mob/admin
verb
Announce(message as message)
set category = "Staff"
world << browse("<body bgcolor=black><center><hr><br><font color=red><font size=5>[usr] would like to Announce:<br><font size=3><font color=blue>[message]<br><hr></body>")
An edited Screen Shot of what I want it to do:
As you see, I want the old announces to stay on there. Can anyon help me out?
PS. I want the new announcements to go above the old ones.