The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to make the square around 'enter' button dissapear?

2 posters

Go down

Solved How to make the square around 'enter' button dissapear?

Post by Gapo May 13th 2010, 3:41 pm

Thing is, on my homepage, the one before the forum, I have an enter button.
But, there is always this silly square around it..
Looks messy..

Is there any of getting rid of this square?

Thanks,

Gapo
avatar
Gapo
New Member

Posts : 11
Reputation : 0
Language : Dutch

Back to top Go down

Solved Re: How to make the square around 'enter' button dissapear?

Post by ankillien May 13th 2010, 5:58 pm

Hello,

Can you post the code which you use to put the square?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to make the square around 'enter' button dissapear?

Post by Gapo May 13th 2010, 6:03 pm

<p style="text-align: center;"><a href="http://inhumanfighters.forummotion.com/index.htm"><img alt="" src="http://creative-minded.com/fastscootercruisers/images/button_enter-forum.png" width="144" height="100"></a></p><


here it is:
inhumanfighters.forummotion.com
avatar
Gapo
New Member

Posts : 11
Reputation : 0
Language : Dutch

Back to top Go down

Solved Re: How to make the square around 'enter' button dissapear?

Post by ankillien May 13th 2010, 6:07 pm

Thanks Smile

TO remove the square around, you just need to add border="0" to the <img> tag. Your code should be this...

Code:
<p style="text-align: center;"><a href="http://inhumanfighters.forummotion.com/index.htm"><img alt="" src="http://creative-minded.com/fastscootercruisers/images/button_enter-forum.png" width="144" height="100" border="0"></a></p>
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to make the square around 'enter' button dissapear?

Post by Gapo May 13th 2010, 6:12 pm

Awesome! Thanks a lot! <3 Very Happy
I think I had that in there before, but guess I forgot it xD

Can be closed, thanks for the help Smile
avatar
Gapo
New Member

Posts : 11
Reputation : 0
Language : Dutch

Back to top Go down

Solved Re: How to make the square around 'enter' button dissapear?

Post by ankillien May 13th 2010, 6:14 pm

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum