How to put a image anywhere you want
<img src="IMAGE URL">
Linking
<a href="URL HERE">TEXT</a>
Font Color... Replace color with the color of your choice
<font color="COLOR">MESSAGE</font>
Changing the font of your text.. Replace Font Name with the font you want to use
<font color="FONT NAME">MESSAGE</font>
Changing the Font's typing size. From 1-7
<font size="SIZE (1-7)">MESSAGE</font>
Making your entry/typing bold
<b>TEXT</b>
Making your entry/typing italics
<i>TEXT</i>
Making a strike-out [[ cross outs ]]
<s>TEXT</s>
New Codes - Updated on 02.03.04
Fixed Background
<style type="text/css"><!-- body {background: url(URL OF BACKGROUND) fixed; background-color: COLOUR;} //--></style>
Not fixed
<Background (fixed)
<BR><style type="text/css"><!-- body {background: url(URL OF BACKGROUND); background-color: COLOUR;} //--></style>
Glowing Text
<table style="filter:glow(color=COLOUR,strength=STRENGTH)">MESSAGE</table>
Page border
<style TYPE="text/css"><!-- BODY {border-style: solid; border-top-width: NUMBERpx; border-bottom-width: NUMBERpx; border-left-width: NUMBERpx; border-right-width:NUMBERpx; border-color: COLOUR;}//--></style>
week 2 of codes
Marquee
<marquee behavior="BEHAVIOR GOES HERE" direction="RIGHT/LEFT/UP/DOWN" loop="infinite" scrollamount="SCROLL AMOUNT" scrolldelay="SCROLL DELAY">MESSAGE</marquee>
dropdown list
<select style="background-color: COLOUR; color: COLOUR; font-family: FONT; font-size: SIZE;"><option>FIRST ITEM</option><option>SECOND ITEM</option><option>THIRD ITEM</option><option>FOUTH ITEM</option><option>FIFTH ITEM</option></select>
Table
<table border="BORDER SIZE" cellspacing="SIZE OF CELLSPACING" cellspading="SIZE OF CELLSPADING" width="WIDTH OF TABLE" height="HEIGHT OF TABLE" bordercolor="COLOUR" font face="FONT" font color="COLOUR" bgcolor="COLOUR"><tr><td>MESSAGE</td></tr></table>
Raining effect
<TABLE STYLE="position:static; left: FROM LEFT; top: FROM TOP; z-index: 0"><TR><TD><MARQUEE DIRECTION=DOWN SCROLLDELAY=300><IMG SRC="URL OF IMAGE"></MARQUEE></TD></TR></TABLE>
scroll bar
<STYLE TYPE="text/css"><!-- BODY{scrollbar-3dlight-color: COLOUR; scrollbar-arrow-color: COLOUR; scrollbar-base-color: COLOUR; scrollbar-darkshadow-color: COLOUR;scrollbar-face-color: COLOUR; scrollbar-highlight-color: COLOUR; scrollbar-shadow-color: COLOUR; scrollbar-track-color: COLOUR;} //--></STYLE>
use this pic so u know whea 2 put da color
add a border
<style type="text/css">
<BR><!--BODY{border-style:solid;border-top-width:#px;border-bottom-width:
<BR>#px;border-left-width:#px;border-right-width:#px;border-color:COLOR;}//--></style
solid color for backround
<style type="text/css"><!-- body{background:#B00000} //--></style>
for more than one color border
<style type=text/css><!-- body{border-right:#B00000 10px outset;border-left:#B00000 10px outset;border-top:#FF80FF 10px outset;border-bottom:#8080FF 10px outset} //--></style>
webpage cursor [crosshair, hand, help, move, text, wait, n-resize, ne-resize, nw-resize, s-resize, se-resize, sw-resize, e-resize, w-resize]
<style type=text/css><!-- body{cursor:crosshair} //--></style>
cursor for links
<style type=text/css><!-- a:hover{cursor:e-resize} //--></style>
Xanga Link Replace:
<script type="text/javascript">
//
// ©2003 EasterEgg, http://www.xanga.com/easteregg
//
// For use at Xanga only.
//
// This script replaces any given word or text fragment with
// whatever you want: new words and fragments, or even HTML!
//
// Actually it's pretty simple: add the words or fragments you
// wish to replace to the array "oldWords" (each word placed
// between double quotation marks, and separated by colons as you
// can see below) and add their replacements to the array "newWords",
// at the same position as the original words in "oldWords".
// The example is pretty self-explaining.
//
// The script is case sensitive, meaning that if you add "something"
// to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG".
//
// You can adjust the existing arrays in this code as you see fit,
// as long as both arrays keep the same size (same amount of words
// in both arrays), otherwise a script error will occur.
//
// Copy this entire code and paste in the webstats box at your
// Look and Feel page.
//
// You're free to use this script as long as this comment remains intact,
// and as long you won't use it to cripple the comments of your visitors;
// after all, no one likes his/her words getting twisted...
//
function replaceWords()
{
// ***add the words or fragments you wish to replace below
var oldWords = new Array(
"Sites I Read",
"Gender:",
"Birthday:",
"My Blogrings",
"eprop",
"comment"
);
// *** add the replacing words or fragments below
var newWords = new Array(
"Dailies:",
"Gender:",
"B-Day:",
"Recommended Sites",
"cent",
"dollar"
);
allTableData = document.getElementsByTagName('td');
allTableHeaders = document.getElementsByTagName('th');
var collections = new Array(allTableData,allTableHeaders);
for (var k = 0 ; k < collections.length ; ++k )
{
for (var i = 0 ; i < collections[k].length ; ++i )
{
if (collections[k][i].innerHTML.indexOf('TABLE') == -1)
{
for ( var n = 0 ; n < oldWords.length; ++n )
{
var indx = collections[k][i].innerHTML.indexOf(oldWords[n])
while (indx != -1)
{
var replacement = '';
indx = collections[k][i].innerHTML.indexOf(oldWords[n]);
replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);
collections[k][i].innerHTML = replacement;
break;
}
}
}
}
}
}
replaceWords();
</script>
Scrollbar w/ Cursor Change
<STYLE TYPE="text/css"><!--BODY {color: black;cursor: sw-resize;scrollbar-face-color: white; scrollbar-shadow-color: #999999; scrollbar-highlight-color: white; scrollbar-3dlight-color: #999999; scrollbar-darkshadow-color: white; scrollbar-track-gray: black; scrollbar-arrow-color: #999999;}--></STYLE>
Title Bar Message:
Title Bar Message (Changing Text of Title)
<script language="JavaScript">
document.title = "NEW TITLE HERE"</script>
Title Bar Message (Surroundings Move)
</script>
</td></tr></table><br /><br /><SCRIPT>
var titletext="Type Here for middle text"
var thetext=""
var started=false
var step=0
var times=1
function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
document.title = titletext;
setTimeout("anim()",1);
}
thetext = titletext;
}
}
function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
step++
if (step==20) {step=1}
if (step==1) {document.title='][---- '+thetext+' ----]['}
if (step==2) {document.title='-][--- '+thetext+' ---][-'}
if (step==3) {document.title='--][-- '+thetext+' --][--'}
if (step==4) {document.title='---][- '+thetext+' -][---'}
if (step==4) {document.title='----][ '+thetext+' ][----'}
setTimeout("anim()",200);
}
if (document.title)
window.onload=onload=welcometext
</SCRIPT>
Style sheets:
<style type="text/css">
body {
background-color: #FFFFFF;
scrollbar-arrow-color: #B991C9;
scrollbar-track-color: #FFFFFF;
scrollbar-shadow-color: #B991C9;
scrollbar-face-color: #B991C9;
scrollbar-highlight-color: #B991C9;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px arial;
line-height:10px;
color:black;
letter-spacing:0px;
text-align:justify;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family:impact;
text-transform:uppercase;
font-size:16px;
line-height:10px;
font-weight:bold;
color:#C991AE;
letter-spacing:0px;
background-color: #ffffff;
text-align: left;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#B991C9;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#B991C9;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#9D91C9;
cursor: ne-resize;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #c0c0c0;
font:normal 11px arial;
background-color: #FFFFFF;
letter-spacing:0px;
color: #000000;
}
table.left {
/* this edits the menu module */
border: 1px solid #c0c0c0;
width:160px;
background-color: #FCEBFF;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 0px solid c0c0c0;
background-color: #ffffff;
width:400px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FCEBFF;
font: bold 11px arial;
text-transform: uppercase;
color: #C991AE;
border: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FFFFFF;
border: none;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #FCEBFF;
border: 1px solid #c0c0c0;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #c0c0c0;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 1px solid #FCEBFF;
}
</style>
No highlight
<script language="JavaScript1.2">
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>