|
follow block this user |
jbforever1234Member since Sun Dec 14, 2008 15:49:35 EST Last login: Fri Nov 20, 2009 20:22:44 EST AIM SN: Quote Stats: 201 |
Favorite Quotes
CODES!
red backround ; <div style="background-color: red;">
orange backround ; <div style="background-color: orange;">
yellow backround ; <div style="background-color: yellow;">
lime green backround ; <div style="background-color: limegreen;">
light blue backround ; <div style="background-color: lightblue;">
purple backround ; <div style="background-color: purple;">
pink backround ; <div style="background-color: pink;">
black backround ; <div style="background-color: black;">
spacing of lines closer ;<div style="line-height: 10px;">
make text squished together ; <div style="letter-spacing: -3px">
make text HUGE : <span style="font-size: 215pt; line-height: 115%">
red backround ; <div style="background-color: red;">
orange backround ; <div style="background-color: orange;">
yellow backround ; <div style="background-color: yellow;">
lime green backround ; <div style="background-color: limegreen;">
light blue backround ; <div style="background-color: lightblue;">
purple backround ; <div style="background-color: purple;">
pink backround ; <div style="background-color: pink;">
black backround ; <div style="background-color: black;">
spacing of lines closer ;<div style="line-height: 10px;">
make text squished together ; <div style="letter-spacing: -3px">
make text HUGE : <span style="font-size: 215pt; line-height: 115%">
0
he walks past me in the hall; *
i glance at him, & he glances
.back to me.
but he doesn't like me; i remember-->
___he already likes his___
girlfriend;; *
mine♥
i glance at him, & he glances
.back to me.
but he doesn't like me; i remember-->
___he already likes his___
girlfriend;; *
mine♥
codddddddeeeeeeees:)
red backround ; <div style="background-color: red;">
orange backround ; <div style="background-color: orange;">
yellow backround ; <div style="background-color: yellow;">
lime green backround ; <div style="background-color: limegreen;">
light blue backround ; <div style="background-color: lightblue;">
purple backround ; <div style="background-color: purple;">
pink backround ; <div style="background-color: pink;">
black backround ; <div style="background-color: black;">
spacing of lines closer ;<div style="line-height: 10px;">
make text squished together ; <div style="letter-spacing: -3px">
make text HUGE : <span style="font-size: 215pt; line-height: 115%">
To make a dotted border....
<div style="border: 2px dotted white; width: 582px; height: 200px;">
To make a hot pink backround....
<div style="padding: 10px; color: rgb(255, 255, 255); position: relative; background-color: hotpink; text-align: center;" id="textDivBG" class="controlsStyle">
to make a black backround...
<div style="padding: 10px; color: rgb(255, 255, 255); position: relative; background-color: black; text-align: center;" id="textDivBG" class="controlsStyle">
to make a solid border....
<div style="border: 2px solid white; width: 582px; height: 200px;">
to make a dashed border....
<div style="width:582px;height:200px;border:2px dashed blue;">
to make a medium blue backround....
<div class="controlsStyle" id="textDivBG" style="padding: 10px; background-color: dodgerblue; color: rgb(255, 255, 255); text-align: center; position: relative;"><span style="color: rgb(255, 255, 255);"><span style="font-size: x-small;"><span style="font-family: Arial;"><br />
</span></span></span></div>
to make a light pink backround....
<div style="padding: 10px; color: rgb(255, 255, 255); position: relative; background-color: pink; text-align: center;" id="textDivBG" class="controlsStyle">
to make a blue backround....
<div style="padding: 10px; color: rgb(255, 255, 255); position: relative; background-color: blue; text-align: center;" id="textDivBG" class="controlsStyle">
Have you ever thought about?
w h a t p r o t e c t s o u r h e a r t s ?
just a cage of rib bones,
a.n.d o.t.h.e.r v.a.r.i.o.u.s p.a.r.t.s.
_Ingrid Michealson
Today, I was drinking Red Bull
An hour later, my back started inexplicably hurting.
I'm obviously growing wings
m l i a *
An hour later, my back started inexplicably hurting.
I'm obviously growing wings
m l i a *
Layout Tutorial!
Okay, so many people have been asking me how to make a layout.
So here's a tutorial.
If you have any problems or are confused. Just tell me.
(The color of the word means that's that part of the code)
This is the code for the layout:
<div style="margin: 0pt auto; http://i25.tinypic.com/11bm4oo.jpg); width: 600px; height: 700px; text-align: center;">
<div style="overflow: auto; position: relative; top: 205px; left: 0px; width: 255px; height: 105px; text-align: left;"><span style="color: rgb(255, 255, 255);">Scroll Name Here.<br />
</span></div>
</div>
1. This is the code that you use for the basic outline and background of your layout.
You can change the width, height, and the background.
*You can find a background at photobucket.com or tinypic.com. But make sure you use the DIRECT LINK or the LINK FOR LAYOUTS*
*Or you can use any program that let's you edit pictures and then upload it to one of the above websites.*
<div style="margin: 0pt auto; http://i25.tinypic.com/11bm4oo.jpg); width: 600px; height: 700px; text-align: center;">
Stuff Goes in Here.
</div>
2.This is the scroll box.
You can change the location, width, height, text alignment, and color.
*There are more things to do, like borders, but I'm just doing the basics.*
<div style="overflow: auto; position: relative; top: 245px; left: 50px; width: 255px; height: 105px; text-align: left;"><span style="color: rgb(255, 255, 255);">Scroll Name And Text Here.<br />
</span></div>
**You can also copy and paste this to make more than one scroll box.**
3. Put the code together,
<div style="margin: 0pt auto; http://i25.tinypic.com/11bm4oo.jpg); width: 600px; height: 700px; text-align: center;">
<div style="overflow: auto; position: relative; top: 205px; left: 0px; width: 255px; height: 105px; text-align: left;"><span style="color: rgb(255, 255, 255);">Scroll Name Here.<br />
</span></div>
</div>
And there's your layout.
Okay, so many people have been asking me how to make a layout.
So here's a tutorial.
If you have any problems or are confused. Just tell me.
(The color of the word means that's that part of the code)
This is the code for the layout:
<div style="margin: 0pt auto; http://i25.tinypic.com/11bm4oo.jpg); width: 600px; height: 700px; text-align: center;">
<div style="overflow: auto; position: relative; top: 205px; left: 0px; width: 255px; height: 105px; text-align: left;"><span style="color: rgb(255, 255, 255);">Scroll Name Here.<br />
</span></div>
</div>
1. This is the code that you use for the basic outline and background of your layout.
You can change the width, height, and the background.
*You can find a background at photobucket.com or tinypic.com. But make sure you use the DIRECT LINK or the LINK FOR LAYOUTS*
*Or you can use any program that let's you edit pictures and then upload it to one of the above websites.*
<div style="margin: 0pt auto; http://i25.tinypic.com/11bm4oo.jpg); width: 600px; height: 700px; text-align: center;">
Stuff Goes in Here.
</div>
2.This is the scroll box.
You can change the location, width, height, text alignment, and color.
*There are more things to do, like borders, but I'm just doing the basics.*
<div style="overflow: auto; position: relative; top: 245px; left: 50px; width: 255px; height: 105px; text-align: left;"><span style="color: rgb(255, 255, 255);">Scroll Name And Text Here.<br />
</span></div>
**You can also copy and paste this to make more than one scroll box.**
3. Put the code together,
<div style="margin: 0pt auto; http://i25.tinypic.com/11bm4oo.jpg); width: 600px; height: 700px; text-align: center;">
<div style="overflow: auto; position: relative; top: 205px; left: 0px; width: 255px; height: 105px; text-align: left;"><span style="color: rgb(255, 255, 255);">Scroll Name Here.<br />
</span></div>
</div>
And there's your layout.
uʍopǝsıpdnǝʌıן
in a world of [right side] up
in a world of [right side] up
this quote has been deleted :(
this quote has been deleted :(
this quote has been deleted :(
How would you make Witty Profiles better?
Friends of Witty Profiles
Links
- Halloween costumes
- Web Hosting by Pickaweb.co.uk
- brother toner
- save money using, calling card
- Concert Tickets
- Concert Tickets
- Colon Cleanse
- Fiber Diet
- Cheapest Health Insurance
- Texas Health Insurance