can u help me wit this? |
![]() ![]() |
can u help me wit this? |
Apr 22 2005, 04:31 PM
Post
#1
|
|
![]() "(A.k.a. H.K.T.)" ![]() ![]() ![]() ![]() Group: Member Posts: 202 Joined: Mar 2005 Member No: 110,787 |
hi,um..i waz wonderin is there a code where,-like when u click on a link on xanga,there is another layout......hmm...say like when u refresh instead of having the layout u allwayz have,a new layout come out.
|
|
|
|
Apr 22 2005, 04:35 PM
Post
#2
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
|
|
|
|
| *mona lisa* |
Apr 22 2005, 04:35 PM
Post
#3
|
|
Guest |
The closest I came to this is here: http://www.createblog.com/forums/index.php?showtopic=234
There are a few links on there to check out too. |
|
|
|
Apr 22 2005, 04:47 PM
Post
#4
|
|
![]() "(A.k.a. H.K.T.)" ![]() ![]() ![]() ![]() Group: Member Posts: 202 Joined: Mar 2005 Member No: 110,787 |
oO,um for those do i have to image map them differently??
|
|
|
|
Apr 22 2005, 04:50 PM
Post
#5
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
Probably.
|
|
|
|
Apr 22 2005, 04:58 PM
Post
#6
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
I found this on pro-boards.. maybe this is similar.
Umm. I just realized the code by micron looks exactly the same. I think they jocked his script. CODE <!-- begin code provided by proboards.com--> <script type='text/javascript'> // random skins by emily j. var skin = new Array(); // change this to reflect your set of skins skin[0] = 'http://url/to/skin1.css'; skin[1] = 'http://url/to/skin2.css'; skin[2] = 'http://url/to/skin3.css'; skin[3] = 'http://url/to/skin4.css'; var index = Math.floor(Math.random() * skin.length); document.write('<link rel="stylesheet" href="'+ skin[index] +'" type="text/css">'); </script> <!-- end code provided by proboards.com --> CODE <!-- begin code provided by proboards.com--> <link rel="stylesheet" href="http://www.createblog.com/tools/randomizer.php?username=YOURUSERNAME&type=css" type="text/css"> <!-- end code provided by proboards.com--> CODE <!-- begin code provided by proboards.com--> <script type='text/javascript'> // random skins by emily j. var skin = new Array(); var image = new Array(); // change this to reflect your set of skin skin[0] = 'http://url/to/skin1.css'; skin[1] = 'http://url/to/skin2.css'; // change this to reflect your matching image image[0] = 'http://url/to/image1.jpg'; image[1] = 'http://url/to/image2.jpg'; var index = Math.floor(Math.random() * skin.length); // for the skin document.write('<link rel="stylesheet" href="'+ skin[index] +'" type="text/css">'); // for the matching image document.write('<img src="'+ image[index] +'">'); </script> <!-- end code provided by proboards.com--> |
|
|
|
Apr 22 2005, 05:01 PM
Post
#7
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
^ Well if it's the same, then wouldn't we rather use Createblogs'?
|
|
|
|
| *mona lisa* |
Apr 22 2005, 05:15 PM
Post
#8
|
|
Guest |
This links to cB:
CODE <!-- begin code provided by proboards.com--> <link rel="stylesheet" href="http://www.createblog.com/tools/randomizer.php?username=YOURUSERNAME&type=css" type="text/css"> <!-- end code provided by proboards.com--> If that appears on the code on proboards as well, then obviously they stole it. |
|
|
|
Apr 22 2005, 05:26 PM
Post
#9
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
Wow. If they're going to steal it, they should at least take off the link to CB. Dang they're smart
|
|
|
|
Apr 22 2005, 05:59 PM
Post
#10
|
|
![]() I'm just a little bit crazy... ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,119 Joined: Jun 2004 Member No: 19,760 |
|
|
|
|
Apr 22 2005, 06:28 PM
Post
#11
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
you can also modify the "random banner script" to support one image map for various images, provided their coordinates are the same. If you need an example, then try pasting this code into a test xanga:
you'll notice that the image randomizes, and the image map is still there xD in fact, your idea is so original, i think i'll try experimenting with it for a new layout xD |
|
|
|
![]() ![]() |