...Where you can find more codes for use on your MyO site ~ Laughs ~ There are so many that it seems fair to put them on two pages so you dont have to scroll through ads that dont go with the site at all ~ Laughs ~ I need it to be athetically pleasing! Im odd i know lol!
I would liek to thank everyone that has used the site so far and linked back to it and i hope it continues to help others ~ Nods ~ Remember you can support this place by linking back to it!
<a target=_"blank" href="http://www.freewebs.com/worlddominationx/">World Domination X</a>
Other codes can be found on the MyO Tricks page!
If you have anythign that you want adding to the site be sure to PM me Magnus Lensherr at MyO and i shall add them for you and other users!
To get your background to stay fixed on the page so it doesnt move when you scroll all you have to do is get your Edit Styles page to look like this!!! Though your Add a Background part will look different lol!
| Change Main Background Color |
|
| Add A Background Image (Format: http://www.site.com/file.gif) |
|
| Change Site Border Color | |
| Change Inner Background Color | |
| Change Menu Color |
This is the code you need if you want to make the navbar and other features of the site vanish to make it look more professional!
<style type="text/css">
.navbar {display: none;}
.datetime {display:none;}
.username {display: none;}
.hr {display:none;}
.header_logo{display: none;}
IFRAME {display: none;}
form {display: none;}
tr.tborder {display: none;}
td.panel {display:none;}
</style>
In short these are the parts that each line affects:
navbar: The part at the side with your info on it!
datetime: The date you posted last
username: The bit that says the site is yours
hr: The line below the date
header logo: The myO logo in the left hand corner
IFRAME: The ads
In not sure about the others but it will be the member jumping to things and other bits ~ Laughs ~ Its been that long since i did it ~ Coughs in shame ~ When you use them as i did thoug then your site is like a blank slate for you to use in a way! If youve seen mine it will make sense lol!
This is the code you can use to change the colour of the scrollbars on your site!
<style type="text/css">
html {
scrollbar-base-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #FFFF00;
scrollbar-lightshadow-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFF00;
scrollbar-highlight-color: #CCCCCC;
scrollbar-3dlight-color: #FFFFFF;
}
</style>
I tend to use this and the Removing Navbar Etc code together with this one following directly afterwards to create scrollbars that match the colour of your new professional looking site!
The colours that you use have to be in the figured form which you can use the template on MyO for, thats wher ei got mine from anyway lol!
This should be the code you need to put messages at the bottom of you site in the well i dont knwo what its called! The grey space ~ Laughs ~ Which has the planet for Internet or whatever on it lol! I really should learn the technical names for things lol!
Just change my messages to ones that you like! You can add more lines or delete mine if you wish just remember to change the number in the
slide = new initArray(6)
part otherwise your changes wont work!
So heres the code:
<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
function initArray(n) {
this.length = n;
for (var i =1; i <= n; i++) {
this[i] = ' '
}
}
slide = new initArray(6)
slide[0]=".....:::::::: Good day To You Strange People! ::::::::..... "
slide[1]=" .....:::::::: I Am Your Host And Watcher, Magnus Lehnsherr :::::::..... "
slide[2]=" .....:::::::: Those Are My Giant Spiders :::::::..... "
slide[3]="....::::: Be Sure To Feed Them, Lest You Become Their Next Meal :::::::..... "
slide[4]=" .....:::::::: I Hope That You Shall Enjoy Your Stay and Have Fun! :::::::..... "
slide[5]=" .....:::::::: Feel Free To Return Anytime!! :::::::..... "
slide[6]=" .....:::::::: PS: Supernova In 1 Month....BEWARE!!! :::::::..... "
var delay1 = 0
var delay2 = 1000
var text = slide[0] + " "
var str = " "
var leftmsg = ""
var nextmsg = 0
function setMessage() {
if (str.length == 1) {
while (text.substring(0, 1) == " ") {
leftmsg += str
str = text.substring(0, 1)
text = text.substring(1, text.length)
}
leftmsg += str
str = text.substring(0, 1)
text = text.substring(1, text.length)
for (var x = 0; x < 20; x++) {
str = " " + str
}
}
else {
str = str.substring(10, str.length)
}
window.status = leftmsg + str
if (text == "") {
str = " "
nextmsg++
if (nextmsg > slide.length) {
nextmsg = 0
}
text = slide[nextmsg] + " "
leftmsg = ""
setTimeout('setMessage()',delay2)
}
else {
setTimeout('setMessage()',delay1)
}
}
setMessage();
//-->
</script>
This code means (i hope) that when someone leaves you site they will have an effect similar to the ones ytou can get on Powerpoint! Like the page fading into view and stuff!
<body onLoad="startStatusScroller();">
<HEAD><meta http-equiv="Page-exit" content="RevealTrans (Duration=2, Transition=23)"></HEAD>
If it doesnt work it mght need <style></style> adding to it but it looks seperate from that!
Create a free website at Webs.com