oh, looks like 000webhost. All you do, is give me the FTP username, host, and password, all of which can be found in the account details section.
Offline
XenoK wrote:
beyblade4 wrote:
http://galacticstudios.uphero.com But I don't know if you can actually edit it, I can't either.
what is it hosted with?
000webhost
Offline
wolfdude999 wrote:
beyblade4 wrote:
http://galacticstudios.uphero.com But I don't know if you can actually edit it, I can't either.
Nobody can except for me. If you have html that you want me to put in it, just post it here. Also, are you working on the menu for the game or website?
Game
Offline
beyblade4 wrote:
wolfdude999 wrote:
beyblade4 wrote:
http://galacticstudios.uphero.com But I don't know if you can actually edit it, I can't either.
Nobody can except for me. If you have html that you want me to put in it, just post it here. Also, are you working on the menu for the game or website?
Game
Ok
Offline
beyblade4 wrote:
Hey wolfdude999, in that host how do you edit the website> I keep trying to find a way to edit but I can't seem to find it?
Nobody can except for me. If you have html that you want me to put in it, just post it here.
Offline
beyblade4 wrote:
Not that one, I am talking about when you make your own website, I am making one for the Scratch Soccer Cup
Oh, you have to go to the members area and scroll down until you find the section that says files and you click on "file manager"
Offline
I'd like to begin by making a general structure to your html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Galactic Studios</title> </head> <body> <header> <nav><a href="home.html">Home</a></nav> </header> <article> <section> <h2>Welcome to the website!</h2> <p>Welcome to the official Galactic Studios Website...</p> </section> </article> <footer> © copyright 2012 Galactic Studios, All Rights reserved. </footer> </body> </html>
just by making that simply without any css added to it gives it a nice, clean structure.
Offline
wolfdude999 wrote:
beyblade4 wrote:
Not that one, I am talking about when you make your own website, I am making one for the Scratch Soccer Cup
Oh, you have to go to the members area and scroll down until you find the section that says files and you click on "file manager"
And then what?
Offline
@XenoK Thanks
@beyblade then you click on the public html folder and make a new document in there. Make sure that you give it a name and specifiy the file extension
Offline
I'm actually gonna create a mockup of what I'd see the website as, for beyblade4, and see what he thinks. I won't make it until the weekend, I dont have a lot of freetime at the moment.
Offline
beyblade4 wrote:
But my thing only opens up m script when I go to the website
What do you mean?
Offline
http://thegalacticstudios.net63.net/ The scripts may be entirely wrong I think
Last edited by beyblade4 (2012-07-16 20:53:32)
Offline
beyblade4 wrote:
http://thegalacticstudios.net63.net/ The scripts may be entirely wrong I think
2 things:
1) why are you making a second galactic studios website?
2) you have to save the website as "name.html" or else it won't work.
Also, you should add a redirect so that when somebody goes to the homepage, it sends them to that html file.
Last edited by wolfdude999 (2012-07-16 20:55:37)
Offline
wolfdude999 wrote:
beyblade4 wrote:
http://thegalacticstudios.net63.net/ The scripts may be entirely wrong I think
2 things:
1) why are you making a second galactic studios website?
2) you have to save the website as "name.html" or else it won't work.
Also, you should add a redirect so that when somebody goes to the homepage, it sends them to that html file.
Oh no It was just a test not the real thing and oooohhhhhhhhhh and how do u save it as that, (sorry about all theses questions)
Offline
Go back to the file manager, check the box next to the file and then find the rename button. then rename it either home.html or index.html
Offline
beyblade4 wrote:
Nothing Comes up
What do you mean?
Also, I don't want to be mean but if you can't figure it out, it might be better to use weebly or something.
Offline
Offline