First of all let me just say hi to everyone since this is my first post here.
I am using php on my website, however my question is simply html...
I have a couple frames, one for a menu and one for the main content. My problem is that I have a bunch of images in the menu frame that are basically used as menu item buttons. When someone clicks on these images, I want the main frame to go to the appropriate page. This works, however when I click on the image a border appears around it, and since I don't refresh that frame, the border stays. If possible I would like to get rid of the border, but I don't want to have to refresh the frame.
I'm using border="0" in the img tag and the a href tags, but still a border appears once the user clicks the menu image. Any ideas would be great!