This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Removing the blue border around button links...please.

Hi,
I know this is probably a simple procedure but I have an horizontal menu across the top of my template. I have edited the template as I would like it and added the links to the buttons. However the bittons have all got blue borders around them now. This does not suit the colours in the site. How do I remove them and leave the buttons without borders?

Thanks very much!!

Re: Removing the blue border around button links...please.

The default action, when you wrap a link around a image, is to add a border. The border size and color is often controlled by style setting. To remove the border, add a border=0 attribute to all of your tags in your navigation area.

For example, one of your links looks like this:




Modify it to look like the following and then carry this on to your other links.


border=0>


Note that you can trim these links down by using relative references instead of absolute. A visitors browser knows where it is and will fill in the rest of the URL automatically. So, for example, the above link can be shortened to the following. This sometimes makes you code much easier to read.


border=0>

Re: Removing the blue border around button links...please.

Thanks, Martin! Very helpful and speedy reply.