Forum Moderators: phranque
One Simple Way:
You would simply have a database table (or flat file) containing the words you would like to replace (ex. Amazon, Yahoo, CitiBank, etc.) and their equivalent links (ex. <a href="">Amazon</a>, <a href="">Yahoo</a>, <a href="">Citibank</a>, etc.)
While the message is being posted, the code would search through the post for any of these words and if located (let's say it finds "Amazon"), the code replaces "Amazon" with <a href="">Amazon</a>
If there is a quicker way to do this through HTML or CSS, I'm not aware of it. Of course, the above example would need to be done through a scripting language like ASP, PHP, Perl, etc.
There are a number of commercial applications that also do this. You can sticky mail me and I'll send you a link.