LAYOUTXPROViDER
read my profile
sign my guestbook

Name: MiCHELLE Z.
Gender: Female


Message: message me
Website: visit my website
AIM: m1ssysh3ll


Member Since: 3/2/2005

SubscriptionsSites I Read

Blogrings
LAYOUT PROVIDERS
previous - random - next

~Banner makers~
previous - random - next

Layout Designers
previous - random - next

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

i GET MY LAYOUTS AT LAYOUTXPROVIDER
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site

Sunday, March 20, 2005

hey! well sorry that i havnt been working on your layouts lately i been kinda busy. so yeah i will start making them asap. but feel free to make a request!


Tuesday, March 08, 2005

join my blogring by *clicking here*

qoute layouts

it only takes a smile...

preview 

<a href=http://xanga.com/layoutxprovider target="_blank">© layoutxprovider</a>

<script language=javascript>
document.title=("[it.only.takes.a.smile.to.hide.million.tears]+//chelly.production")
</script>

<center><img src="http://www.picsplace.to/5/1131/banner1_000.png">

<style type="text/css">

/* <span class='searchlite'>i.smile.can.hide.million.tears</span> Stylesheet */

/* () */

/* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */

body {

background-color: white;

background-image: url();

background-repeat: no-repeat;

background-attachment: fixed;

background-position: right bottom;

scrollbar-arrow-color: #ff99cc;

scrollbar-track-color: white;

scrollbar-shadow-color: white;

scrollbar-face-color:#cccccc;

scrollbar-highlight-color: white;

scrollbar-darkshadow-color:white;

scrollbar-3dlight-color: white;

}

.left B, { font: bold 11px arial; color: "#ff99cc"; line-height: 16px;}

.blogbody b, .standard b, p b, strong {

/* edits bolded text in your entry */

font-weight: bold;

color: #cccccc;

}

.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {

/* edits main text */

font:normal 11px arial;

line-height:16px;

color:#cccccc;

letter-spacing:0px;

text-align:justify;

}

table.footer TD {

/* this makes the footer at the bottom centered */

/* leave it alone unless you know what to do*/

text-align: center;

}

div.blogheader, .caption {

/* edits the dates */

font-family:century gothic;

text-transform:lowercase;

font-size:22px;

line-height:30px;

font-weight:bold;

height: 1px;

color: #cccccc;

letter-spacing:1px;

text-align: center;

}

a:link, .footernav.link, a.footernav:link, a.footernav:active {

/* edits all links */

color:#ff99cc;

text-decoration: none;

font:normal 11px arial;

line-height:16px;

}

a:visited, a.footernav:visited, {

/* edits the links that the user has visited */

color:#cccccc;

text-decoration: none;

font:normal 11px arial;

line-height:16px;

 

}

a:hover {

/* edits when user mouseovers the links */

color:#cccccc;

text-decoration: none;

font:bold 11px arial;

line-height:16px;

background-color: #ff99cc;

border: 3px solid #cccccc;

}

input, select, textarea, .textfield, .button {

/* this edits the buttons, dropdowns, etc. */

border: 3px solid #ff99cc;

font:normal 11px arial;

background-color: transparent;

letter-spacing:0px;

color: #cccccc;

}

table.left {

/* this edits the menu module */

border: 3px solid #cccccc;

width:160px;

}

table.blogbody {

/* this edits the other the place where the blog is */

border: 3px solid #cccccc;

background-color: transparent;

width:400px;

font:normal 11px arial;

line-height:16px;

color: #cccccc;

}

table.left th {

/* on your menu module, this edits the title part of it */

/* like BLOGRINGS, POSTING CALENDAR, etc */

background-image: none;

background-color: transparent;

font: bold 11px arial;

text-transform: lowercase;

color: #cccccc;

border: none;

BORDER-BOTTOM: #ff99cc 3px solid;

}

table.left TD {

/* on your menu module, this edits the body part of it */

background-image: none;

background-color: transparent;

border: none;

font:normal 11px arial;

line-height:16px;

color: #ff99cc;

}

table.search TD, table.search, table.announcements {

/* border of search bar (if you have it) */

background-color: transparent;

border: 1px solid #cccccc;

}

table.search TD, table.announcements TH {

/* this should be left alone */

/* unless you know what to do */

border: 1px solid #ff99cc;

}

table.navigation, table.main, table.footer {

/* the width of your blog with modules */

width: 500px;

}

