The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to make a button exactly like...
A default button really, but I want it to say "Download Version 1.0.0", and link to "../freeversiondownload/" Can someone show me how to do this? Or give me a code for it? I just don't know how to make a button.. |
#2
|
|||
|
|||
![]() Quote:
![]() Code:
<DIV ALIGN=CENTER> <br> <form> <input type="button" value="Download Version 1.0.0" onClick="location.href='http://www.ukbusinesslive.co.uk/forum'"> </form> </br> </DIV> |
#3
|
|||
|
|||
![]()
Oh, thank you so much. =) now..
If I upload a .zip file, and link to it, will it automatically start a download when you visit it? |
#4
|
|||
|
|||
![]() Quote:
![]() |
#5
|
|||
|
|||
![]()
Ah, thank you mate, exactly what I wanted to know. =)
|
#6
|
||||
|
||||
![]()
You may consider just using an image or a text link, as that button requires the user to have JS enabled.
|
#7
|
||||
|
||||
![]()
or with css,
A "fake" botton, just coloring around it with css to make the link appear as a botton ![]() HTML Code:
a.botton { border: 2px outset; padding: 1px; text-decoration: none; font-size: 11px; background:#D4D0C8; color: #000000; line-height: normal; padding-bottom: 2px; padding-top: 2px; padding-left: 1em; padding-right: 1em; } HTML Code:
<a href="http://www.eeeee.ddddd" class="botton">"add new link"</a> Attachment 95154 |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|