Free Web Hosting Forum
(#1 (permalink))
Old
Junior Member
derrickkurzrok is on a distinguished road
 
Posts: 3
Join Date: May 2012
Default Images won't show - 05-13-2012, 07:30 AM

The images won't show on my site, everywhereyousee.com . Could someone perhaps take a look and give me some insight?
Reply With Quote
Sponsored Links
(#2 (permalink))
Old
Junior Member
urban is on a distinguished road
 
Posts: 14
Join Date: May 2012
Default 05-13-2012, 08:42 AM

well first of all i would suggest you dont hve spaces in your URL's s that may be causing the issue use _ or -

and also when i went to the image location it took me to the 000 error page so somethings gone wrong. Make sure you have specified the items in the correct directory.
Reply With Quote
(#3 (permalink))
Old
d3iti's Avatar
Super Moderator
d3iti is on a distinguished road
 
Posts: 6,537
Join Date: Jul 2009
Location: Spain
Default 05-13-2012, 09:06 AM

Hello,
It seems that some images (icon1.png, icon2.png, icon3.png, icon4.png, etc.) have not upload fully/right into the public_html/images.

Try re-upload the images to public_html/images.


Recuerda realizar copias de seguridad de tus sitios web. Si este mensaje te ayudó puedes pulsar sobre el botón karma
Reply With Quote
(#4 (permalink))
Old
Junior Member
derrickkurzrok is on a distinguished road
 
Posts: 3
Join Date: May 2012
Default 05-13-2012, 04:19 PM

should I mess with the CSS file? the original is quoted as such

html, body{
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
background-color:#E4E4E4;
background-image:url(../images/bg.png);
background-position:left top;
background-repeat:repeat-x;
color:#3F3E3C;
margin:0 0 1px; height:100%;
line-height: 1.5;

Should I edit "background-image:url(../images/bg.png); " to "background-image:everywhereyousee.com/public_html/images/bg.png); "

and elsewhere as needed?
Reply With Quote
(#5 (permalink))
Old
Mate's Avatar
Senior Member
Mate is on a distinguished road
 
Posts: 396
Join Date: Apr 2012
Location: Middle England
Default 05-13-2012, 04:50 PM

Quote:
Originally Posted by derrickkurzrok View Post
Should I edit "background-image:url(../images/bg.png); " to "background-image:everywhereyousee.com/public_html/images/bg.png); "...
No. With your current directory structure, just edit
Code:
background-image:url(../images/bg.png);
to..
Code:
background-image:url(images/bg.png);
But be advised your uploaded images appear to be corrupted and won't show up anyway.

Example..
Reply With Quote
(#6 (permalink))
Old
Junior Member
derrickkurzrok is on a distinguished road
 
Posts: 3
Join Date: May 2012
Default 05-13-2012, 05:15 PM

@Mate, I edited my css to the format you said. However the images still aren't coming up. I also deleted the old ones and re-uploaded them. Could it be because they are .png format?

[7 minutes later]

or could my problem be related to this thread: images not showing

that basically
"
If not using hotlink protection, then remove this line from your .htaccess:
Code:

RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

"
however it tells me there is an error with downloading that htaccess file. I disabled all hotlink protection

Last edited by d3iti; 05-13-2012 at 06:54 PM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com