html helper
quoc290@yahoo.com
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>
<marquee>(message)</marquee>
<marquee behavior=alternate>(message)</marquee>
<marquee bgcolor=(color of background)>(message)</marquee>marquee direction
<marquee direction=(enter a direction [up/down/right/left])>(message)</marquee>
<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>