>> >> Hard coding anything to do with presentation is probably not >> a good idea. > >I can't agree with that.
The biggest problem is that once you've hard coded something,
you've made it harder to update/change the functionality. In
addition, hard coding something that cannot be overridden
takes power away from the end-user.