The rain over my head
Never seems to stop♥
Xanga+MEyoursSubsL&F
OMG



<<(myspace lyts)
Rock Your Site Rock Your Site
xxFinalFantasyAddictedxx
Ohmagoshlayouts
read my profile
sign my guestbook

Visit Ohmagoshlayouts's Xanga Site!

Name: Sarah
Country: United States
State: Pennsylvania
Metro: carlisle
Birthday: 10/31/1990
Gender: Female


Message: message meEmail: email me
Website: visit my website


Member Since: 1/3/2006

SubscriptionsSites I Read
C0L0RxLYTS
DUH_its_layouts
Duh_its_layouts_x3
FABULOUS_BUTTONS
LaYoUt_LuVeR88
ll_MyxAnimexLayouts_ll
lovely_cursors75
lovenglamour_lyts
notemo_lys
OH_SNAP__BUTTONZ
OLD__DUHITSLAYOUTS
photogenic_layouts
Pimp_Out_Your_Site
sherrys_designs
sunshowerr
tragical_beautiful_lyts
VogueDesigns
xxFinalFantasyAddictedxx

Blogrings
MeTaL/pUnK/eMo/RoCk LaYoUtS
previous - random - next

|L|a|y|o|u|t|S|4|Y|o|U|
previous - random - next

The Best Layout Sites!!!!
previous - random - next

<3 I make layouts, aren't you proud? <3
previous - random - next

*WE MAKE LAYOUTS*
previous - random - next

GLAMEROUS LAYOUTS <3*
previous - random - next

i HavE coDes anD layOuts
previous - random - next

Everything from quotes,icons, and layouts
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Saturday, January 07, 2006

NEWS

5-13-06 hey guys! visit my myspace layout site!

ohmagosh_lyts!

I hope you like it!


5-4-06 Hey how is everyone? I'm sorry I haven't been making layouts lately, I've decided to quit.

I'm leaving the codes here, because i love you all like that <33

Good news!!! I'm making myspace layouts!! I will post the link when things get settled.

All the layouts I've ever made went here

stay forever sweet!!!

OHMAGOSH!!

            


          Visit my
icon site! 
                 


Tuesday, January 03, 2006

Codes here:

Note: Comment to request other codes!

IF YOU WOULD LIKE TO COPY A CODE: HIGHLIGHT & PRESS CTRL+C!

Bold Font
Ctrl B or <b>TEXT HERE</b>

Italic Font
Ctrl I or <i>TEXT HERE</i>

Underline Font
Ctrl U or <u>TEXT HERE</u>

Strikeout Font
<s>TEXT HERE</s>


Ad remover (goes in webstats)



<!--Provided by http://thehtmlhelpsite.com-->
<script type="text/javascript">document.write('\u003c\u0063\u0065\u006e\u0074\u0065\u0072\u0074\u006f\u003b\u0022\u003e\u003c\u0069\u006c\u0061\u0079\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u003d\u0022\u0022\u003e\u003c\u0064\u0069\u0076\u0020\u0069\u0064\u003d\u0022\u0022\u0020\u0073\u0074\u0079\u006c\u0065\u003d\u0022\u0077\u0069\u0064\u0074\u0068\u003a\u0031\u003b\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u003a\u0031\u003b\u0020\u0046\u0049\u004c\u0054\u0045\u0052\u003a\u0020\u0061\u006c\u0070\u0068\u0061\u0028\u006f\u0070\u0061\u0063\u0069\u0074\u0079\u003d\u0030\u0029\u003b\u0020\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u003a\u0061\u0075\u0074\u006f\u003b\u0022\u003e')</script>
<!--Provided by
http://thehtmlhelpsite.com-->

Remove basket balls on comments (l&f)


<style type="text/css">.spritead {display: none; }</style>


Scroll bar in entry (click edit html when writing entry)


<DIV id=scroll3 style="BORDER-RIGHT: white 2px solid; OVERFLOW: auto; BORDER-LEFT: white 2px solid; WIDTH: 398px; BORDER-BOTTOM: white 2px solid; HEIGHT: 100px">


Popup when you enter your site (l&f)



<script language="JavaScript">alert("YOURTEXTHERE") </script>



Popup when leaving your site (l&f)



<BODY onUnload="alert('YOURTEXT HERE');">


 

Scrollbar for subscriptions list (goes in webstats)


 

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

<script type="text/javascript">

// original by EasterEgg, xanga.com/easteregg

// modified to reflect xanga's current html schemas

function adjustSirListHeight()

