Fair Housing Marketing: Compliance and Beyond

Apr 19, 2022    33 mins

In recognition of Fair Housing Month, LIBOR will be presenting a series of webinars focusing on the key role that REALTORS® play in Fair Housing for all. This informative session will discuss everything you need to know about Fair Housing advertising guidelines when developing your marketing and advertising content.
protected override void OnPreRender(EventArgs e) { var cmsPage = this.Page as CmsPageBase; if (cmsPage != null) { cmsPage.Title = "My Title"; cmsPage.Header.Controls.Add(new LiteralControl("")); } base.OnPreRender(e); }