Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsZymic Free Web HostingZymic Free Web Hosting - General Discussion & Help right
  Reply to this topic Start new topic
left right
Badboy104
post Jul 26 2012, 09:28 AM
Post #1


Newbie
*

Group: Members
Posts: 1
Joined: 24-May 12
Member No.: 243,153



Hello!
I am very new at this.
If I have a button that people should press which will then link to another page, how do I do?
I have a viral script, everything is already finished, but I do not understand how I should do.
grateful for answers!
Regards / Badboy
Go to the top of the page 
 
  + Quote Post
AirOgames.zxq.ne...
post Jul 26 2012, 11:10 AM
Post #2


Member
**

Group: Members
Posts: 32
Joined: 5-April 12
Member No.: 236,922



could you give us a link to your website and tell us more what you are looking for
Go to the top of the page 
 
  + Quote Post
zpcs
post Jul 26 2012, 12:20 PM
Post #3


Marvellous Ninja
******

Group: Members
Posts: 568
Joined: 10-May 09
From: Wisconsin state, United States of America
Member No.: 94,482



Hi Badboy104,
The HTML URL Link ( <a href="URL">TEXT</a> ) is a pretty straight forward Anchored Hypertext REFerence equating to a quoted valid web [page] address. An example would be:
CODE
<a href="http://www.zymic.com/index.php">ZYMIC WEBMASTER RESOURCES</a>

This above link provides a TEXT URL Link to ZYMIC WEBMASTER RESOURCES .

Utilizing an IMAGE (your "button" Badboy104) ( <a href="URL"><img src="FILENAME PATH" alt="DESCRIPTION"></a> ) the Anchored Hypertext REFerence equating to a quoted valid web [page] address becomes just a little bit more coded:
CODE
<a href="http://www.zymic.com/index.php">
  <img src="zymic.jpg" alt="ZYMIC WEBMASTER RESOURCES"></a>

Here (above) the the WEB PAGE (that has your URL Link to the other page) and the IMAGE (your "button" Badboy104) reside in the same folder within the website. The IMAGE is the "zymic.jpg" and the ALTERNATE (in the event the IMAGE fails to display on the web page) is the quoted ZYMIC WEBMASTER RESOURCES.
This above link provides a BUTTON URL Link to .

Yes, You Need To Use The QUOTES As In The CODE(s).
For more information feel free to visit W3Schools HTML Links and Tizag HTML - Image Links .

Hope this helps you out.
Go to the top of the page 
 
  + Quote Post
 Reply to this topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 23rd May 2013 - 02:45 AM