Part 2 Using FBML to create a custom Join page.
Thanks for returning to part 2 on How to use FBML to Create a Custom Page!
Really, in order to participate and understand this tutorial you must have some knowledge HTML and hopefully some CSS. If you don’t, I recommend that you visit the W3Schools.com website. I have placed some code below and you are welcome to copy and paste it.
One of the sites that you will want to visit is this Facebook site: http://developers.facebook.com/tools.php?fbml. It has a place for you to test your FBML before you actually place it on your Facebook page.
<table cellpadding=0 cellspacing=0><tr><td> <table cellpadding=0 cellspacing=0> <tr><td> <fb:profile-pic uid=xxxxxx></fb:profile-pic> </td></tr> <tr><td> <fb:name useyou=false uid=xxxxxx firstnameonly=true></fb:name> </td></tr></table> </td><td> <table cellpadding=0 cellspacing=0><tr><td> <fb:profile-pic uid=xxxxxx></fb:profile-pic> </td></tr> <tr><td> <fb:name useyou=false uid=xxxxxx firstnameonly=true></fb:name> </td></tr></table> </td><td> <table cellpadding=0 cellspacing=0><tr><td> <fb:profile-pic uid=xxxxxx></fb:profile-pic> </td></tr> <tr><td> <fb:name useyou=false uid=xxxxxx firstnameonly=true></fb:name> </td></tr></table> </td></tr></table>
You’ll also want to visit How to Style an Application Like Facebook for more information on styling your Facebook page.
Here's the Tutorial:

This is really great information, thank you
Thank you, Angela.
Rebekah