Image Help.

Status
Not open for further replies.

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
Are you using the correct HTML tag and are you using the correct path to your image?

Code:
<img src="http://path/to/image.extension" />
 
Last edited:

Mike3854

New Member
Messages
21
Reaction score
0
Points
0
See i am new to webpage making and this is my first page EVER so i'm not very good with the basics, In other words i didnt realy get what you just said.
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
Ok, open your index.html file in a text editing program and do a search for --> ( src="index_files/image002.gif" )<-- and replace it with src="http://IMAGE_PATH" where "IMAGE_PATH" is the location of the image, when placed in your address bar.
 

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
It seems that you have uploaded ONLY the HTML File. You have to upload the directory index_files & its contents from your PC. If you have already created the directory, check whether the filename is correct.
 

Mike3854

New Member
Messages
21
Reaction score
0
Points
0
So basicly all i gotta do is create a folder called INDEX_Files and upload it with all my hyperlinks and pictures in it?
 

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
Yes Mate !
Do this:
1. create any folder inside your root directory(you can access this by using cPanel) ex %rootdir%\UrFolder\
2.Then place any image inside that folder ex image.jpeg
3.then go to your index.html(the first page that comes up when you type your domain), edit/add
CODE
****
<img src="http://UrDomain/UrFolder/image.jpeg" />
****
Save it.
Then it should work.
Edit:
Also
check your firewall/browser settings , if you have disabled images
 
Last edited:

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
I saw your website and so going by it.
You needa add this in your index.html file in public_html folder of your site.
Bare Bone: of html file
*********
<html>
<body>
ADD HERE YOUR CODE
</body>
<html>
*****************
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
I recommend you to Google for a HTML tutorial, it will be of really help.

I'm sorry but this section is only to give support to accounts. Create a thread in another section, there are many sections in this forum in which many members will be grate to help you.
 
Status
Not open for further replies.
Top