Note:All credit goes to
Lemonzilla of TTC.
HTML Codes
Hello, after reading this post I fount out users were allowed to use HTML in there userpages, which is great, but some people don't know a lot of HTML, so I made this thread to help other users.
-----------------------------------------------------
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.
-----------------------------------------------------
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.
(No Picture img is available)
Code:
<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.
Code:
<IFRAME SRC="URL Here" WIDTH=300 HEIGHT=400></IFRAME>
-----------------------------------------------------
Phony Alert Message
This has been probably one of the most used codes with userpages.
Code:
<script type="text/javascript">
alert("message here");
</script>
-----------------------------------------------------
Glowing Text
WARNING: THIS WILL NOT WORK WITH PEOPLE VIEWING IT IN FIREFOX!!!
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>
(You will be able to change the color and the strength of the color, as you can see the areas I bolded)
-----------------------------------------------------
Text AreaThis makes all your text a little more organized.
Code:
<TABLE BORDER="2" BORDERCOLOR="#C6C6C6" CELLPADDING="4" ALIGN="Center" WIDTH="50%"><TR><TD BGCOLOR="#EAE8E8">Your Text</TD></TR></TABLE>
Whatcha Waiting for?
Edit Your Userpage!
Note:All credit to above goes to
Lemonzilla of TTC
_______________________________________