hr {

/* horizontal divider */

border: 1px solid #ff99cc;

}

</style>

<!-- Blink Boxes : Provided by michelle z.-->

<script language=JavaScript>

<!--

//blink boxes - xanga.com/add_ons

//by sean f http://www.xanga.com/seanmeister

//fixed to work with new security measures by

//layoutxprovider http://www.xanga.com/layoutxprovider

// customize by changing the values below

// these are the various colors, in quotes, seperated by commas

var blinkColors = new Array("#ff99cc","#cccccc");

// the border color

var blinkBorderColor = "#ffffff"

// the border width, in pixels

var blinkBorderWidth = 3;

// the # of rows

var blinkRows = 3;

// the # of columns

var blinkCols =70;

// the width of the entire box, in pixels or %

var blinkWidth = 600;

// the height of each row, in pixels

var blinkRowHeight = 5;

// speed of blinking, in milliseconds

var blinkRate =15;

// do not edit below this line

st=setTimeout;

document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>");

for (r = 0; r < blinkRows; r++){

document.write("<TR>");

for (c = 0; c < blinkCols; c++){

document.write("<TD height='" + blinkRowHeight + "'></TD>");

}

document.write("</TR>");

}

document.write("</table>");

// ... and this makes it blink

function blinkIt() {

changecell = Math.floor(Math.random() * (blinkCols * blinkRows));

changecolor = Math.floor(Math.random() * blinkColors.length);

bb = document.getElementById("blinkbox");

bbtd = bb.getElementsByTagName("td");

bbtd[changecell].style.backgroundColor = blinkColors[changecolor];

st('blinkIt()', blinkRate);

}

blinkIt();

//-->

</script>

<!-- End Script by michelle z. -->

 

♥iF i WERE RiCH...(requested)

preview

<center><img src="http://www.picsplace.to/5/1221/BANNER3.png">

<a href=http://xanga.com/layoutxprovider target="_blank">© layoutxprovider</a>

<style type="text/css">

/* <span class='searchlite'>♥iF i WERE RiCH...</span> Stylesheet */

/* () */

/* <a href='http://BlogRing.Net' target='_blank'>http://xanga.com/layouxprovider</a> */

body {

background-color: black;

background-image: url();

background-repeat: no-repeat;

background-attachment: fixed;

background-position: right bottom;

scrollbar-arrow-color: #ff99cc;

scrollbar-track-color: black;

scrollbar-shadow-color: black;

scrollbar-face-color:#33ffff;

scrollbar-highlight-color: black;

scrollbar-darkshadow-color:black;

scrollbar-3dlight-color: black;

}

.left B, { font: bold 11px arial; color: "#ff99cc"; line-height: 16px;}

.blogbody b, .standard b, p b, strong {

/* edits bolded text in your entry */

font-weight: bold;

color: #33ffff;

}

.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {

/* edits main text */

font:normal 11px arial narrow;

line-height:16px;

color:#33ffff;

letter-spacing:0px;

text-align:justify;

}

table.footer TD {

/* this makes the footer at the bottom centered */

/* leave it alone unless you know what to do*/

text-align: center;

}

div.blogheader, .caption {

/* edits the dates */

font-family:century gothic;

text-transform:lowercase;

font-size:22px;

line-height:30px;

font-weight:bold;

height: 1px;

color: #33ffff;

letter-spacing:1px;

text-align: center;

}

a:link, .footernav.link, a.footernav:link, a.footernav:active {

/* edits all links */

color:#ff99cc;

text-decoration: none;

font:normal 11px arial narrow;

line-height:16px;

}

a:visited, a.footernav:visited, {

/* edits the links that the user has visited */

color:#33ffff;

text-decoration: none;

font:normal 11px arial narrow;

line-height:16px;

 

}

a:hover {

/* edits when user mouseovers the links */

color:#33ffff;

text-decoration: none;

font:bold 11px arial;

line-height:16px;

background-color: #ff99cc;

border: 3px solid #33ffff;

}

input, select, textarea, .textfield, .button {

/* this edits the buttons, dropdowns, etc. */

border: 3px solid #ff99cc;

font:normal 11px arial;

background-color: transparent;

letter-spacing:0px;

color: #33ffff;

}

table.left {

/* this edits the menu module */

border: 3px solid #33ffff;

width:160px;

}

