Forum index / Computers / HTML help.

HTML help.

3 posts · page 1 of 1

post #1
05 June 2006, 06:06 UTC#1
Im having a little HTML trouble.
Im working on making the Famous Videos site all over agian and the code to redrect from image to another
is making a box around the image that I used to redirect.

does anyone know how to get rid of the boxes around the image?

go here and see what im talking about:

famous videos
under the disclaimer theres the enter and leave buttons and they have boxes around them..can you get rid of those?

thanks.
post #2
05 June 2006, 06:38 UTC#2
in the link add border="0"

e.g. < a href="url" border="0"></a>
post #3
05 June 2006, 17:19 UTC#3
thank you.