Hi all, Tech support just helped me change my member page and said I could post the solution on this forum. If you have a lot of products on the Member page you might want your products list to be a scrolling list field, like the one that amember has for its members. I looked for the solution in the user manual, but was unable to find it, so I'm posting it here. Here's what you need to do: You customize /amember/templates/member.html file. Replace: <!-- product selection code --> <tr><th>#_TPL_SIGNUP_MEMB_TYPE# *</th><td> with: <!-- product selection code --> <tr><th>#_TPL_SIGNUP_MEMB_TYPE# *</th><td> <div style="height: 200px; overflow: auto; border: 1px solid #7F9DB9;"> and: </td></tr> <!-- paysystem selection code --> with: </div> </td></tr> <!-- paysystem selection code --> That's it. Works like a charm and was exactly what I wanted. Hope someone else finds this useful. Andrea