1

Is it possible to create a announcements list so that when there is no announcements, it will display a "default" announcement ?

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
  • Nevermind, found a solution, just add the following script to the default page where the list i located. – Lasse Gaardshotl Apr 13 '10 at 12:50

1 Answers1

0

Another non-JavaScript approach would be to use SharePoint Designer to convert the view into a DataViewWebPart. The menuing options available in the DVWP gives an option to display text when there are no items available to display.

Mark Mascolino
  • 2,227
  • 1
  • 15
  • 19