hi all...i have a problem and i need help(its a simple one) i have a picture on my website...but when i linked the picture to a page it gave me a green border...i need to get rid of the green border...does anyone know the code to do that?:thefinger
hi all...i have a problem and i need help(its a simple one) i have a picture on my website...but when i linked the picture to a page it gave me a green border...i need to get rid of the green border...does anyone know the code to do that?:thefinger
Yup!
here you go:
The bit in bold is what you need to add to the code! and the target="NEW" part is only if you want the image link to open in a new window!Code:<a href="link here" target="NEW"><img src="source of image" border="0" /></a>
Hope this helps!
Regards,
Zenax
Last edited by Zenax; 08-01-2006 at 04:22 PM.
Than you it fixed the problem:thefinger :thefinger
Actually that's target="_blank"Originally Posted by Zenax
target="new" would work, but let's say you had two pages that would open up in a new window. You click the first link and it opens in a new window, but then you open the second link and it opens in the window that link 1 opened in.
That is why the correct way is target="_blank"
EOF
in css do this
Code:a img { border-top: 0px; border-bottom: 0px; border-right: 0px; border-lef: 0px; }
Making your computer vunerable to attacks :: Isn't that microsofts job?