The Little Guy Posted July 9, 2008 Share Posted July 9, 2008 How do I remove borders around image links in gmail? I have done this: <style type="text/css"> img{border:0;} </style> It doesn't work. Quote Link to comment https://forums.phpfreaks.com/topic/113973-gmail-images/ Share on other sites More sharing options...
proggR Posted July 9, 2008 Share Posted July 9, 2008 what about this? <style type="text/css"> img{border-style: none;} </style> Quote Link to comment https://forums.phpfreaks.com/topic/113973-gmail-images/#findComment-585778 Share on other sites More sharing options...
The Little Guy Posted July 9, 2008 Author Share Posted July 9, 2008 I think that GMail removes style tags, because the tags don't show up in the source. Quote Link to comment https://forums.phpfreaks.com/topic/113973-gmail-images/#findComment-585782 Share on other sites More sharing options...
proggR Posted July 9, 2008 Share Posted July 9, 2008 If you're using IE have you loaded a style sheet into "Accessibility" section on the General tab? I'm sure FF or any other browser has the same feature but I'm not sure of its exact location right now. Or is that what you were talking about in the OP? Quote Link to comment https://forums.phpfreaks.com/topic/113973-gmail-images/#findComment-585801 Share on other sites More sharing options...
.josh Posted July 10, 2008 Share Posted July 10, 2008 yes, gmail removes style tags. Have you tried doing <img src = '...' style = '...'> ? Quote Link to comment https://forums.phpfreaks.com/topic/113973-gmail-images/#findComment-586073 Share on other sites More sharing options...
The Little Guy Posted July 10, 2008 Author Share Posted July 10, 2008 no, I assumed that Gmail removes those too, but I'll give it a try and get back. Quote Link to comment https://forums.phpfreaks.com/topic/113973-gmail-images/#findComment-586923 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.