/    Sign up×
Community /Pin to ProfileBookmark

Dear all,

I have just registred and hosted a web-site. [url]www.ipgl.net[/url]

and i get these folder listings there, sort of
i have uploaded a image and want to put it infront, main page sort of.
i have it saved as html also
pls help
thanks

to post a comment
Full-stack Developer

9 Comments(s)

Copy linkTweet thisAlerts:
@DaveSWSep 04.2003 — you need to upload a file named index.html and then it should work. If you need help with your web design... ?
Copy linkTweet thisAlerts:
@y_pavlovauthorSep 05.2003 — dude thanks alot ?

i was killing myself with default.html ? also tried index.html

tried urs and the site is up

:p


i just need the web site for text pages, maybe 3 or 4

can i use frontpage as i am no good with html coding and so on (i know i sound lame ?

and to manage websites thats all i need yeah? ?

thanks
Copy linkTweet thisAlerts:
@DaveSWSep 05.2003 — [i]Originally posted by y_pavlov [/i]

[B]i just need the web site for text pages, maybe 3 or 4

can i use frontpage as i am no good with html coding and so on (i know i sound lame ?

and to manage websites thats all i need yeah? ?

thanks [/B]
[/QUOTE]


You could use frontpage but it's just not really all that good a package to be honest. you'd be better off (especially for plain text pages) just learning a bit of html (www.w3schools.com)

I mean, plain text pages: you just get a copy of html-kit from www.chami.com , use their defualt template, and use

<h1>title 1</h1>

<p>Whatever you want to say</p>

<h2>a smaller title</h2>

<p>something else you want to say</p>

<h2>Even more stuff</h2>

<p>Whatever</p>

get it? So your entire page is just:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<title>My page</title>

</head>

<body>

<h1>title 1</h1>

<p>Whatever you want to say</p>

<h2>a smaller title</h2>

<p>something else you want to say</p>

<h2>Even more stuff</h2>

<p>Whatever</p>

</body>

</html>



Then if you want to change colors, just do this:

<style type="text/css"><!--

body {

color: #e5e5e5;

background: #ffffff;

}

h1 {

color: #000099;

}

--></style>

and dump it in above the </head> tag.

Simple.
Copy linkTweet thisAlerts:
@y_pavlovauthorSep 06.2003 — hello

thanks again a million for replying

much appreciated

yeah then i wont use frontpage

i wil just use the the things u mnetioned

u really helped me out

and im very grateful

bless u ?
Copy linkTweet thisAlerts:
@DaveSWSep 06.2003 — No problem - you'll find your pages load faster this way, and if you decide to do more complex things then you'll find it easier when you understand html!
Copy linkTweet thisAlerts:
@y_pavlovauthorSep 09.2003 — ? ok another problem, sorry

i chose to host with www.web-mania.com

after like one week of hosting i can no longer see my sites up and running www.ipgl.net and www.workforcebank.co.uk

why is this? i have emailed them demanding an explanation

ASAP ? duno

can i complain or something or should i demand something from them? how does this work?

thanks again

much obliged
Copy linkTweet thisAlerts:
@y_pavlovauthorSep 13.2003 — hiya

how do i insert a hyperlink in html-kit

i tried them options but it dont seem to enter, at least i cannot see any changes in preview

i want to link 2 pages ?

thanks
Copy linkTweet thisAlerts:
@toicontienSep 14.2003 — White learning HTML is best, no matter what type of site you're putting on the Net, it still might be easiest for you to use a WYSIWYG HTMl editor.

If you can't get a copy of Dreamweaver, download the latest version of Mozilla. It comes with Composer, which is a point-and-click editor.

It basically works like Frontpage.

http://www.mozilla.com/
Copy linkTweet thisAlerts:
@DaveSWSep 15.2003 — Just click the 'A' button on the html tags wizard. Under href you can enter the name of the file, or click 'add' on the right and navigate to it.

You can also enter all the other attributes you want there, like target etc.
×

Success!

Help @y_pavlov spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.6,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...