Can i add some HTML in my SO Profile 'About me' text box to show some button from linkedin?
- by goldenmean
Hello,
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>
1] 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.
2] If yes how can i get it working?
thanks,
-AD.