|
HTML Codes
HTML Codes
-----------------------------------------------------
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.
Code:
A toon estate caught on fire two days ago, luckily the pigs escaped the safely
<hr> (Which is the code...)
Cornchips? Or Regular Chips?-----------------------------------------------------
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.
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="ADRESS LINK HERE" WIDTH=300 HEIGHT=400></IFRAME>-----------------------------------------------------
Phony Alert Message
This has been probably one of the most used codes with userpages.
Code:
<SCRIPT language="JavaScript">alert("TEXT")</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.)
-----------------------------------------------------
Well...there you go!
Last edited by Knuckles; 11-20-2007 at 10:37 AM.
|