Just put the countries in a "Select" option, like:
You can put all the 195 countries if you want.
Remember to put the tabindex depending on where you want it to be placed.
Code:
<select name='country' id="country" tabindex="">
<option value='select a country'>Select a Country</option>
<option value='United States'>United States</option>
<option value='Canada'>Canada</option>
</select>
And follow the instructions in my post on how to extend the registration and the profile:
http://forums.pligg.com/pligg-module...need-help.html