|
|
|
|
|||||||
| 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
|
||||
|
||||
|
HTML Codes
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. Code:
<hr> 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> ----------------------------------------------------- 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> Edit Your Userpage! Note:All credit to above goes to Lemonzilla of TTC _______________________________________
__________________
*UPDATING* Quote:
My mood:
Last edited by Colombiano; 03-25-2008 at 02:47 AM.. |
|
|