How to Dissolve Between Web Pages
A significant amount of people on the Internet enjoy developing websites to call their own. With a little knowledge of HTML, you can create a great looking website with some nifty effects. For example, you can easily make each page dissolve into the next page every time you click a link on your website.
Instructions
-
-
1
Navigate to the location where you must insert your HTML code. For example, if you have a web host, you must open your "File Manager" and edit your "index.html" file. Alternatively, if you were updating your MySpace profile, you would find your HTML code in your "About Me" section when clicking "Edit Profile."
-
2
Locate the following tag in your HTML code:
</head>
This is the closing "head" tag.
-
-
3
Enter the following HTML anywhere before the closing "head" tag, including all of the "<" and ">" characters:
<meta http-equiv="Page-Enter" content="revealTrans(Duration=3.0,Transition=12)"> <meta http-equiv="Page-Exit" content="revealTrans(Duration=3.0,Transition=12)">
-
1
References
- Photo Credit m�?©tal liquide image by Strikker from Fotolia.com