Title: Image not working when loading on wordpress localhost
Last modified: August 22, 2016

---

# Image not working when loading on wordpress localhost

 *  [ashebby](https://wordpress.org/support/users/ashebby/)
 * (@ashebby)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/image-not-working-when-loading-on-wordpress-localhost/)
 * I am installing wp on a localhost.
    I am also using framework ‘Bootstrap’. I 
   have the website running well with the css, I realise some people have issues
   with loading css on wordpress.
 * Although, none of the images (including the background image) aren’t loading 
   at all and I don’t know why…
 * this is what I have done with all the img tags
 * _[ Moderator note: code fixed. Please wrap code in the backtick character or 
   [use the code button](http://codex.wordpress.org/Forum_Welcome#Posting_Code).]_
 *     ```
       <img src="/images/port4.jpg" alt="Portfolio 1">
   
       here is my folder
   
       wpbootstrap
        - bootstrap
             -> css, fonts, js, ...
       -  images
             -> imagesss... (.jpg/png)
       footer.php
       header.php
       index.php
       sidebar.php
       style.css
   
       css
   
       body {
       	background: url(../images/bgd_img.png) repeat;
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Anonymous User 13290616
 * (@anonymized-13290616)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/image-not-working-when-loading-on-wordpress-localhost/#post-5262341)
 * Can you kindly attach the full path to your images?
 * Are you using Firebug or Chrome Developer Tools to see which error the server
   sends you back?
 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/image-not-working-when-loading-on-wordpress-localhost/#post-5262354)
 * You have the wrong code in your URL, two errors in all.
 * you have:
    `background: url(../images/bgd_img.png) repeat;`
 * should be:
    `background: url("/images/bgd_img.png") repeat;`
 *  [CMSHelpLive](https://wordpress.org/support/users/cmshelplivecom/)
 * (@cmshelplivecom)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/image-not-working-when-loading-on-wordpress-localhost/#post-5262405)
 * Check the path of images, because currently images may have the url of server
   instead of localhost.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image not working when loading on wordpress localhost’ is closed to new
replies.

 * In: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
 * 3 replies
 * 4 participants
 * Last reply from: [CMSHelpLive](https://wordpress.org/support/users/cmshelplivecom/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/image-not-working-when-loading-on-wordpress-localhost/#post-5262405)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
