Are there any instructions on how to build a website once signing up.

Status
Not open for further replies.

custompe

New Member
Messages
3
Reaction score
0
Points
1
I got as far as clicking on add a new website and naming it and now that i have a unpublished project i can not go any further with what i know, i guess i should be clicking on the website builder and using it but when i click on it it just opens a new white page in my browser and does nothing else it stays stuck like that i have tried repeadetly over 2 days to use it but it always stays stuck . Also i can not find any instructions on how to actually build a website what tools to use and do how to and what to do next do such instructions exist ???? and does anyone know why i can not raise the website builder from the dead. ?
 

nkranx10

Member
Messages
62
Reaction score
2
Points
8
all you have to do is put this code into a file and save as index.html ; put this in your webroot public html ; go to your URL and it should show as your home page. Then just learn a little of html; the time you take to learn web builder will probably be the same as just learning a bit of the basics, so the latter is better.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>a learning curve never hurt anyone</title>
</head>
<body>

</body>
<h3> Hello world my first page </h3>
</html>


try and lets us know how you got on
 
Status
Not open for further replies.
Top