Help creating a skin for my page |
Help creating a skin for my page |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 166 Joined: Jul 2004 Member No: 27,401 ![]() |
i am trying to put a skin i created on my page for xanga. I am a non-premium member and i can't get the page to change here's the code:
QUOTE <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Passionaye Prayer v.1</title> <!-- flooble Expandable Content header start --> <script language="javascript"> // Expandable content script from flooble.com. // For more information please visit: // http://www.flooble.com/scripts/expand.php // Copyright 2002 Animus Pactum Consulting Inc. //---------------------------------------------- var ie4 = false; if(document.all) { ie4 = true; } function getObject(id) { if (ie4) { return document.all[id]; } else { return document.getElementById(id); } } function toggle(link, divId) { var lText = link.innerHTML; var d = getObject(divId); if (lText == '+') { link.innerHTML = '-'; d.style.display = 'block'; } else { link.innerHTML = '+'; d.style.display = 'none'; } } </script> <!-- flooble Expandable Content header end --> </head> <body bgcolor="#9900CC" style="font-family: Verdana" link="white"> <div align="center"> <center> <table border="0" cellspacing="0" width="100%" height="100%" cellpadding="0"> <tr> <td width="100%" colspan="3" height="19"><font size="5" face="Verdana"> Passionate Prayer</font></td> </tr> <tr> <td width="10%" height="50"> <br><br> <table border="0" cellspacing="0" cellpadding="2" width="100%" style="background: #9900CC; color: #FFFFFF; border-collapse:collapse" bordercolor="#111111"> <tr> <th align="left">'Bout ME</th> <th align="right"> [<a title="show/hide" id="id="exp1_link"" href="java script: void(0);" onclick="toggle(this, 'exp1');" style="text-decoration: none; color: #FFFFFF; ">-</a>] </th> </tr> <tr > <td id="exp1" style="padding: 0px;" style="background: #CCCCFF" colspan="2"> <$Profile_Info$><br> <br> <a href="<$Profile_Link$>">View My Profile</a></td> </tr> <br><br> </table> </td> <td width="34%" height="100%" rowspan="4" valign="top"> <iframe height="100%" width="100%" name="main" align="middle" border="0" frameborder="0" src="%3C$Posts$%3E" marginwidth="1" marginheight="1"> posts are here</iframe> </td> <td width="10%" height="100%" rowspan="4" valign="top"> </td> </tr> <tr> <td width="10%" height="50"> <br><br> <table border="0" cellspacing="0" cellpadding="2" width="100%" style="background: #9900CC; color: #FFFFFF; border-collapse:collapse" bordercolor="#111111"> <tr> <th align="left">I Hang WITH...</th> <th align="right"> [<a title="show/hide" id="id="exp2_link"" href="java script: void(0);" onclick="toggle(this, 'exp2');" style="text-decoration: none; color: #FFFFFF; ">-</a>] </th> </tr> <tr > <td id="exp2" style="padding: 0px;" style="background: #CCCCFF" colspan="2"> <$Blogrings$><br> </td> </tr> </table> </td> </tr> <tr> <td width="10%" height="50"> <br><br> <table border="0" cellspacing="0" cellpadding="2" width="100%" style="background: #9900CC; color: #FFFFFF; border-collapse:collapse" bordercolor="#111111"> <tr> <th align="left">I've Read...</th> <th align="right"> [<a title="show/hide" id="id="exp3_link"" href="java script: void(0);" onclick="toggle(this, 'exp3');" style="text-decoration: none; color: #FFFFFF; ">-</a>] </th> </tr> <tr > <td id="exp3" style="padding: 0px;" style="background: #CCCCFF" colspan="2"> <$Sites_I_Read$><br> </td> </tr> </table> </td> </tr> <tr> <td width="10%" height="50"> <br><br> <table border="0" cellspacing="0" cellpadding="2" width="100%" style="background: #9900CC; color: #FFFFFF; border-collapse:collapse" bordercolor="#111111"> <tr> <th align="left">Other Things...</th> <th align="right"> [<a title="show/hide" id="id="exp4_link"" href="java script: void(0);" onclick="toggle(this, 'exp4');" style="text-decoration: none; color: #FFFFFF; ">-</a>] </th> </tr> <tr > <td id="exp4" style="padding: 0px;" style="background: #CCCCFF" colspan="2"> <a href="<$Subscribe_Link$>">Subscribe to me</a><br> <a href="<$Guestbook_Link$>">Sign My GBook</a><br> <a href="<$Event_Link$>">Events</a><br> </td> </tr> </table> </td> </tr> </table> </center> </div> </body> </html> can someone please help me? thanx a bunch!! |
|
|
![]() ![]() |