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.

Donate Button

2 posters

Go down

Donate Button Empty Donate Button

Post by littlelaurence April 12th 2011, 12:19 pm

Short, sweet and simple. Blends in with all phpBB3 standard buttons.

Donate Button Donate10

Here's the image URL: https://i.servimg.com/u/f25/16/35/14/18/donate10.png

Here's the HTML code to put it on your forum:

Code:
<a href="http://YOUR_FORUM_URL/donate" target="_blank" title="Donate to us!"><img src="http://i25.servimg.com/u/f25/16/35/14/18/donate10.png" border="0">

If you want it to change when users place their mouse over it, use this code to turn the button blue:

Code:
<a href="http://YOUR_FORUM_URL/donate" target="_blank" title="Donate to us!"><img src="http://i25.servimg.com/u/f25/16/35/14/18/donate10.png" border="0" onmouseover="this.src='http://i25.servimg.com/u/f25/16/35/14/18/donate12.png'" onmouseout="this.src='http://i25.servimg.com/u/f25/16/35/14/18/donate10.png'">

And this code to turn the button black (if you don't like the blue):


Code:
<a href="http://YOUR_FORUM_URL/donate" target="_blank" title="Donate to us!"><img src="http://i25.servimg.com/u/f25/16/35/14/18/donate10.png" border="0" onmouseover="this.src='http://i25.servimg.com/u/f25/16/35/14/18/donate11.png'" onmouseout="this.src='http://i25.servimg.com/u/f25/16/35/14/18/donate10.png'">

Enjoy! Wink
avatar
littlelaurence
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Donate Button Empty Re: Donate Button

Post by Maki1 April 12th 2011, 5:44 pm

Nice job I like that.
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Donate Button Empty Re: Donate Button

Post by littlelaurence April 12th 2011, 8:01 pm

Maki1 wrote:Nice job I like that.

Great, & thanks. Smile It looks quite nice on the homepage of my phpbb3 forum. Maybe some other people will post their opinions?
avatar
littlelaurence
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

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