Hi,
What I would do is store normal linknames & linkurls into the database like:
name..................... link
Marijn's page......... www.marijn.com
And then retreive it in like this:
<a href="http://<? echo($link); ?>"><? echo($name); ?></a>
For the fieldtype I normally use the standard 'varchar', which works fine.