At the moment I simply have the clients, team roles and team names on the team assignment page.
I need to add the following information.
email address of each team member
URL for the project web site
each PM needs to email me the HTML code which I can place on the team page. Here is an example of what I need
------------------------------------------------------------------------------
<a href="url of the project web site">SRJC bookstore</a>
<p>
PM - Carol Ho <a href="mailto:carol@pretendisp.com">carol@pretendisp.com</a><br>
Des -Anne Petterford <a href="mailto:anne@pretendisp.com">anne@pretendisp.com</a><br>
PRG - Wendy Hecker <a href="mailto:wendy@pretendisp.com">wendy@pretendisp.com</a><br>
CD -Ivan Todd <a href="mailto:ivan@pretendisp.com">ivan@pretendisp.com</a><p>
------------------------------------------------------------------------------