can some please check my site and give me a solutins cybertechsolutions.co.cc

Status
Not open for further replies.

santosh.crazy7533

New Member
Messages
9
Reaction score
0
Points
0
can some please check my site and give me a solution cybertechsolutions.co.cc i had problem displaying home page........
 

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
You site loads fine for me.

It's literally showing the source code with syntax highlighting instead of the actual page though. Was this what you wanted to happen?
 
Last edited:

santosh.crazy7533

New Member
Messages
9
Reaction score
0
Points
0
can some please check my site and give me a solutions cybertechsolutions.co.cc

No code should not be displayed.
I have uploaded a image in images folder that should be displayed when my website opened cybertechsolutions.co.cc
 

bhupendra2895

New Member
Messages
554
Reaction score
20
Points
0
In which editor you created your home page?I guess you wrote source code in design view and uploaded it. You used site builder in cPanel?
HTML:
<p><span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium"> 
<div style="height: 100%; margin: 0px 0px 0px 37px; background-image: url('[B]https://boru.x10hosting.com:2083/3rdparty/wysiwygPro/core/images/numbering.gif'[/B]); padding: 0px; white-space: nowrap; font-family: 'Courier New',Courier,mono; font-size: 13px; line-height: 18px; color: #000000; background-position: 0% 0%"><span class="htmlTag" style="color: #000099; text-decoration: none; font-weight: normal; font-style: normal">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;</span><br /> 
<span class="htmlTag" style="color: #000099; text-decoration: none; font-weight: normal; font-style: normal">&lt;html&gt;</span><br /> 
<span class="htmlTag" style="color: #000099; text-decoration: none; font-weight: normal; font-style: normal">&lt;head&gt;</span><br /> 
<span class="htmlTag" style="color: #000099; text-decoration: none; font-weight: normal; font-style: normal">&lt;title&gt;</span><span class="Apple-converted-space">&nbsp;</span>Website Under Construction<span class="htmlTag" style="color: #000099; text-decoration: none; font-weight: normal; font-style: normal">&lt;/title&gt;</span><br /> 
<span class="htmlTag" style="color: #000099; text-decoration: none; font-weight: normal; font-style: normal">&lt;/head&gt;</span><br /> 
<span class="htmlTag" style="color: #000099; text-decoration: none; font-weight: normal; font-style: normal">&lt;body&gt;</span><span class="htmlTag" style="color: #000099; text-decoration: none; font-weight: normal; font-style: normal"><span class="imageTag" style="color: #990099; text-decoration: none; font-weight: normal; font-style: normal">&lt;img alt=<span class="attributeValue" style="color: #0000ff; text-decoration: none; font-weight: normal; font-style: normal">&quot;&quot;</span><span class="Apple-converted-space">&nbsp;</span>src=<span class="attributeValue" style="color: #0000ff; text-decoration: none; font-weight: normal; font-style: normal">&quot;images/Website-Under-Construction.gif&quot;</span>&gt;</span></span><br /> 
<span class="htmlTag" style="color: #000099; text-decoration: none; font-weight: normal; font-style: normal">&lt;/body&gt;</span><br /> 
<span class="htmlTag" style="color: #000099; text-decoration: none; font-weight: normal; font-style: normal">&lt;/html&gt;</span></div></span></p>
 

santosh.crazy7533

New Member
Messages
9
Reaction score
0
Points
0
no i didnot use site builder
i just created new index.html file and written code in that .
Im a new user in this just i need to display that image
 

carl6969

Community Support Team
Community Support
Messages
6,874
Reaction score
206
Points
63
I agree with Bhupendra. There are seem to be issues with your code which is causing your website to display incorrectly. You should try changing some settings on your editor or try using a different editor.
 

santosh.crazy7533

New Member
Messages
9
Reaction score
0
Points
0
i will just delete that index.html file
please suggest me what to do for displaying the image as home page.

---------- Post added at 12:33 PM ---------- Previous post was at 12:21 PM ----------

i will just delete that index.html file
please suggest me what to do for displaying the image as home page.
 

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
To use an image, use a text editor like Notepad (no word processors) and add the following code:

HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> Website Under Construction</title>
</head>
<body><img alt="" src="http://x10hosting.com/forums/images/Website-Under-Construction.gif">
</body>
</html>

Name it index.html and upload it into public_html.
 
Last edited:
Status
Not open for further replies.
Top