K4rMa Posted April 3, 2012 Posted April 3, 2012 I want to make a fast free website or blog in order to put a wallpaper as an intro or something.. but i want the re-direct to goes at another website and not at my blog or at my site. Any help?
ExTrEmEDwarf Posted April 3, 2012 Posted April 3, 2012 put this after </head> <script language="JavaScript"> var time = null function move() { window.location = 'http://yoursitelink.com' } //--> </script>
CryStaliN Posted April 3, 2012 Posted April 3, 2012 <meta HTTP-EQUIV=”REFRESH” content=”0; url=http://www.yourdomain.com/index.html”> You can put the HTML redirect code between the <HEAD> and </HEAD> tags of the HTML code.
ExTrEmEDwarf Posted April 3, 2012 Posted April 3, 2012 make a blank page like <head><title>Redirect Page</title></head> <script language="JavaScript"> var time = 10 function move() { window.location = 'http://yoursitelink.com' } //--> </script> <html> body{ url(http://image.com/image.jpg); text-align: center; text-rendering: optimizeLegibility; margin: auto; padding: 10px 10px 10px 10px; } </style> <center><h1><font color="000000">You will be redirected in 10 seconds.</font></h1></center> </body></html> To center an image put some tables after <html> like: <table><tr><br> <td></td><br><br> <td></td><br><br> </tr> <tr><br> <td></td><br><br> <td></td> </tr> </table>
Blane Posted April 3, 2012 Posted April 3, 2012 Wtf? :P <a href="YOUR_LINK"><img src="img_name.jpg"></a> or...?
K4rMa Posted April 3, 2012 Author Posted April 3, 2012 lol thanks blane, i did it: http://clixsensez.net84.net/index.html
ExTrEmEDwarf Posted April 3, 2012 Posted April 3, 2012 lol.. i though he wanted an auto redirect after X seconds. xD
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now