image as a link, javascript |
image as a link, javascript |
Sep 4 2005, 08:15 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 16 Joined: Jun 2005 Member No: 152,326 |
how can i make an image as a link in java so that i can put it in corner of my xanga, similar to the make poverty history one? thanks in advance!
|
|
|
|
![]() |
Sep 4 2005, 09:53 PM
Post
#2
|
|
|
I love you more than sex appeal. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,045 Joined: Oct 2004 Member No: 52,932 |
CODE <a href="URL"><img src="URL OF IMAGE" border=0></a>
|
|
|
|
Sep 5 2005, 06:57 AM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 16 Joined: Jun 2005 Member No: 152,326 |
not like that.. i mean in java
|
|
|
|
Sep 5 2005, 08:38 AM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
You can always position it.
CODE <div style="margin-top: -100px; margin-right:-204px;"><a href="URL"><img src="URL OF IMAGE" border=0></a></div>
|
|
|
|
Sep 5 2005, 02:52 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 16 Joined: Jun 2005 Member No: 152,326 |
but java.. like the make hunger history one..
|
|
|
|
Sep 5 2005, 02:55 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Are you asking for the make poverty history thing and you want it on your xanga? If so read this thread.
http://www.createblog.com/forums/index.php...c=97657&hl=make |
|
|
|
Sep 5 2005, 03:03 PM
Post
#7
|
|
![]() Lil JC ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 868 Joined: May 2005 Member No: 145,741 |
umm..you cant link things in java well not easily the easiest way is the a href code they gave you above that is the easiest way to do it
|
|
|
|
Sep 5 2005, 10:53 PM
Post
#8
|
|
|
Member ![]() ![]() Group: Member Posts: 16 Joined: Jun 2005 Member No: 152,326 |
frozen, i dont mean that one but i mean in that style
|
|
|
|
Sep 6 2005, 09:37 AM
Post
#9
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
After making an image, you'd have to position it using a div; it's do-able, just a bit of a hassle.
|
|
|
|
Sep 7 2005, 11:10 PM
Post
#10
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Find one you like, encrypt the code they give you.
Or simply steal the code they use to position it and encrypt that. It's positioned by a div layer in a JS file. |
|
|
|
![]() ![]() |