Hello,
I was wondering if anyone could give me a bit of advice. I have a website that has sections such as Announcements, Quotes, Job Postings, etc... Now on the index page, if we use Announcements as example, I have the new/edit button. When user clicks it, then it takes them to the corresponding page. On those pages I have a header. My question is this, what would be a professional looking title to use to show to a user when he is creating a new announcement versus when he is editing an existing announcement and which one he is editing.Code:<h1>Title</h1>
I was thinking of something such as:
-- 1 being the ID that is stored for the announcement in the database. However this doesn't seem very professional nor appealing. If anyone can point me to some examples of how I could handle this to make it better, I would really appreciate it!Code:<h1>Editing Announcement 1</h1>
Cheers,
Bagzli