|
|
|
|
|||||||
| POF's UserPages Talk about your userpage, ask for opinions, ask for help, and give help. |
|
Login or Register now to see less ads. |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Userpage Tutorial
WANT TO HAVE A COOL AWSOME USERPAGE?
THEN THIS IS THE GUIDE FOR YOU! A cool way to welcome people to your userpage is a pop alert! Code:
<SCRIPT language="JavaScript">alert("TEXT")</SCRIPT>
Note, if too many alert boxes pop up, it is really, REALLY annoying, and could get your page deleted or worse. -rcv (Thanks rvc!) A cool code is to make text move to the left! Just put your message or whatever where it says "place text here!" Code:
<marquee>Place Text here!</marquee> One of my favorites is the glow text! All you have to change the colors like instead of blue you can have;Red, Dark Red, Purple, etc. Code:
<p align=center><table><tr><td style="filter:glow(color=blue strength=5);font-family:arial;font-weight: BOLD;font-size:'18pt'">Text</td></tr></table></p> A nice way to have a header for your Userpage is to have this code! Code:
Normaly you put welcome here
<HR>
And a message here!
Want Picture tiles as your background? Then do this code! Code:
<table border=0 background="image link" width=100%> <tr><td> ENTIRE USERPAGE CONTENT HERE </td></tr></table> Code:
<embed src="yourfile.mid" height="45" width="300" autostart="true" loop="true"> Want to have your favorite music video on your userpage? Then do this! Code:
<embed src="yourfile.mpeg" width="100%" height="60" align="center"> You want Games? You got games! (Flash Games) Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="650" height="440"> <param name="movie" value="YOUR_FILE.swf"> <param name="quality" value="high"> <embed src="YOUR_FILE.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="440"></embed> </object> (Shockwave) Code:
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="650" height="440"> <param name="src" value="YOUR_FILE.swf"> <embed src="YOUR_FILE.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="650" height="440"></embed> </object> Well to not advertise I'll post the Pirates of the caribbean ones! Just copy one of these codes and put this code your userpage. Code:
<div align="center" style="z-index:9;visibility:visible;"><a href="http://www.totallyfreecursors.com/" target="_blank" class="tfc"><img src="http://downloads.totallyfreecursors.com/public/CursorsLogo88-31.gif" border="0" width="88" height="31" alt="Free cursors for MySpace at www.totallyfreecursors.com!" /></a></div><style>HTML,BODY{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/JackSparrow2.cur"), url("http://downloads.totallyfreecursors.com/thumbnails/jack-sparrow2.gif"), auto;}</style>
Code:
<div align="center" style="z-index:9;visibility:visible;"><a href="http://www.totallyfreecursors.com/" target="_blank" class="tfc"><img src="http://downloads.totallyfreecursors.com/public/CursorsLogo88-31.gif" border="0" width="88" height="31" alt="Free cursors for MySpace at www.totallyfreecursors.com!" /></a></div><style>HTML,BODY{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/JackSparrow1.cur"), url("http://downloads.totallyfreecursors.com/thumbnails/jack-sparrow1.gif"), auto;}</style>
Code:
<div align="center" style="z-index:9;visibility:visible;"><a href="http://www.totallyfreecursors.com/" target="_blank" class="tfc"><img src="http://downloads.totallyfreecursors.com/public/CursorsLogo88-31.gif" border="0" width="88" height="31" alt="Free cursors for MySpace at www.totallyfreecursors.com!" /></a></div><style>HTML,BODY{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/PirateFlag.ani"), url("http://downloads.totallyfreecursors.com/thumbnails/PirateFlag.gif"), auto;}</style>
__________________
![]() Quote:
Last edited by Toontown4ever; 03-22-2007 at 09:08 PM.. |
|
|