Images wont appear

Status
Not open for further replies.

Jake Bullet

New Member
Messages
56
Reaction score
0
Points
0
I've put an image file in the folder public_html>>images and the src and the name of the file is correct but the image just wont appear. i'm thining of typing in the folder directories (/public_html/images/filename) but i have put that in before and still hasn't worked. please help me with this annoying problem since my website is based on images.

the website is http://solidfriendsclub.x10hosting.com is you wanna view the source code.
 

saachi

New Member
Messages
186
Reaction score
0
Points
0
Doesnt look like the image is in the right place. If it is in the www folder then the image probably isnt named ffxilogo.jpg. Check those 2 things and you should be sweet.




_
 
Last edited:

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
if you have put the images in the images folder you should use these code

<img src="images/ffxilogo.jpg" width="265" height="139">

or

<img src="http://solidfriendsclub.x10hosting.com/images/ffxilogo.jpg" width="265" height="139">

not

<img src="ffxilogo.jpg" width="265" height="139">
 
Status
Not open for further replies.
Top