i have a question!!! |
i have a question!!! |
Nov 21 2004, 05:21 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Nov 2004 Member No: 64,096 |
okay uhmmm well i made a banner tat should go to my xanga wen you click on it....buh i dont kno how to do tat....does anyone kno a code tat wen you click on the image/banner it leads you to a certain site?
please help!! thanks *L |
|
|
|
![]() |
Nov 21 2004, 05:49 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Nov 2004 Member No: 64,096 |
oh you mean like this...
<!-- begin code provided by createblog.com --> <script type='text/javascript'> // intro splash page by micron // for more xanga scripts and help go to createblog.com // change this url to an image of your choice var image = 'http://img87.exs.cx/my.php?loc=img87&image=dessertbyjessicasimpsonlinkagebanner.png'; function enterSite() { document.getElementById('splash').style.display = 'none'; var content = document.getElementsByTagName("center"); for (var i=0; i<content.length;i++) { content[i].style.display = 'block'; } return false; } if (document.title.slice(-10) == 'Xanga Site') { document.write('</span></center><style type="text/css"> center {display:none;} .image {border:1px solid #dcdcdc;} </style><table height="100%" width="100%" id="splash"><tr><td align="center" valign="middle" style="text-align:center !important;"><a href="#" onclick="return enterSite();"><img src="'+ image +'" border="0" class="image"></a></td></tr></table><center><span>'); } </script> <!-- end code provided by createblog.com --> |
|
|
|
brunettebabyx3 i have a question!!! Nov 21 2004, 05:21 PM
electric shock it's called intro splash screen.
this wont lea... Nov 21 2004, 05:36 PM
x_pink_jessie_x itz in the scriptz..look there next timez
QUOTE... Nov 21 2004, 05:49 PM![]() ![]() |