NOOB ALERT! WEB hosting/ design problem

petesweat

New Member
SO everything is set up domain name and web hosting wise :

here is the details for the hosting:

Hello Customer,

Congratulations! Your Web Hosting is successfully activated.

Your Web Hosting Manager & FTP

-----------------------------------------------------------------------
(1) Your Web Hosting Manager & FTP

-----------------------------------------------------------------------

Use this username and password to use your Web Hosting Manager to create new email accounts and view website stats.

Your Username: ***********
Your Password: *************
Domain Name: www.******.com

To log in to Web Hosting Manager click here

FTP login information

Your FTP Username: *******
Your FTP Password: *******
Your FTP Address: ftp.*****.com or 203.*********

NOTICE: Upload all files to the public_html directory



Your FTP Username: *******
Your FTP Password: *******
Your FTP Address: ftp.*****.com or 203.*********

i used the above info for server configuration. and it tested ok.

NOW.


PICS:

STEP 1
xbcs42.jpg


step 2

wrkitk.jpg


step
140gjyv.jpg


and finally, this is what the web website looks like after the upload

jp7z1i.jpg


So basically nothing happens after i upload the content.



CHEERS FOR ANY HELP GUYS!!
 
Last edited:

ReneeRash

New Member
We can't really help you without your usernames and passwords. ;-)

You're just trying to upload a single image? - Um, you don't have any html tags except body. You know <html></html>.
 

RobSmith

New Member
There are great tutorials on tizag.com for learning html and setting up your own website. It's really worth checking out if you want to learn how to get an online presence going.
 
Last edited:

ronaldroe

Super Moderator
Staff member
Make sure you're uploading to the right folder. Many servers have a folder called public_html where the files go.
 

rwebber77

New Member
Definitely check into the tutorials pointed out, you need some direction and a starting point. As for your issue, I would NOT EVER list your ftp username and password on a public forum.

To get your style to show, try the following. Save the below code into a file called index.html and upload it into the same directory as your style sheet.

<html>
<head>
<title>Test Style</title>
<link rel="stylesheet" href="untitled.css" type="text/css">
</head>
<body>
<p>Any words you want here.....</p>
</body>
</html>

This is VERY basic stuff, but study up and you'll wrap your head around it.
 

Phreaddee

Super Moderator
Staff member
youve got html and css within the same css document see your first pic

and the offending line
<font size="7"><b><p><p><div align="center"> is just jibberish

learn css and html and how they are actually DIFFERENT.
build the site locally.
then upload it.
 
Top