iblogpro4 button
Started by
isaia
, Jan 24 2012 06:36 PM
11 replies to this topic
#1
Posted 24 January 2012 - 06:36 PM
how to create beautiful button with the code in the html page iblogpeo4?
http://extranet.golink.ch/telecharger/
#3
Posted 24 January 2012 - 11:03 PM
Thank you but I am not an expert in php I wanted something more SIMPE to insert it into page or article directly but
#4
Posted 24 January 2012 - 11:35 PM
That tool makes a css button for you, you can paste css code in Custom Code -> Custom CSS.
#5
Posted 25 January 2012 - 12:20 AM
ok but once I insert the CSS code for how I have a button on my page?
#6
Posted 25 January 2012 - 03:16 AM
What kind of button on which page? And where?
#7
Posted 25 January 2012 - 08:20 AM
I would like to create buttons on my page in html like "Download Oralce" but to give it color
link: http://extranet.golink.ch/
#8
Posted 25 January 2012 - 08:15 PM
You can also create a graphic with a graphics editor and insert the button you create as an image.
#9
Posted 25 January 2012 - 08:57 PM
yes but I do not know how I am not an expert in code
#10
Posted 25 January 2012 - 10:21 PM
If you have a class like this:
Then you do the html like this:
http://www.w3schools...s/css_intro.asp
.mybutton { color: red }
Then you do the html like this:
<a class="mybutton" href="#">click me</a>
http://www.w3schools...s/css_intro.asp
#11
Posted 25 January 2012 - 10:41 PM
ok it works thank you very much for the info
#12
Posted 25 January 2012 - 10:51 PM
I just did the test to create a download button click on it but when it does not work










