links
home

about me

rurouni kenshin

html helper

starcraft

dead or alive 2

winamp skins

quoc290@yahoo.com

bold text
<b>(message)</b>

placing an image
<img src="(url of image)">

underline text
<u>(message)</u>

italic text
<i>(message)</i>

strike text
<s>(message)</s>

highlighted text
<span style=background:(color of highlight)><font color="(font color)">(message)</font></span>

creating a link
<a href="(url of page)">(message)</a>

placing your text in the center of your page
<center>(message)</center>

disable highlighting
<body onselectstart="return false" ondragstart="return false">

disable right click
<body oncontextmenu="return false">

disable right click with pop-up alert
<body oncontextmenu=`alert("(message on alert)");window.event.returnValue=false`>

disable right click, popup, send user to another page
<body oncontextmenu=`alert("(message)");location.replace("(url)");status=("false");return false;` onselectstart="return false" ondragdrop="return false"; background=personalpage_files/404.htm topMargin=0>

basic marquee
<marquee>(message)</marquee>

bouncing marquee
<marquee behavior=alternate>(message)</marquee>

marquee with background color
<marquee bgcolor=(color of background)>(message)</marquee>

marquee direction
<marquee direction=(enter a direction [up/down/right/left])>(message)</marquee>

marquee with speed change
<marquee scrollamount=(entera number [5 is original spd])>(message)</marquee>

changing font colors
<font color="(font color)">

changing fonts
<font face="(font style)">

fixed background
<body background="url" bgproperties="fixed">

page border
<style type="text/css"> body {border-style: ridge; border-top-width: (number)px; border-bottom-width: (number)px; border-left-width: (number)px; border-right-width: (number)px; border-color: (color);}</style>

div scrolls
<div id="scroll3" style="position:absolute; top:(number); left:(number); width:(number); height:(number); overflow:auto; border-color:none; background-color:(color); border-style:solid; border-width:(number)px;"></div>

glowing text

<table border=0 style="filter:glow(color=(color),direction=150,strenght=3)"><tr><td><font color="(color)">(message)</td></tr></table>

shadow text

<table border=0 style="filter:shadow(color=(color),direction=150,strenght=3)"><tr><td><font color="(color)">(message)</td></tr></table>

blur text

<table border=0 style="filter:blur(direction=150,strenght=3)"><tr><td><font color="(color)">(message)</td></tr></table>

drop shadow text

<table border=0 style="filter:dropshadow(color=(color),direction=150,strenght=3)"><tr><td><font color="(color)">(message)</td></tr></table>

background color
<body bgcolor="(color)">

color of links
<body link="(color)">

color of link when you click it
<body vlink="(color)">

color of link after it`s been clicked
<body alink="(color)">

table with background and border color

<table width="(number)" border="(number)" bordercolor="(color)" cellspacing="(number)" cellpadding="(number)" align="center"> <tr><td bgcolor="(bgcolor)"><font color="(color)">(text)</td></tr></table>

a complicated table
0.00 1.00 2.00 3.00
1.00 1.00 2.00 3.00
2.00 2.00 4.00 6.00
3.00 3.00 6.00 9.00
<table border="(number)" bordercolor="(color)" cellpadding="(number)" cellspacing="(number)"> <tr> <td>(text)</td> <td>(text)</td> <td>(text)</td> <td>(text)</td> </tr> <tr> <td>(text)</td> <td>(text)</td> <td>(text)</td> <td>(text)</td></tr> <tr> <td>(text)</td> <td>(text)</td> <td>(text)</td> <td>(text)</td> </tr> <tr> <td>(text)</td> <td>(text)</td> <td>(text)</td> <td>(text)</td> </tr></table>

changing the scrollbar colors
<style type="text/css"><!--body {scrollbar-face-color:(color); scrollbar-shadow-color:(color); scrollbar-highlight-color:(color); scrollbar-3dlight-color:(color); scrollbar-darkshadow-color:(color); scrollbar-track-color:(color); scrollbar-arrow-color:(color);}--></style>

filter blur
<marquee direction="(direction)" scrollamount=2 width=100% height=70 style="filter:blur (direction=(direction is set in degrees), strength=50)"><img src="url"></marquee>

filter glow
<marquee direction="(direction)" scrollamount=2 width=100% height=70 style="filter:glow (color=(color), direction=0, strength=50)"><img src="url"></marquee>

filter dropshadow
<marquee direction="(direction)" scrollamount=2 width=100% height=70 style="filter:dropshadow (color=(color))"><img src="URL"></marquee>


<input type=button value=(text) style="font-family:(font);font-size:(number)pt;color:color;font-weight:bold;height:(number)px;width:(number)px;background-color:black;filter:alpha(style=(number),opacity=(number),finishopacity=0);cursor:hand">

space
&nbsp

background music
<bgsound src="(music url)" loop="infinite" autostart="true">