Tricky Electrobee
11-07-2007, 12:13 AM
This guide was originally made by Lemonzilla at TTC, then remade at POF by Colombiano, and now I am spreading the joy of HTML codes to CPF!
------------------------------------------------------------------------
Making Your Userpage Into Sections
This is a wonderful code, yet very simple. This makes your page more organized by placing a bar between news, sections, etc.
A igloo caught on fire two days ago, luckily the penguins escaped safely
<hr>
Wigs or no wigs?
-------------------------------------------------------
[CENTER]Scrolling Text (or Marquee)
You can use this for a lot of things such as a scrolling news system, a way to get users attention, you can insert an img between the code to make it scroll, etc.
<marquee>Text here</marquee>
-------------------------------------------------------
iFrame
This is some what useful if you want a visitor on your userpage to view another page, on your page.
<IFRAME SRC="http://www.clubpenguinfansite.com/forums/newthread.php?do=newthread&f=17" WIDTH=300 HEIGHT=400></IFRAME>
---------------------------------------------------------------
Phony Alert Message
This has been probably one of the most used codes with userpages.
<SCRIPT language="JavaScript">alert("TEXT")</SCRIPT>
---------------------------------------------------------------
Glowing Text
WARNING: This will not work with people viewing it with Firefox!
<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>(You will be able to change the color and the strength of the color)
-----------------------------------------------------------------
Text Area
This makes all your text a little more organized.
<TABLE BORDER="2" BORDERCOLOR="#C6C6C6" CELLPADDING="4" ALIGN="Center" WIDTH="50%"><TR><TD BGCOLOR="#EAE8E8">Your Text</TD></TR></TABLE>
-----------------------------------------------------------------
------------------------------------------------------------------------
Making Your Userpage Into Sections
This is a wonderful code, yet very simple. This makes your page more organized by placing a bar between news, sections, etc.
A igloo caught on fire two days ago, luckily the penguins escaped safely
<hr>
Wigs or no wigs?
-------------------------------------------------------
[CENTER]Scrolling Text (or Marquee)
You can use this for a lot of things such as a scrolling news system, a way to get users attention, you can insert an img between the code to make it scroll, etc.
<marquee>Text here</marquee>
-------------------------------------------------------
iFrame
This is some what useful if you want a visitor on your userpage to view another page, on your page.
<IFRAME SRC="http://www.clubpenguinfansite.com/forums/newthread.php?do=newthread&f=17" WIDTH=300 HEIGHT=400></IFRAME>
---------------------------------------------------------------
Phony Alert Message
This has been probably one of the most used codes with userpages.
<SCRIPT language="JavaScript">alert("TEXT")</SCRIPT>
---------------------------------------------------------------
Glowing Text
WARNING: This will not work with people viewing it with Firefox!
<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>(You will be able to change the color and the strength of the color)
-----------------------------------------------------------------
Text Area
This makes all your text a little more organized.
<TABLE BORDER="2" BORDERCOLOR="#C6C6C6" CELLPADDING="4" ALIGN="Center" WIDTH="50%"><TR><TD BGCOLOR="#EAE8E8">Your Text</TD></TR></TABLE>
-----------------------------------------------------------------