• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » Page Editor » How to activate buttons?
How to activate buttons?
WorldOfDesign
Posts: 38
Reputation: 0

Message # 1 | 1:56 AM
help please. i created buttons on my website. how do i activate them? when i press on a button i want it to go to specific page. where should i paste the link from that page? im not good with codes, so if you could explain with simple language. thanks.
Black-Mage
Posts: 342
Reputation: 1

Message # 2 | 5:36 AM
WorldOfDesign, what do you mean by buttons? you should provide a URL of your site, and before you post new threads, use the search feature. smile
i believe that the code for a new link is
Code
<a href="URL_HERE">Name of the Link</a>


--- This post was updated ---


◄]Registered 2012-04-15[►
Post edited by Black-Mage - Monday, 2012-06-04, 9:56 AM
WorldOfDesign
Posts: 38
Reputation: 0

Message # 3 | 4:16 AM
okey. here what i mean. i created a button in visual editor. it is on the home page of my website now. i am interested how can i make it work, meaning when visitors click om that button i want it to take them to another page. here is the link from website: http://worldofdesign.ucoz.com/
the button called "Shop World Of Design". please, help.
CoffeeCone
Posts: 687
Reputation: 41

Message # 4 | 6:54 AM
Quote (Black-Mage)
Code
<a href="URL_HERE">Name of the Link</a>

That will work if he was using it on a text or image link. However, buttons behave differently.

Quote (WorldOfDesign)
okey. here what i mean. i created a button in visual editor. it is on the home page of my website now. i am interested how can i make it work, meaning when visitors click om that button i want it to take them to another page. here is the link from website: http://worldofdesign.ucoz.com/
the button called "Shop World Of Design". please, help.

Here you go:
Code
<input type="button" value="Shop World of Design" onclick="window.location.href='http://worldofdesign.ucoz.com/';" />

"Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.


WorldOfDesign
Posts: 38
Reputation: 0

Message # 5 | 4:06 PM
thank you so much! that worked smile
CoffeeCone
Posts: 687
Reputation: 41

Message # 6 | 4:28 PM
Quote (WorldOfDesign)
thank you so much! that worked

Glad to help. smile

"Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.


uCoz Community » uCoz Modules » Page Editor » How to activate buttons?
  • Page 1 of 1
  • 1
Search: