http://www.rawathletics.com/about/the-team/ Trying to get that linkedin button right next to the name, but I believe because the name is in header tags, that's not working out. How should I do this?
Nevermind -- i'll just use this image since it works for some reason. If anyone knows why it wasnt working before, feel free to explain. Thanks
You could put it in a table <table> <tbody> <tr> <td><h1>Stephen Steinberg</h1></td> <td><img src="image here"></td> </tr> </tbody> </table> Code (markup):