Splash Screen plus text...??? |
Splash Screen plus text...??? |
Apr 15 2006, 11:51 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Apr 2006 Member No: 393,983 |
I'd like to add text underneath the picture on my Splash Screen but I don't know how. could someone help me out? Thanks in advance....Patty
|
|
|
|
![]() |
Apr 15 2006, 01:59 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
May I see what you did? Just the ver bottom section of the code. This part:
CODE 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><tr><td>TEXT HERE</td></tr></table><center><span>'); } </script> |
|
|
|
MamaLambNC Splash Screen plus text...??? Apr 15 2006, 11:51 AM
fishcake-y Where it says TEXT HERE. Just try it, 'cause I... Apr 15 2006, 12:58 PM
MamaLambNC Thank you very much. The text showed up but was sm... Apr 15 2006, 01:17 PM
MamaLambNC if (document.title.slice(-10) == 'Xanga Site... Apr 15 2006, 03:49 PM![]() ![]() |