View previous topic :: View next topic |
Author |
Message |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Sat May 31, 2008 10:05 am Post subject: [HTML] Picture Button |
|
|
Hey Guys,
I'm new to Web coding just started about 10 minutes ago and im wondering if you could give me the tag for a picture that would act as a button e.g. A Picture of will direct you to www.google.com
_________________
|
|
Back to top |
|
 |
HalfPrime Grandmaster Cheater
Reputation: 0
Joined: 12 Mar 2008 Posts: 532 Location: Right there...On your monitor
|
Posted: Sat May 31, 2008 10:26 am Post subject: |
|
|
You just have to put the image in the anchor where "click here", etc would normally be.
Code: | <a href="http://www.google.com"><img src="dfahdf.jpg"></a> |
_________________
|
|
Back to top |
|
 |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Sat May 31, 2008 10:46 am Post subject: |
|
|
Thanks is there a way to overlap it with a text saying Google or something?
_________________
|
|
Back to top |
|
 |
HolyBlah Master Cheater
Reputation: 2
Joined: 24 Aug 2007 Posts: 446
|
Posted: Sat May 31, 2008 10:49 am Post subject: |
|
|
Code: | <a href="http://www.google.com">Google</a> |
|
|
Back to top |
|
 |
HalfPrime Grandmaster Cheater
Reputation: 0
Joined: 12 Mar 2008 Posts: 532 Location: Right there...On your monitor
|
Posted: Sat May 31, 2008 11:16 am Post subject: |
|
|
Code: | <a href="http://www.google.com"><img src="dfahdf.jpg">click here</a> |
Like that?
_________________
|
|
Back to top |
|
 |
--Pillboi-- Grandmaster Cheater Supreme
Reputation: 0
Joined: 06 Mar 2007 Posts: 1383 Location: I don't understand the question. Is this a 1 to 10 thing?
|
Posted: Sat May 31, 2008 12:19 pm Post subject: |
|
|
I think he means:
Code: | <a href="http://www.google.com"><img src="cheatengine.png" alt="Google"></a> |
_________________
Enter darkness, leave the light, Here be nightmare, here be fright...
Earth and Water, Fire and Air. Prepare to meet a creature rare.
Enter now if you dare, Enter now the dragon's lair. |
|
Back to top |
|
 |
|