crazy_layouts


About this Entry
Posted by: serinkora13

Visit serinkora13's Xanga Site

Original: 3/14/2005 6:15 PM
Views: 1
Comments: 1
eProps: 2

Read Comments
Post a Comment
Back to Your Xanga Site


Who gave the eProps?
2 eProps!2 eProps! 2 eProps from:
xmeghan3

Monday, March 14, 2005

 

heyy uhmm wow... lyk.. alot of people are cumin to my site... i didnt think this much wud come... lol well on saturday i went bowling... it was alott of funn :] then we went to gregs house then ahaha my frends were being loud wen i was talking on the cell phone.. im gonna paste the codes u guys asked for here now loll ok i got all my codes here from www.createblog.com if u go there, then go to xanga scripts for alot of good codes.. ok well byee

BOLD/ITALIC/UNDERLINE COLORED TEXT::be sure to change the colors to wut u want

BOLDED TEXT::

<!-- begin code provided by createblog.com -->
<style type="text/css">
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
 font-weight: bold;
 color: #ffffff;
 }
</style>
<!-- end code provided by createblog.com--!>

UNDELINED TEXT::

<!-- begin code provided by createblog.com -->
<style type="text/css">
.blogbody u, .standard u, p u, strong {
/* edits bolded text in your entry */
 font-weight: underline;
 color: #ffffff;
 }
</style>
<!-- end code provided by createblog.com--!>

ITALIC TEXT::

<!-- begin code provided by createblog.com -->
<style type="text/css">
.blogbody i, .standard i, p i, strong {
/* edits bolded text in your entry */
 font-weight: italic;
 color: #ffffff;
 }
</style>
<!-- end code provided by createblog.com--!>

SUBSCRIPTION WITH NAMES::

<!-- begin code provided by createblog.com -->

