What am I doing wrong? (html editing)

ƒorte

New Member
Messages
980
Reaction score
0
Points
0
When I try to edit one of my pages in html, the tags are ignored and it comes out as exactly what I typed (tags and all).

i. e. vgc.x10hosting.com/xbox360


why is that? what am I missing?
 

Akkarin

New Member
Messages
1,654
Reaction score
0
Points
0
Rofl, man that sucks. No idea why it's doing that. It's a .html ext? and you editing it in Cpanel?
 

ƒorte

New Member
Messages
980
Reaction score
0
Points
0
Yeah
File Type: HTML document text

and I'm editing it in the normal HTML editor (clicked "Edit File") in file manager in cPanel...
 

Nuno_Aba

New Member
Messages
158
Reaction score
0
Points
0
Can you provide the link to this page so we can see whats the problem.
 

AKValle26

Member
Messages
62
Reaction score
0
Points
6
Code:
<html>
<head>
<title>
Xbox360
</title>
</head>
<body>
Please Stand By... why the heck is this outputted????!?!
</body>
</html>

save that as a .html
(i think it's a text file right now)
 
Top