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.
Step 1. Add the code above to a HTML box by clicking on Tools, Controls, Add HTML
Step 2. See where it says "(color:#FFFFFF">" that is the color of the shadow. You have to put the colors in number form. You can change the color by inserting another color code. To see a list of color codes go to http://www.piczo.com/simplyy-haleyy-help?g=4446538
Step 3. See in the code where it says "size=" is where you,duh, put the size. Change the size number to change the size of the glow text.
That's it!
GLOW!
Glow!
Tip #2 How do I make my text underlined?
All you have to do is add < u > before everything you type and < /u > after what you want underlined. So it will look like this: < u > this is what is underlined< /u> this is what is not underlined! (take out spaces!)
Tip #3 How to make your text Up sidedown!
Up sidedown!
Get a HTML thing (tools,controls,add HTML)Copy paste this code into it!(take our spaces)
< p style="filter:flipv ;font:12pt verdana;color:#FFFFFF;width:300px;" >Text here!< /p >
where it says "color:#FFFFFF" is where you add you color Number code!
Tip #4 Pop up Boxes!
To get these all you have to do is go to TOOLS, CONTROLS, then bring up a HTML box. copy the followin code in the box-
< SCRIPT language="JavaScript">alert("POP UP NOTE HERE") ...remember to take out the spaces!
Tip #5 How to get an Image as a background?
To get a picture as your background you have to upload the saved picture. Then you click on the little pencil thingy and click save as background.
HTML WAY
You can also bring up a HTML box and type in this code thing-
< style > body { background: url("ADDRESS");background-attachment: fixed}< /style >
(remember to take out spaces)...you will have to find the URL of the picture
Tip #6- URL Code?
To get the URL you have to right click on the pictures then go to properties (there should be something that will say "location" or something like that.)
To get that as a picture WITHOUT SAVING you just bring up a HTML box (tools, controls, HTML) and type in this code:
< img src= URL CODE >
Tip #7- I want music!
haha, there is no way to get the music that you really want but...
-you can choose the music that the site has. Going to tools, music, then choosing one of those
- go to www.videocodes4u.com they have a lot of different videos that you might want.you have to copy paste the code, click tools, controls, then the html code.
Tip #8 where does everyone get those cute pictures?
i usually go to Minkles realm
Or you can go to angelpalace.net
or dollielove.com
Tip #9 How do i get a different colored Scrollbar?
(take the cheats way out)go to http://www.chillibomb.com/scroll_bars.htm, then copy paste that code into a HTML box! You will have to get the colors from the color chart below!
or check out these sites for color codes!
-http://www.w3schools.com/html/html_colors.asp
-http://www.immigration-usa.com/html_colors.html
tip #10 How do I make a copy of my screen?
have what you want in the screen then hit "Print Screen" (by scroll lock and F12). Open up a editing program (most computers have paint, you can use that). Hit Ctrl+V (copy)and it will appear. Then just crop it too what you want it to be!
Tip #11 Cursors
you will need a HTML box (tools,contols HTML box)then go to this site www.soup-faerie.com (there are other sites also but I dont know them)shoose the cursor you like then copy paste the code into your HTML box!
UP!UP! DOWN!
Tip #12 How do I make Marquees go the different ways?
You have to Bring up a text box(tools, text)in it type
< marquee direction=up > STUFF HERE< /marquee >
Notice it says up, you can also make it go down!
to get -> you open a TEXT BOX! and type in
< marquee behavior=alternate direction=up scrollamount=1 scrolldelay=60 height=60 style="text-align;filter:wave(add=0,phase=1, freq=1,strength=15)" >< center >Text here< /center >< /marquee >
WEEE
Tip #13 WOW. that pony moved- How did you do that?
(it only works on certian computers!)
Open up a HTML thingy (tools, controls, HTML)
Go to http://free2.angeltowns.com/angelpalace/index1.html to get the code
one the same HTML text is where you will add all you images,all your image codes must look like this-
< img src="URL" class=drag > (take out spaces)
(on the code you have to remove an extra "<" and at the end you have to add one before "a>"
Tip #14 Roll Over
open up a HTML thingy (tools,Controls, add HTML) in that type:
Get a text box and type in
< ol >
< li >one
< li >two
< li >three
< /ol >
The "< li > is to start a new line... just keep addin "li" to get more lines. (remember to take out the spaces)
one
TWO
three
four
five!
sixx!
to get bullets you copy paste
< ul >
< li >bullet one
< li >bullet two
< li >bullet three
< /ul >
Here again the "< li > starts a new line! Li-line get it?
bullet one
bullet two
bullet three
Tip #16 How do I get a poll?
Go to www.fatcast.com, then choose the poll that ya want Go through all the steps and then copy paste the HTML code into a HTML thingy (tolls, control, add HTML)!
Tip #16 overlap your text!
this is ! messed up!
this is ! messed up!
Copy paste the code into a HTML box (tools,control,Add HTML)
< center >< p >< b >< font face="Verdana" size="5" color="#000000" style="line-height:8px;">Overlapping< /font >< /b >< br >< b >< font face="tahoma" size="3" color="#FFFFFF" style="line-height:0px;">Text< /font >< /b >< /p >
Make sure you get all of the spaces out!