ERROR-Help

Status
Not open for further replies.

Saracen

New Member
Messages
34
Reaction score
0
Points
0
I am having trouble adding images to my website. I have tried everything and yet it wont let me add them. Also theres so many icons where do i start by making the home page???:lol:
 

Spartan Erik

Retired
Messages
6,764
Reaction score
0
Points
0
Saracen said:
I am having trouble adding images to my website. I have tried everything and yet it wont let me add them. Also theres so many icons where do i start by making the home page???:lol:

are you using wysiwyg or are you coding it yourself?

well, assuming you're using cpanel, go to the file manager, and go into the public_html folder
everything located in that folder is available to the public

to make a page, create an index.html file in the public_html folder; in the same window there should be an 'upload files' button. click the button, upload whatever you need to upload

for images, use this code:
Code:
<img src=URL of image>
 

Saracen

New Member
Messages
34
Reaction score
0
Points
0
<P>
Spartan Erik said:
are you using wysiwyg or are you coding it yourself?</P>
<P>&nbsp;</P>
<P>well, assuming you're using cpanel, go to the file manager, and go into the public_html folder</P>
<P>everything located in that folder is available to the public</P>
<P>&nbsp;</P>
<P>to make a page, create an index.html file in the public_html folder; in the same window there should be an 'upload files' button. click the button, upload whatever you need to upload</P>
<P>&nbsp;</P>
<P>for images, use this code:</P>
<P>
Code:
&lt;img src=URL of image&gt;
</P>
<P>&nbsp;</P>
<P>Well i was trying to code it myself but its to compilcated as when i ad the img src it just doesnt display a picture.</P>
<P>I found the other file using the templates, how would i do it using that?</P>
<P>Also this is first website i have made, can you please tell me where the simple set up is please?</P>
<P>Thanks<IMG alt=0 src="http://forums.x10hosting.com/images/smilies/new/drool.gif" border=0 smilieid="155"> </P>
 

Saracen

New Member
Messages
34
Reaction score
0
Points
0
I really need anyones help out there! I can't even see my homepage or where to start, i don't know enough html to code from scratch, i sure this is not needed and there is an easier way, if anyone can help please do:happysad:
 

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
ok ill help you...send me an email, with exactly wat you want to do. Ill see what I can do, and tell you how to do it, although i may need your password to set somethings up... but my email is swirlydude@gmail.com and ill tell u wat u wanna know ok?
 

ImperialPhoenix

New Member
Messages
318
Reaction score
0
Points
0
Code:
<img scr="your-pathtp-mage.gif" />

try that syntex.
include that in the body of html.

your website files must be in the public_html folder for it to work.
and when making path, DO NOT INCLUDE public_html, pretend that means the url for your site.
 

Saracen

New Member
Messages
34
Reaction score
0
Points
0
thanks for the 2 replys, i will let you know how i got on :biggrin:
 

Saracen

New Member
Messages
34
Reaction score
0
Points
0
Well i have not heard back from he mail i sent and that code doesn't happen, i don't know how to code a whole site from scratch and that is all i see, is there an easier way?
Thanks
 
Status
Not open for further replies.
Top