header (redo), header border color |
header (redo), header border color |
![]()
Post
#1
|
|
![]() Anime Freak ![]() ![]() ![]() ![]() Group: Member Posts: 247 Joined: Apr 2004 Member No: 12,476 ![]() |
need help w/ changin da border color on within dis script:
<table border="1" cellspacing="0" cellpadding="4" width="150%" class="header" bordercolor=#006633><tr bgcolor=#cccccc></th><th align="left"> wat da border color 2 be #006633. btw... createblog staff, plz dont close dis topic til i confirm dat da scripts wrk |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 946 Joined: Jan 2004 Member No: 603 ![]() |
Here i edited it, also i made the background white, and i put the codes that are in your xanga.
CODE <!-- begin code provided by createblog.com -->
<table width="100%" height="29" border="2" cellpadding="4" cellspacing="0" bordercolor="006633" bgcolor="#FFFFFF"> <tr> <th height="29" scope="row"> <div align="left"><script language="JavaScript1.2"> var today = new Date; var Future0 = new Date; ThisYear = 2004; var FutureMonth = 04; var FutureDate = 7; var faraevent = "<font color=#006633><i>AP Testings!!!</font>"; Future0.setMonth(FutureMonth, FutureDate); Future0.setFullYear(ThisYear); today1 = Date.parse(today); future1 = Date.parse(Future0); secleft = future1 - today1; miliday = 24 * 60 * 60 * 1000; daysleft = secleft/miliday; daysleftint = Math.round(daysleft); if (daysleftint > 1) document.write(" ","<font color=#000000>", daysleftint, " <font color=#000000>Days Until</font> ", faraevent, " "); else if (daysleftint == 1) document.write(faraevent, " <font color=#000000>are Tomorrow</font>"); else if (today1 == future1) document.write(faraevent, " <font color=#000000>are Today</font>"); else if (today1 > future1) document.write(faraevent, " <font color=#000000>are Over for me!!! Yay!!!</font>"); </script></div> <div align="right"><script language="Javascript"> //AIM Status - xanga.com/add_ons //paste in custom header only //your screen name below var mysn="craziplaya21"; //the message before your AIM Status var themsg="<font color=#000000>I am currently</font>"; //picture to show when you are online var onlinepic="http://www.myimgs.com/data/craziplaya22/Online.gif"; //picture to show when you are offline var offlinepic="http://www.myimgs.com/data/craziplaya22/Offline.gif"; //no need to edit here document.write(themsg + " <IMG SRC=http://big.oscar.aol.com/" + mysn + "?on_url=" + onlinepic + "&off_url=" + offlinepic + "><font color=#000000> on aim.</font>"); </script> </div></th> </tr> </table> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |