Revolution X

Coding Community => Coding Snippets => Topic started by: DzinestaR on September 07, 2009, 10:14:17 pm



Title: [Code] Customizable Button
Post by: DzinestaR on September 07, 2009, 10:14:17 pm
Forum Url: http://SMFDesigns.smfforfree3.com

Code Demo! (http://dzinedemox4.smfforfree3.com)

Here is a little code that will place a clickable button at the bottom or top of your forum depending whether you put it in your header or footer, click the link above for a preview.
Click the button at the bottom to see it in action.

Header OR Footer

Code:
<center>
<FORM METHOD="LINK" ACTION="http://YourURLHere.smfforfreeX.com">   
<INPUT TYPE="submit" VALUE="your text here">
</FORM></center>

Edit the following to get it looking how you want.

Code:
ACTION="http://YourURLHere.smfforfreeX.com"
- The URL the button will go to when clicked, change smfforfreeX.com to smfforfree.com smfforfree2.com smfforfree3.com smfforfree4.com which ever server your on.

Code:
VALUE="Button Text"
- Text Displayed on the Button.

Note: If used the button will be centered.
.Com .Net .Org all domains are useable for this code.

Enjoy

-DzinestaR