In my SO profile, I tried to do Edit profile and there in "About Me" text box, I tried to paste a HTML code as below provided by linkedin.com to display a button which would link to my profile on linkedin. But it does not seem to work on SO. This is the html code:
<a href="http://in.linkedin.com/in/ajitsdeshpande" >
<img src="http://www.linkedin.com/img/webpromo/btn_myprofile_160x33.png" width="160" height="33" border="0" alt="View Ajit Deshpande's profile on LinkedIn">
</a>
When I checked the html tags allowed by SO, I found I had only the whitelisted tags allowed. So does this kind of thing I am trying to do work on SO.
If yes how can I get it working?
altattribute this way; usetitleinstead. – Marcel Korpel Dec 1 '10 at 1:29