Welcome to Dream.In.Code
Getting Help is Easy!

Join 118,659 Programmers for FREE! Ask your question and get quick answers from experts. There are 859 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



Image Linking

 
Reply to this topicStart new topic

Image Linking

biggles2008
post 16 Jun, 2008 - 06:17 AM
Post #1


D.I.C Addict

Group Icon
Joined: 5 Mar, 2008
Posts: 518



Thanked 1 times

Dream Kudos: 150
My Contributions


Okay so i have images all sliced so i can use them as buttons.

I recently realised i cba with DW and wanted to learn my HTML again using notepad.

So i typed for example
CODE
<a href="<url>" <img src="<file name>"></a>



But i get the annoying blue square around my image. Any ideas? My idea was CSS but i wanted to see other solutions.
User is offlineProfile CardPM

Go to the top of the page


no2pencil
post 16 Jun, 2008 - 06:24 AM
Post #2


Wet D.I.C.

Group Icon
Joined: 10 May, 2007
Posts: 5,512



Thanked 36 times

Dream Kudos: 2350

Expert In: Goofing Off

My Contributions


QUOTE(biggles2008 @ 16 Jun, 2008 - 09:17 AM) *

i get the annoying blue square around my image.


CODE
<a href="<url>" <img src="<file name>" border=0></a>
User is offlineProfile CardPM

Go to the top of the page

biggles2008
post 16 Jun, 2008 - 06:37 AM
Post #3


D.I.C Addict

Group Icon
Joined: 5 Mar, 2008
Posts: 518



Thanked 1 times

Dream Kudos: 150
My Contributions


Awesome thanks!
User is offlineProfile CardPM

Go to the top of the page

level1
post 16 Jun, 2008 - 06:56 AM
Post #4


New D.I.C Head

*
Joined: 12 Jun, 2008
Posts: 34



Thanked 5 times
My Contributions


the border attribute for an image is deprecated. You should now use style="border:none;". Or you can add this to your style sheet
CODE

img {
border: none;
}


then all of your images will behave.
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 10/12/08 04:04AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month