problem

Status
Not open for further replies.

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
HTML:
<title>Conors website</title\>
<center>Welcome to conors website</center>
<html>
<head>
<marquee>Its under constuction</marquee/>

Is what is sent when I go to your homepage. But that displays nothing.

Pick up a book on basic HTML. Most libraries have them. Or Google for an online tutorial.

HTML:
<html>
 <head>
    <title>Conor's website</title>
  </head>
<body>
  <h1>Welcome to Conor's website</h1>
  <h3>Under Construction</h3>
</body>
</html>

Will get your page seen.
 
Last edited:

johnbarry879

New Member
Messages
24
Reaction score
0
Points
0
thank you

---------- Post added at 06:26 PM ---------- Previous post was at 04:18 PM ----------

sorry im its coming up default webpage
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
If you just changed your domain name, it can take 24-48 hrs for the system to complete the change.

In the mean time, it serves up the default web page. It happens to everybody. Only the amount of time varies (depends on the number of such changes).

Clear your browser cache and history before checking your domain and be patient.
 
Status
Not open for further replies.
Top