Image Marquees..., help plz |
Image Marquees..., help plz |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Aug 2004 Member No: 40,715 ![]() |
is there anyway to have a image marquee with the images in it as links?
![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 ![]() |
|
|
|
![]()
Post
#3
|
|
![]() This bitch better work! ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 13,681 Joined: Jul 2004 Member No: 28,095 ![]() |
CODE <!-- begin code provided by createblog.com --> <form name="jump"> <select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"> <option value="#">Pictures</option> <option value="#">++++++++</option> <option value="Picture URL Here">Text you want the link to say here</option> <option value="Picture URL Here">Text you want the link to say here</option> <option value="http://www.xanga.com/private/home.aspx">Text you want the link to say here</option> <option value="Picture URL Here">Text you want the link to say here</option> <option value="Picture URL Here">Text you want the link to say here</option> <option value="Picture URL Here">Text you want the link to say here</option> <option value="Picture URL Here">Text you want the link to say here</option> <option value="Picture URL Here">Text you want the link to say here</option> <option value="Picture URL Here">Text you want the link to say here</option> </select> <!-- end code provided by createblog.com --> That is for a drop down. just put the url of the picture where it says "picture URL Here" and what ever you want the link to say in where it says "Text you want the link to say here". that should work. paste it in custom header You can add more links by adding this code... CODE <!-- begin code provided by createblog.com --> <option value="http://YOUR URL GOES HERE">YOUR TEXT GOES HERE</option> <!-- end code provided by createblog.com --> You make it match the colors of your xanga by adding this code... CODE <!-- begin code provided by createblog.com --> <style type="text/css"> select{ color:#000000; background-color:#FFFFFF; font-family:arial; font-size:10px; } </style> <!-- end code provided by createblog.com --> Paste that in custom header. i hope that helped! ![]() |
|
|
![]() ![]() |