table.blogbody {

/* this edits the other the place where the blog is */

border: 3px solid #cccccc;

background-color: transparent;

width:400px;

font:normal 11px arial;

line-height:16px;

color: #33ffff;

}

table.left th {

/* on your menu module, this edits the title part of it */

/* like BLOGRINGS, POSTING CALENDAR, etc */

background-image: none;

background-color: transparent;

font: bold 11px arial narrow;

text-transform: lowercase;

color: #cccccc;

border: none;

BORDER-BOTTOM: #ff99cc 3px solid;

}

table.left TD {

/* on your menu module, this edits the body part of it */

background-image: none;

background-color: transparent;

border: none;

font:normal 11px arial narrow;

line-height:16px;

color: #ff99cc;

}

table.search TD, table.search, table.announcements {

/* border of search bar (if you have it) */

background-color: transparent;

border: 1px solid #33ffff;

}

table.search TD, table.announcements TH {

/* this should be left alone */

/* unless you know what to do */

border: 1px solid #ff99cc;

}

table.navigation, table.main, table.footer {

/* the width of your blog with modules */

width: 500px;

}

hr {

/* horizontal divider */

border: 1px solid #ff99cc;

}

</style>

<!-- Blink Boxes : Provided by michelle z.-->

<script language=JavaScript>

<!--

//blink boxes - xanga.com/add_ons

//by sean f http://www.xanga.com/layoutxprovider

//fixed to work with new security measures by

//layoutxprovider http://www.xanga.com/layoutxprovider

// customize by changing the values below

// these are the various colors, in quotes, seperated by commas

var blinkColors = new Array("#ff99cc","#33999");

// the border color

var blinkBorderColor = "black"

// the border width, in pixels

var blinkBorderWidth = 3;

// the # of rows

var blinkRows = 3;

// the # of columns

var blinkCols =70;

// the width of the entire box, in pixels or %

var blinkWidth = 600;

// the height of each row, in pixels

var blinkRowHeight = 5;

// speed of blinking, in milliseconds

var blinkRate =15;

// do not edit below this line

st=setTimeout;

document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>");

for (r = 0; r < blinkRows; r++){

document.write("<TR>");

for (c = 0; c < blinkCols; c++){

document.write("<TD height='" + blinkRowHeight + "'></TD>");

}

document.write("</TR>");

}

document.write("</table>");

// ... and this makes it blink

function blinkIt() {

changecell = Math.floor(Math.random() * (blinkCols * blinkRows));

changecolor = Math.floor(Math.random() * blinkColors.length);

bb = document.getElementById("blinkbox");

bbtd = bb.getElementsByTagName("td");

bbtd[changecell].style.backgroundColor = blinkColors[changecolor];

st('blinkIt()', blinkRate);

}

blinkIt();

//-->

</script>

<!-- End Script by michelle z. -->

 

brand layouts

abercrombie layout(requested)

preview

<a href=http://xanga.com/layoutxprovider target="_blank">© layoutxprovider</a>

<script language=javascript>
document.title=("[i.love.abercrombie]+//chelly.production")
</script>

<!-- Blink Boxes : Provided by Blogring.net -->

<script language=JavaScript>

<!--

//blink boxes - xanga.com/add_ons

//by sean f http://www.xanga.com/seanmeister

//fixed to work with new security measures by

//hotaru_01 http://www.xanga.com/hotaru_01

// customize by changing the values below

// these are the various colors, in quotes, seperated by commas

var blinkColors = new Array("#FF9999","#66cc66", "#ffffff");

// the border color

var blinkBorderColor = "#ff9999"

// the border width, in pixels

var blinkBorderWidth = 1;

// the # of rows

var blinkRows = 1;

// the # of columns

var blinkCols = 80;

// the width of the entire box, in pixels or %

var blinkWidth = 573;

// the height of each row, in pixels

var blinkRowHeight = 10;

// speed of blinking, in milliseconds

var blinkRate = 8;

// do not edit below this line

st=setTimeout;

document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>");

for (r = 0; r < blinkRows; r++){

document.write("<TR>");

for (c = 0; c < blinkCols; c++){

document.write("<TD height='" + blinkRowHeight + "'></TD>");

}

document.write("</TR>");

}

document.write("</table>");

// ... and this makes it blink

function blinkIt() {

changecell = Math.floor(Math.random() * (blinkCols * blinkRows));

changecolor = Math.floor(Math.random() * blinkColors.length);

bb = document.getElementById("blinkbox");

bbtd = bb.getElementsByTagName("td");

bbtd[changecell].style.backgroundColor = blinkColors[changecolor];

st('blinkIt()', blinkRate);

}

blinkIt();

//-->

</script>

<!-- End Script by Blogring.net -->

 

 

<BODY style="border-bottom: #ff9999

26t solid; border-top: #ff9999

26t solid; border-left: #66cc66

26t solid; border-right: #66cc66

26t solid"></TBODY>

<img src="http://www.picsplace.to/5/1131/BANNER2_000.png" alt="" >

</table>

<table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td valign="bottom" align="right"><style type="text/css">

/* <span class='searchlite'>i.love.abercrombie</span> Stylesheet */

/* () */

/* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */

body {

background-color: white;

background-image: url();

background-repeat: no-repeat;

background-attachment: fixed;

background-position: right bottom;

scrollbar-arrow-color: #ff9999;

scrollbar-track-color: white;

scrollbar-shadow-color: white;

scrollbar-face-color:#66cc66;

scrollbar-highlight-color: white;

scrollbar-darkshadow-color:white;

scrollbar-3dlight-color: white;

}

.left B, { font: bold 11px arial; color: "#ff9999"; line-height: 16px;}

.blogbody b, .standard b, p b, strong {

/* edits bolded text in your entry */

font-weight: bold;

color: #66cc66;

}

.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {

/* edits main text */

font:normal 11px arial;

line-height:16px;

color:#66cc66;

letter-spacing:0px;

text-align:justify;

}

table.footer TD {

/* this makes the footer at the bottom centered */

/* leave it alone unless you know what to do*/

text-align: center;

}

div.blogheader, .caption {

/* edits the dates */

font-family:century gothic;

text-transform:lowercase;

font-size:22px;

line-height:30px;

font-weight:bold;

height: 1px;

color: #66cc66;

letter-spacing:1px;

text-align: center;

}

a:link, .footernav.link, a.footernav:link, a.footernav:active {

/* edits all links */

color:#ff9999;

text-decoration: none;

font:normal 11px arial;

line-height:16px;

}

a:visited, a.footernav:visited, {

/* edits the links that the user has visited */

color:#66cc66;

text-decoration: none;

font:normal 11px arial;

line-height:16px;

}

a:hover {

/* edits when user mouseovers the links */

color:#66cc66;

text-decoration: none;

font:bold 11px arial;

line-height:16px;

background-color: #ff9999;

border: 3px solid #66cc66;

}

input, select, textarea, .textfield, .button {

/* this edits the buttons, dropdowns, etc. */

border: 3px solid #ff9999;

font:normal 11px arial;

background-color: transparent;

letter-spacing:0px;

color: #66cc66;

}

table.left {

/* this edits the menu module */

border: 3px solid #66cc66;

width:160px;

}

table.blogbody {

/* this edits the other the place where the blog is */

border: 3px solid #66cc66;

background-color: transparent;

width:400px;

font:normal 11px arial;

line-height:16px;

color: #66cc66;

}

table.left th {

/* on your menu module, this edits the title part of it */

/* like BLOGRINGS, POSTING CALENDAR, etc */

background-image: none;

background-color: transparent;

font: bold 11px arial;

text-transform: lowercase;

color: #66cc66;

border: none;

BORDER-BOTTOM: #ff9999 3px solid;

}

table.left TD {

/* on your menu module, this edits the body part of it */

background-image: none;

background-color: transparent;

border: none;

font:normal 11px arial;

line-height:16px;

color: #ff9999

}

table.search TD, table.search, table.announcements {

/* border of search bar (if you have it) */

background-color: transparent;

border: 1px solid #66cc66;

}

table.search TD, table.announcements TH {

/* this should be left alone */

/* unless you know what to do */

border: 1px solid #ff9999;

}

table.navigation, table.main, table.footer {

/* the width of your blog with modules */

width: 500px;

}

hr {

/* horizontal divider */

border: 1px solid #ff9999;

}

</style>

 

REQUEST PLEASE!!


Wednesday, March 02, 2005

JUST TO LET YOU KNOW i AM NEW AT THiS SO iT MiGHT TAKE ME A WHiLE TO BACK MAKE BANNERS AND LAYOUTS!!PLEASE REQUEST!!



www.coolcounters.com

<bgsound src="http://www.sleeby.com/audio/a-Foreign_Language.mp3" loop="infinite">