Jump to content

Recommended Posts

Posted

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?

 

 

Posted

<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.

 

Posted

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>

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock