index.html banner does'nt work

Status
Not open for further replies.

comecoco

New Member
Messages
10
Reaction score
0
Points
0
i have my web in http://strategicgame.x10hosting.com
and i have an index.html web and the only web
with not work banner is index.html.

http://strategicgame.x10hosting.com/celts.htm
have a fine banner. but everypage i name "index.html"
doesnt work the banner. show "this page cant be displayed"

code are fine pasted.
i even change name of http://strategicgame.x10hosting.com/celts.htm
to http://strategicgame.x10hosting.com/index.html , when i do that the
banner cant be displayed.

the real problems is that many people cant see my page http://strategicgame.x10hosting.com
when i paste the code-banner in it.

what's the problem? index.html is wrong? i try even index.htm and nothing
 

FeestBijtje

New Member
Messages
300
Reaction score
0
Points
0
Solution is simple :)
The code is ment for .html extentions.

Try to put the add some thing like:
HTML:
<html>
<title>Hello World</title>
Addcode here
<body>
Content here.
</body>
</html>

I am not shure if it would work but i think its possible.
 
Last edited:

comecoco

New Member
Messages
10
Reaction score
0
Points
0
<html>

<head>

<title>Record Strategic Game</title>

code...

</head>

...

the banner still show "the page cannot be displayed"
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
In Celt.htm you put the banner above <html> while in index.html you put the banner in the <head> code and the banner can never appear that way. so you need to put it above the <html> code..
 
Last edited:

comecoco

New Member
Messages
10
Reaction score
0
Points
0
it was temporaly, just testing. the fact is that i test celt.htm
as index.html (changing its names), and when i call celt.htm like index.html
the banner disable that time.

its like this server ignore banner from index.html banner
 

tehpwner

Banned
Messages
612
Reaction score
0
Points
0
I'm having trouble's still. I put the Corporate ad in any page name and it causes a page not found. I don't know what's wrong with x10hosting because with my old account, I had no problem with ads.
 
Status
Not open for further replies.
Top