ted_chou12 Posted December 19, 2006 Share Posted December 19, 2006 I remembered someone mentioning this, and I saw that thread, but now when I have the problem, I cant seem to find it, can anyone suggest me how I can make those ugly blue borders of my hyperlinked pictures go away?ThanksTed. Link to comment https://forums.phpfreaks.com/topic/31207-solved-the-hyperlinked-images-have-blue-frame-around-them/ Share on other sites More sharing options...
mithu_sree Posted December 19, 2006 Share Posted December 19, 2006 Use border attribute[code]<a href="somepage.html"><img src="MyImage.png" border="0"></a>[/code] Link to comment https://forums.phpfreaks.com/topic/31207-solved-the-hyperlinked-images-have-blue-frame-around-them/#findComment-144367 Share on other sites More sharing options...
ToonMariner Posted December 19, 2006 Share Posted December 19, 2006 that is one method. better to use css like so...a img{ text-decoration: none; border: none;} Link to comment https://forums.phpfreaks.com/topic/31207-solved-the-hyperlinked-images-have-blue-frame-around-them/#findComment-144394 Share on other sites More sharing options...
ted_chou12 Posted December 19, 2006 Author Share Posted December 19, 2006 thanks. Link to comment https://forums.phpfreaks.com/topic/31207-solved-the-hyperlinked-images-have-blue-frame-around-them/#findComment-144396 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.