Log in

View Full Version : How do i change the buttons



loopoguy
12-07-2008, 12:35 AM
I like to change the style of my buttons to the ones here but dont know how to change them to my existing site.

If anyone can help i appreciate it thank you.

Schmoopy
12-07-2008, 12:52 AM
Do you mean the buttons like "Post Reply" and "Quote" etc?

If you do, then it's pretty simple, they are juts images, that look like buttons, so the HTML to say "New Thread" would simply be:



<a href="newthread.html"><img src="newthread.gif" border="none" alt="New Thread" title="New Thread"/></a>


Simple as that, but it will most likely not be a href link, but rather an onclick event as it propably uses javascript or something.

But anyway, that's the basics of it.

You can see the newthread.gif here:

http://www.dynamicdrive.com/forums/images/buttons/newthread.gif

Hope it helps.

Jack