The 3ds browser and click Url and type http://net2ftp.net and fill out your info.
FTP Ip
You're FTP IP is ftp.yoursite.yourdomain.
Ex: ftp.3ds4u.tk http://3ds4u.tk Is my site.
Coding:
Okay first go to "Public_Html" Then if you do not have a "Index.php" Or "Index.html" create one by clicking "Create File" then name it "Index.php" or "index.php" Must have suffics ".php" or ".html" or codes wount work. And "Index" Is like the homepage your automaticly go to index when file is created.
You'll need a hosting account like http://x10hosting.com or http://heliohost.org once registered comes editing with 3ds.
The 3ds browser and click Url and type http://net2ftp.net and fill out your info.
You're FTP IP is ftp.yoursite.yourdomain.
Ex: ftp.3ds4u.tk
http://3ds4u.tk Is my site.
Okay first go to "Public_Html" Then if you do not have a "Index.php" Or "Index.html" create one by clicking "Create File" then name it "Index.php" or "index.php" Must have suffics ".php" or ".html" or codes wount work. And "Index" Is like the homepage your automaticly go to index when file is created.
<head>
<title>Your Title</title>
<style>
#Sample{
color: red
background-color: black;
border: 5px ridge gray;
border-radius: 5px;}
body{
border: 5px ridge red;}
</style>
</head>
<body>
Hello world!
<div id="Sample">How Are You?
</div>
</body>
2013-08-15 12:04:07