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. Quote Link to comment 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] Quote Link to comment 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;} Quote Link to comment Share on other sites More sharing options...
ted_chou12 Posted December 19, 2006 Author Share Posted December 19, 2006 thanks. Quote Link to comment 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.