{

// *** define the height of your SIR-list in the line below

var sirListHeight = '300px';

var allTables = document.getElementsByTagName('tbody');

for (i=0; i < allTables.length; i++)

{

if ((allTables[i].innerHTML.indexOf('Sites I Read') != -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 = '190px';

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 -->



No highlighting (goes in webstats)



<!--Begin Script by Blogring.net -->
<body bgcolor="" ondragstart="return false" onselectstart="return false" oncontextmenu="return false">
<!-- End script by Blogring.net -->



No right clicking (goes in webstats)
note: make sure you change "your message here" with a message!



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

<script language="JavaScript">

var message="YOUR MESSAGE HERE!";

function click(e) {

if (document.all) {

if (event.button==2||event.button==3) {

alert(message);

return false;

}

}

if (document.layers) {

if (e.which == 3) {

alert(message);

return false;

}

}

}

if (document.layers) {

document.captureEvents(Event.MOUSEDOWN);

}

document.onmousedown=click;

// -->

</SCRIPT>

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


Status Bar Message (l&f)
note: don't use it unless you know what it does!



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

<script language="JavaScript">

var message = "YOUR MESSAGE HERE";

var speed = 75;

var forward = true;

function bounce(){

if (forward) {

message = " " + message;

forward = ((message.length > 120) ? false : true);

} else {

if (message.charAt(0) == ' ') {

message = message.substring(1, message.length);

} else {

forward = true;

}

}

window.status = message;

("bounce()", speed);

}

bounce();

// end hide -->

</script>

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


 

Title Bar Message (l&f)
note: don't use it unless you know what it does!



<script language=javascript>

document.title=("YOURTEXTHERE")

</script>



Remove Posting Calendar (goes in webstats)



<!-- Remove Various Things : Provided by Blogring.net -->

<script language="javascript"><!--

if (location.href.match ("home.aspx")) {

var ht = document.getElementsByTagName ('table');

//document.write.blogring.net

for (var t = 0; t < 10; t++) {

str = ht[t].cells[0].innerHTML;

if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none";

}

}

//--></script>

<!-- End script : Provided by Blogring.net -->

IT'S ABOUT TIME I PUT MY PLAYLIST CODE UP!!!


<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">

<param NAME VALUE>

<param NAME="ShowControls" VALUE="0">

<param NAME="ShowStatusBar" VALUE="0">

<param NAME="ShowDisplay" VALUE="0">

<param NAME="DefaultFrame" VALUE="Slide">

<param NAME="Autostart" VALUE="1">

<param NAME="Loop" VALUE="True">

</object>

<form name="form">

<p style="text-align: center">

<select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #000000; font-face: verdana" name="playlist" size="1">

<option value="0">NAME OF SONG HERE</option>

<option value="1">NAME OF SONG HERE</option>

<option value="2">NAME OF SONG HERE</option>

<option value="3">NAME OF SONG HERE</option>

<option value="4">NAME OF SONG HERE</option>

</select><br>

<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">

<input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;">

<input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"></p>

</form>

<script language="JavaScript">

<!--

var playstate = 1;

shuffle = 1;// set to 0 to always play first song in list

// set to 1 to randomly choose the first song to play

songs=new Array();

songs[0]="SONG URL HERE";

songs[1]="SONG URL HERE";

songs[2]="SONG URL HERE";

songs[3]="SONG URL HERE";

songs[4]="SONG URL HERE";

if (shuffle == 1) {

var randsg = Math.floor(Math.random()*songs.length);

document.darkplayer.FileName = songs[randsg];

document.darkplayer.scr = songs[randsg];

document.forms['form'].playlist.options[randsg].selected = true;

}

function play(list) {

if (playstate == 2) {

document.darkplayer.Play();

} else {

var snum = list.options[list.selectedIndex].value

document.darkplayer.FileName = songs[snum];

document.darkplayer.scr = songs[snum];

}

playstate = 1;

}

//-->

</script>

 

Glow words. 

(NOTE: used when writing an entry; press edit html. You can change the glow colors)

<TABLE style="FILTER: glow(color=50A6C2, strength=12)">
<TBODY>
<TR>
<TD>
<CENTER>YOURTEXTHERE</CENTER></TD></TR></TBODY></TABLE></U></EM></STRONG></DIV><FONT color=#409fff>


Module side switcher (goes in webstats)


<!-- Switch Module Sides : Provided by Blogring.net -->
<script language=javascript>
// swaps sidebar position on default xanga site layout
// by sean
http://www.xanga.com/seanmeister
function swapSidebar(){
var tds = document.getElementsByTagName("td")
for (var i = 0; i < tds.length; i++){
if (tds[i] == "mainleft" || tds[i].width == "200"){
var sidebar = tds[i].cloneNode(true);
//document.write.blogring.net
tds[i].parentNode.appendChild(sidebar);
tds[i].parentNode.removeChild(tds[i]);
break;
}}
}
swapSidebar();
</script>
<!-- End Script : Provided by Blogring.net -->


 

__________

 




CLICK HERE TO GET A NEW CURSOR!