This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="" rel="noopener nofollow" target="_blank">http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>ThePvP - Home</title> <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> <link href="styles/main.css" rel="stylesheet" type="text/css" /> </head> <body> Redirecting...This is an non-existant area of the website. You are being redirected to existing pages. Taking too long? Try force redirecting. <script> function homepageText() { $('#fade').delay(1000).fadeIn('slow', function(){ homepageText() }); } </script> </body> </html>
This is an non-existant area of the website. You are being redirected to existing pages.
Taking too long? Try force redirecting.
Quote from willfurnell Try this instead. In your case, you want the javascript at the top, so it loads before the text beneath it. -snip-
-snip-
Here's the last one I tried, what am I doing wrong here?
Sorry for the messy code.
Thank you, this works perfectly. Guess I'll be learning some JavaScript soon.