PDA

View Full Version : help with image links


Neo_Angelo
09-06-2007, 09:32 AM
ok i'm having a bit of a problem when i add new images and links.

i've replaced the logout link with a button and i've also added a button to my postbit, the thing is they are links, and for some strange reason they both have a white border around them that on mouseover changes to a grey color (to show it is a link) my quetion is

why is this happening and how do i remove it. the attachment shows what i mean.

Lynne
09-06-2007, 02:00 PM
It's one of your CSS classes. I would look in your source code and find out what class the button belongs to, then look in the CSS for that style and modify the link properties.

nexialys
09-06-2007, 03:12 PM
your img tag have to contain like this:

<img src="xxx.xxx" border="0" />

Neo_Angelo
09-06-2007, 03:47 PM
ahh that might be why i've not included the border=0...i'll try that, thanks for the quick responces.