Image Link Problem

Darren Taylor's picture

He has: 6 posts

Joined: Mar 2004

Hi everyone.

I sliced a layout I made in Photoshop and got the HTML code.

I began to add to the HTML code and what I wanted was a roll over on the buttons/links.

I got the rollover working but now there is a big blue border around my button Sad

Can someone help?

The Webmistress's picture

She has: 5,586 posts

Joined: Feb 2001

add border="0" to your image tag

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

or

img { border: 0; }

to your CSS file.

Darren Taylor's picture

He has: 6 posts

Joined: Mar 2004

Thanks guys, worked.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.