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.
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: