Author |
Topic  |
|
dartfrog
Novice

5 Posts |
Posted - 11 Oct 2003 : 15:50:17
|
How can i link my buttons and pictures to another page.htm fx i press the mouse on a button and nothing happens
|
Hello |
Edited by - on |
|
n/a
deleted
    
492 Posts |
Posted - 11 Oct 2003 : 16:26:32
|
Hi dartfrog, I'm not sure i have understand ... May you do an example?
Bye 
|
Ciao Ciao De.  |
Edited by - on |
 |
|
dartfrog
Novice

5 Posts |
Posted - 12 Oct 2003 : 00:44:46
|
well for ex. i have some html boxes on my page the html is mayb a google search from google but i cannot press the submit button
look at www.kimpoulsen.dk
quote: Originally posted by dartfrog
How can i link my buttons and pictures to another page.htm fx i press the mouse on a button and nothing happens
|
Hello |
Edited by - on |
 |
|
n/a
deleted
    
492 Posts |
Posted - 12 Oct 2003 : 11:43:30
|
Ok dartfrog, in the html control in which you wrote your HTML Code, add as first line this string:
<FORM method=GET action="http://www.google.com/search"> and add this line at the end:
</form>
Hope this help.
Keep us informed 
bye! |
Ciao Ciao De.  |
Edited by - on |
 |
|
dartfrog
Novice

5 Posts |
Posted - 12 Oct 2003 : 14:13:03
|
Thanks, it works for google but not the other linked pictures, i have to link to them cause i use tradedubler
Kim [2 H:)]
quote: Originally posted by De
Ok dartfrog, in the html control in which you wrote your HTML Code, add as first line this string:
<FORM method=GET action="http://www.google.com/search"> and add this line at the end:
</form>
Hope this help.
Keep us informed 
bye!
|
Hello |
Edited by - on |
 |
|
n/a
deleted
    
492 Posts |
Posted - 12 Oct 2003 : 14:52:14
|
... mmh ...
I'm not sure ... Maybe i need another example ... sorry ...
You want to click on a image and go to another page? in this case you can doubleclick (in the editor) on the image that you want to link 2 another page, and insert in the "A HRef:" box the url (ex: http://www.yahoo.com).
If i haven't understand write an example.
Hope this help! 
|
Ciao Ciao De.  |
Edited by - on |
 |
|
dartfrog
Novice

5 Posts |
Posted - 12 Oct 2003 : 17:21:35
|
the picture works fine for me as long as i have it on my page, but if i link to it then i can not press on it if i press it it should lead me to another page i send you an exsample in private message because there is some private info on it |
Hello |
Edited by - on |
 |
|
n/a
deleted
    
492 Posts |
Posted - 12 Oct 2003 : 17:45:14
|
ok, you've got a new pm! |
Ciao Ciao De.  |
Edited by - on |
 |
|
Swordfish
Novice

United Kingdom
1 Posts |
Posted - 27 Oct 2003 : 19:26:30
|
The easiest solution to your image link problem would be to save the images to a folder on your site, eg images and use that as your link image. Your link to the Ink site for example would then look like this:
<a href="http://tracker.tradedoubler.com/click?p=11752&a=914970&g=0" target="_new"> <img src="images/ink.gif" border=0 width="468" height="60"> </a>
Doing it this way enables you to keep all of your images in one manageable location, rather than having them scattered about. One of the easiest ways to learn web design is to Right Click on a page, select "view source" and go through the html code to see what the author has done. If you save the web page you can do this at your leisure. |
Edited by - on |
 |
|
n/a
deleted
    
492 Posts |
Posted - 27 Oct 2003 : 20:16:53
|
Thank You Swordfish !!! and welcome !!! |
Ciao Ciao De.  |
Edited by - on |
 |
|
Pelle
Super User
    
Italy
275 Posts |
Posted - 27 Oct 2003 : 21:15:37
|
Welcome Swordfish!
quote:
One of the easiest ways to learn web design is to Right Click on a page, select "view source" and go through the html code to see what the author has done. If you save the web page you can do this at your leisure.
I'm agree!  |
Pelle. |
Edited by - on |
 |
|
|
Topic  |
|