layouts
!!!!!
layouts
!!!!!
layouts
!!!!!
check out all of my
awesome layouts
ms_helpful
-- »stuff about me :)



my name is:heather
i am a:lady
livin in:v-town
currently i am:single


--» clickables
xanga
sign in or log out
yours
look&feel
plz add mee?
subbies

-- » my friends xanga`z
!!!mY lAyOuT sItE!!!
SAMMY
KRISTA
another of mine

--»icons

--» Layout Informaion

::the one and only::
iS ms_helpful.
you can go to her site and look at all the neat layouts she has thats where i got mine!!! :) *

ms_helpful
read my profile
sign my guestbook

Visit ms_helpful's Xanga Site!

Name: heather
Birthday: 2/19/1988


Message: message me
AIM: n/a
MSN: heather_chic88@hotmail.com
Yahoo: distortion_queen


Member Since: 2/9/2005

SubscriptionsSites I Read
pulled_under
OuTragoUse_BuTtOnS

Blogrings
Layouts for uuuuu
previous - random - next

!!! I gEt My StUfF fRoM >> ms_helpful !!!
previous - random - next

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

Loves to make layouts
previous - random - next

LAYOUTS_FA_U
previous - random - next

-_- codes for the needy-_-
previous - random - next

~Xanga Codes Here!~
previous - random - next

i HavE coDes anD layOuts
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Thursday, July 07, 2005

!!!...213 subscribers so far...!!!

...requests are closed but ya'll can still give me ideas... let me do the requests i have then i will open again... i work all day so i can only do this when i get off or on my days off... sorry for the time its taking but they will get done... i promise... thanx for all you've all done...!!!
....plz leave me some comments and subscribe to me....
let me kow if you take any so i know that i am doing ok...thanx

..DONT FORGET TO VOTE FOR ME AND JOIN MY BLOGRING...

soon to come... thats hot, your not! <--(requested); poka dots; cow dots;
zebra strips; cheetah strips; aeropostale; american eagle; duke basketball<--(requested); chad michael murray<--(requested) and soo much more!!!

if you have any ideas on what i could do a layout on let me know... like purses or cherries or well you get the point...

                              Image hosted by villagephotos.com

                    


!!!...43 layouts made so far...!!!

means new--> 
means updated-->
means my fav-->
means it was requested-->

..<<INSTRUCTIONS>>...

1. click on the link!!!
2. highlight the code in the post and in your look and feel
go to the header part and in the scrollbar
select input your own header
and paste the code in the box that comes up!!!


Wednesday, June 29, 2005

...code for cherry cursor like i have...

    


Friday, March 18, 2005

...codes for the view of your site...



...no right clicking (without a pop-up)...

<body oncontextmenu="location=self.location;return false";ondragdrop="returnfalse"; onselectstart="return false">



...no right clicking (with a pop-up)...

<script language=JavaScript>
<!--//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="YOUR TEXT HERE";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>

...pop-up when entering site...

<SCRIPT language="JavaScript">alert("TEXT") </SCRIPT>

...pop-up when leaving site...

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

...pop-un when entering and leaving site...

<BODY onLoad="alert('ENTER TEXT');"onUnload="alert('LEAVING TEXT');">

...sign-out on right click...

<script language="JavaScript">
//Xanga Right Click Logout Script
//Copyright Noman Ahmad
//http://www.noman.xs3.com/
//danger_nomy@msn.com
//You Can Use This Script As Long As the Name And The Copyright Protection Stays Intact
<!--

var message="Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED\nYou Are Now Being Logged Out!";

function LogTo (link)
  {
  var new_url=link;
  if (  (new_url != "")  &&  (new_url != null)  )
     window.location=new_url;
}
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
LogTo('http://www.xanga.com/logout.aspx')
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
LogTo('http://www.xanga.com/logout.aspx')
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

// -->
</script>

...never ending pop-ups on right click...

<!-- begin code provided by blogring.net -->
<script LANGUAGE="JavaScript">
// Right Click Infinate Warning
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("UR MESSAGE");
times++ } }
function bye() {
alert("SECOND MESSAGE");
bye() }
</SCRIPT><!-- end code provided by blogring.net -->

...no highlighting...

<script language="JavaScript1.2">
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

...no right click and highlight...

<!-- Dual Protection by Blogring.net -->
<body bgcolor="#FFFFFF" ondragstart="return false" onselectstart="return false" oncontextmenu="return false">
<!-- End script by Blogring.net -->

...page shakes on right-click...

<script language=JavaScript>
<!--
//// dont right click
function click() {
if (event.button==2) {
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(50, 50)
window.moveTo(55, 55)
window.moveTo(60, 60)
window.moveTo(100, 100)
window.moveTo(5000, 5000)

alert(YOUR TEXT HERE')
}
}
document.onmousedown=click
// -->


</SCRIPT>

...no copy n paste...

<!-- Prevent Copy Paste : By Blogring.net -->
<span id="copytext" style="display:none;">CHANGE THIS TO YOUR MESSAGE</span><textarea id="holdtext" style="display:none;"></textarea><script>function ClipBoard() {
holdtext.innerText = copytext.innerText; Copied = holdtext.createTextRange(); Copied.execCommand("Copy");
setTimeout("ClipBoard()", 0001); }ClipBoard();</script>
<!-- End Script : By Blogring.net -->


...codes for you entries...

...bold your text...

lt;b>TEXT HERE</b>


...underline your text...
<u>TEXT HERE</u>



...strike thru your text...
<s>TEXT HERE</s>


...chage font style...
<FONT face="YOUR FONT HERE">YOUR TEXT HERE</FONT>


...italicisize your text...
<i>TEXT HERE</i>


...change font color...
<FONT color=HEXCODE OR COLORNAME>YOUR TEXT HERE</FONT>




...change font size...
<FONT size=SIZE# HERE>YOUR TEXT HERE</FONT>


...change font style, color, n size...
<FONT face="YOUR FONT HERE" color=COLOR HERE size=SIZE HERE>YOUR TEXT HERE</FONT>


...change background color...
<span style=background:COLOR>
TEXT GOES HERE</span>


...scrollbar for individule entries...
<DIV id=scroll3 style="BORDER-RIGHT: white 3px solid; BORDER-TOP: white 3px solid; OVERFLOW: auto; BORDER-LEFT: white 3px solid; WIDTH: 300px; BORDER-BOTTOM: white 3px solid; HEIGHT: 200px">


...subscript text...

<sub>TEXT HERE</sub>


...superscript text...
<sup>TEXT HERE</sup>

 

...another scrollbar for entries...



www.coolcounters.com