Piczo

Log in!
Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.

Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
Ok, I got it
Tip: Different color words in a sentence
--Color Codes--
Step 1: In order get each word a different color, start by writing the desired text in your normal "add text" screen.    

Step 2: Before each word that you want a different color add the code below:



Step 3: In replacement of the * in the code, put in the color code you want from the chart provided to the right.
An example of this would be the title of the page -"Different color words in a sentence" and the html for this particular code would look like this:



If you choose to only have one word a different color in the sentence - ex:

i'm your most favorite friend in the world

then simply put in the html with your color code (like stated above) in front of the word and follow the word with
Tip: [bOld wOrds, iitaliic wOrds, and diifferent siized wOrds]
if you want just a word bolded instead of a whole sentence; simply put a <b> at the beginning of the word and a </b> at the end of the word.
if you want just a word in italics instead of a whole sentence; simply put a <i> at the beginning of the word and a </i> at the end of the word.
if you want just a word a different size instead of a whole sentence one size; simply put a <font size="*"> at the beginning of the word and a </font> at the end of the word. replace the * with the number (size of word) you desire. below are the different sizes.
size 1   size 2   size 3   size 4   size 5   size 6   size 7
Tip: Up Or dOwn marquee
Tip: Vertiical Text
To get the text vertical like you see to your right - simply copy & paste the code below into an html box and replace the text with your own desired text. you can also apply the tips above to jazz up the font.
To get the marquee to go left, up or down instead of just right - simple insert the code below into a text box. change the direction to the one you choose and put your text inbetween. simple enough, hey?
tOniight we're gOnna partAY!
<style type="text/css">
.verticaltext{
font: bold 13px book antiqua;
/*absolute positioning is not allowed.*/
right: 3px;
top: 20px;
width: 15px;
writing-mode: tb-rl;
}

</style>
<script type="text/javascript">


//Enter desired vertical text:
var myverticaltext='<div class="verticaltext"><font color=fushica><font size=4><b>*meg, dO yOu liike cheese?***</b></font></a></div>'

var bodycache=document.body
if (bodycache && bodycache.currentStyle && bodycache.currentStyle.writingMode)
document.write(myverticaltext)

</script>

Up | Down | Top | Bottom