<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
//blogring.document.write
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "cents");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollar");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollars");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out");
else if (str.match (/XANGA USUERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME/i, "WHAT TO BE CHANGED TO");
else if (str.match (/XANGA USERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME/i, "WHAT TO BE CHANGED TO");
else if (str.match (/XANGA USERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME/i, "WHAT TO BE CHANGED TO");
else if (str.match (/XANGA USERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME/i, "WHAT TO BE CHANGED TO");
else if (str.match (/XANGA USERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME/i, "WHAT TO BE CHANGED TO");
else if (str.match (/XANGA USERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME/i, "WHAT TO BE CHANGED  TO");
else if (str.match (/XANGA USERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME/i, "WHAT TO BE CHANGED TO");
else if (str.match (/XANGA USERNAME/i)) links[l].innerHTML = str.replace (/XANGA USERNAME/i, "WHAT TO BE CHANGED TO");

}//-->
</script>

<script type="text/javascript">
function adjustSirListHeight()
{
    // *** define the height of your SIR-list in the line below
    var sirListHeight = '230px';
    var allTables = document.getElementsByTagName('tbody');
    for (i=4; i < allTables.length; ++i)
    {
        if ((allTables[i].innerHTML.indexOf('SubscribeTo.aspx') != -1) &&
            (allTables[i].innerHTML.toUpperCase().indexOf('<TABLE') == -1))
        {
            sirlist = allTables[i].lastChild;
            temp = sirlist.firstChild.innerHTML;
            sirlist.removeChild(sirlist.firstChild);
            td = document.createElement('td');
            div = document.createElement('div');
            div.style.width = '150px';
            div.style.height = sirListHeight;
            div.style.overflow = 'auto';
            div.innerHTML = temp;
            td.appendChild(div);
            sirlist.appendChild(td);
            break;
        }
    }
}
if (navigator.userAgent.indexOf('Mac') == -1)
    if ((document.URL.indexOf('weblogs') == -1) &&
        (document.URL.indexOf('guestbook') == -1) &&
        (document.URL.indexOf('events') == -1) &&
        (document.URL.indexOf('reviews') == -1))
        adjustSirListHeight();
</script>


<!-- end code provided by createblog.com -->

CHANGING THE DATES:: website stats

<!-- begin code provided by createblog.com -->

<script type="text/javascript">
//
// ?003 EasterEgg, http://www.xanga.com/easteregg
// Changes date text
// For use at Xanga only.
//
// Info at http://dorkette.net
//

function replaceWordsDates()
{
    // ***add the Months or Days you wish to replace below
    var oldWordsDates = new Array(
        "January",
        "February",
        "March",
        "April",
        "May",
        "June",
        "July",
        "August",
        "September",
        "October",
        "November",
        "December",
        "Monday,",
        "Tuesday,",
        "Wednesday,",
        "Thursday,",
        "Friday,",
        "Saturday,",
        "Sunday,",
        "2002",
        "2003",
        "2004",
 "2005",
 "2006",
 "2007",
 "2008",
        "01, ",
        "02, ",
        "03, ",
        "04, ",
        "05, ",
        "06, ",
        "07, ",
        "08, ",
        "09, ",
        "10, ",
        "11, ",
        "12, ",
        "13, ",
        "14, ",
        "15, ",
        "16, ",
        "17, ",
        "18, ",
        "19, ",
        "20, ",
        "21, ",
        "22, ",
        "23, ",
        "24, ",
        "25, ",
        "26, ",
        "27, ",
        "28, ",
        "29, ",
        "30, ",
        "31, "
 );

    // *** add the replacing Months or Days below
    var newWordsDates = new Array(
        "x JANUARY",
        "x FEBRUARY",
        "x MARCH",
        "x APRIL",
        "x MAY",
        "x JUNE",
        "x JULY",
        "x AUGUST",
        "x SEPTEMBER",
        "x OCTOBER",
        "x NOVEMBER",
        "x DECEMBER",
        "_MONDAY ",
        "_TUESDAY ",
        "_WEDNESDAY ",
        "_THURSDAY ",
        "_FRIDAY ",
        "_SATURDAY ",
        "_SUNDAY ",
        " 2002",
        " 2003",
        " 2004",
 " 2005",
 " 2006",
 " 2007",
 " 2008",
        "o1, ",
        "o2, ",
        "o3, ",
        "o4, ",
        "o5, ",
        "o6, ",
        "o7, ",
        "o8, ",
        "o9, ",
        "1o, ",
        "11, ",
        "12, ",
        "13, ",
        "14, ",
        "15, ",
        "16, ",
        "17, ",
        "18, ",
        "19, ",
        "2o, ",
        "21, ",
        "22, ",
        "23, ",
        "24, ",
        "25, ",
        "26, ",
        "27, ",
        "28, ",
        "29, ",
        "3o, ",
        "31, "

 );

    allDivData = document.getElementsByTagName('div');
       
    var collections = new Array(allDivData);
   
    for (var k = 0; k < collections.length; ++k )
    {
        for (var i = 0; i < collections[k].length; ++i )
        {  
            if (collections[k][i].innerHTML.indexOf('DIV') == -1)
            {
                for ( var n = 0; n < oldWordsDates.length; ++n )
                {
                    var indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n])
                    while (indx != -1)
                    {  
                        var replacement = '';
                        indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]);
                        replacement = collections[k][i].innerHTML.replace(oldWordsDates[n], newWordsDates[n]);
                        collections[k][i].innerHTML = replacement;
                        break;                   
                    }
                }
            }
        }
    }
}
replaceWordsDates();
</script>
<!-- end code provided by createblog.com -->

 Posted 3/14/2005 6:15 PM - 1 View - 2 eProps - 1 Comment

Give eProps or Post a Comment

1 Comment

Visit xmeghan3's Xanga Site!
Great Site!!! Where do u put the codes for bold/italic/underline? thankss oh and i loved the Xanga Skin you made that won first place <33
Posted 4/13/2005 12:09 PM by xmeghan3 - reply


Choose Identity
(?)
 
Give eProps (?)
Post a Comment
Add Link | Preview HTML comment help 
  • Say it with Minis! (?)

Profile Pic:
Default  |  Choose »  (?)



Back to serinkora13's Xanga Site!
Note: your comment will appear in serinkora13's local time zone:
GMT -08:30


*HUGS* TOTAL! give serinkora13 more *HUGS*
WHAT DOES YOUR PERSONALITY RATE FROM 1-10? by morning_prayer
YOUR FIRST FULL NAME::
YOUR PERSONALITY RATES A::eight
YOU BEST QUALITY IS::you're unique and you rock!!
YOUR WORST QUALITY IS::you're shy
THIS IS BECAUSE::other people influenced you
Quiz created with MemeGen!
Got'em Xanga Logger / Tracker Code: