[Another help!] Cant access the images uploaded

Status
Not open for further replies.

jayking1

New Member
Messages
9
Reaction score
0
Points
0
Hey guys, sorry for asking again.

I have index.html and style.css on public_html folder, and pictures on the images folder

But even after viewing my webpage, none of the images display. Do I need to change the directory of the images my style.css is pointing to?

e.g. url(images/page_bg.jpg)

Edit--
Even after changing the url() to url(httpmyphotosuploadedontheinternet)on style.css, it doesn't work either. Seems like only img src on index.html works.
 
Last edited:

jtwhite

Community Advocate
Community Support
Messages
1,381
Reaction score
30
Points
0
You need 's in the CSS eg:
Code:
url('images/blablabla.jpg');
 
Last edited:

jtwhite

Community Advocate
Community Support
Messages
1,381
Reaction score
30
Points
0
What is your actual site's web address? I might be able to find some error in the CSS or HTML code?
 

jtwhite

Community Advocate
Community Support
Messages
1,381
Reaction score
30
Points
0
I'm able to see the CSS file. As well as the images.

Have you tried clearing your browser's cache?
 

jayking1

New Member
Messages
9
Reaction score
0
Points
0
I'm able to see the CSS file. As well as the images.

Have you tried clearing your browser's cache?

Is it okay if you take a screenshot?

Cause all I can see are the texts
fxbjph.jpg
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
hmm... I see both your css and images fine. There is a nice brunett wearing a hard hat on the first page.

Like jtwhite said, please clear your browser cache and you can try [thread=27005]Flushing your dns[/thread]
 

jayking1

New Member
Messages
9
Reaction score
0
Points
0
hmm... I see both your css and images fine. There is a nice brunett wearing a hard hat on the first page.

Like jtwhite said, please clear your browser cache and you can try [thread=27005]Flushing your dns[/thread]

Hey thanks for the reply! I cleared my cache and flushed my dns, but doesn't seem to work. So I guess I would have to wait until my area's DNS update?
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
I suppose so. It looks fine to me as well. Very strange.
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
Have you tried other browsers ? Also try using a proxy for now, at least you should see the page with images (unless you got images turned off in your browser).
 

jayking1

New Member
Messages
9
Reaction score
0
Points
0
Have you tried other browsers ? Also try using a proxy for now, at least you should see the page with images (unless you got images turned off in your browser).

Using a US's proxy, it displays the webpage very nicely. Hopefully I can see it properly by tomorrow when I visit the webpage again.

Thanks everyone for the help! I sincerely appreciate it. :biggrin:
 

jtwhite

Community Advocate
Community Support
Messages
1,381
Reaction score
30
Points
0
You're welcome. I hope everything works out :). If not, we'll try again.
 

jayking1

New Member
Messages
9
Reaction score
0
Points
0
You're welcome. I hope everything works out :). If not, we'll try again.

Yup it works now. I guess the x10 DNS servers are in the US since my US's proxy works, and you guys could view it perfectly...

I'm living halfway across the globe, I guess it took sometime for my ISP to update the DNS...haha thanks everyone! :lol:
 
Status
Not open for further replies.
Top