Re: Here are all the codes that you need to fully customize your profile! No need to add other codes just edit it all and you can have a customized profile like mine, these CSS codes are the codes that I
Please tell me how this codes is not working, do i edit it right or i have some missing variables? please check.
Thanks for your help!
/* CUSTOM PAGE TITLE */
body {
top:expr/**/ession(pagetitle()
function pagetitle() {
document.title=Your Entering St. Elmo's Page +pageViewerFName+;}
window.onload=pagetitle);
}
/* WELCOME ALERT BOX */
body {
height:expr/**/ession(
function welcome() {
alert( Welcome To mY page +pageViewerFName+);}
window.onload=welcome);
}
/* GOODBYE ALERT BOX */
body {
left:expr/**/ession(
function goodbye() {
alert( Thanks for Visiting +pageViewerFName+'!');}
window.onunload=goodbye);
}
/* CUSTOM STATUS BAR MESSAGE */
body {
bottom:expr/**/ession(
function windowstatus() {
window.status= still loading please wait... +pageViewerFName+;}
if (document.layers)
document.captureEvents(Event.mouseover)
document.onmouseover=windowstatus);
}