Jump to content

Help - html issues!


K4rMa

Recommended Posts

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?

 

 

Link to comment
Share on other sites

put this after </head>

 

<script language="JavaScript">

var time = null

function move() {

window.location = 'http://yoursitelink.com'

}

//-->

</script>

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • 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