balamoorthy
New Member
I have been searching for a solution to this for a while now, with no luck. I notice that my code is responsive, in the fact that if I scale it down to the size of a phone or tablet - all of the text, links, and social icons scale accordingly.However, the ONLY thing that doesn't is my image in the body; which is wrapped in paragraph tags.. with that being said, is there a simple way to make the image responsive as well?Thank you! Here's the code that I used to have my image show in the body:\[code\]</body> </center> <p><a href="http://stackoverflow.com/questions/15458650/MY WEBSITE LINK" target="_blank"><img src="http://stackoverflow.com/questions/15458650/IMAGE LINK" border="0" alt="Null"></a></p> </center></body>\[/code\]