Posted 15 years ago
·
Author
As many of you are familair with the "Loading Homepage" box at the beginning of each homepage you enter, there is a html code in which you may change the words 'Loading Homepage' to anything you may desire.
::Notice that inside the code, there are capitalized letters that state "FIRST TEXT LINE" and "SECOND TEXT LINE". Before you save the code inside your html on any panel of your homepage, make sure to change the wording to anything you like or it would appear the way it is written, which means that you have to backspace the wording and insert your own, but be careful not to change anything else or it might mess up your homepage.::
<script language="javascript" type="text/javascript">
document.getElementById("LoadingPage").innerHTML = '<CENTER><FONT>FIRST TEXT LINE<BR>SECOND TEXT LINE</FONT><br><img alt="processing" src="/catalog/web_images/processing2.gif"></CENTER>';
</script>
::Notice that inside the code, there are capitalized letters that state "FIRST TEXT LINE" and "SECOND TEXT LINE". Before you save the code inside your html on any panel of your homepage, make sure to change the wording to anything you like or it would appear the way it is written, which means that you have to backspace the wording and insert your own, but be careful not to change anything else or it might mess up your homepage.::