Help with HTML Website.

Status
Not open for further replies.

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

What did you use to upload this HTML page? It appears that your HTML code has been formatted using HTML entities, so the HTML is not being evaluated.
Code:
<html>
<head>
<title></title>
</head>
<body>
<p>&lt;!DOCTYPE html&gt;</p>
<p>&nbsp; &nbsp; &lt;html&gt;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;head&gt;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot;/&gt;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;title&gt;Derping Time!&lt;/title&gt;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--jQuery and Javascript--&gt;</p>
Thank you,
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
Derp.
Notepad++ shouldn't be doing that what so ever.
Did you type the actual HTML entities (excluding &nbsp; ) or not?
 
Status
Not open for further replies.
Top