Hello. Made a one-page website and uploaded it to a free hosting to practice. But the pictures of the site are not loading, some of them are partially ... what did I do wrong? True, the parameters of the images (align = "right" width = "365" height = "372" alt = "Box") were written in the HTML code and not CSS, can this affect?
- Open the console and see if there are no legendary not found responses to the image request - Zowie
- which console? In the browser there, and so the logo picture up to half loaded ... - Alpha
|
2 answers
If you load up to half - then you so they flooded, just perezalete those pictures that are not loaded to the end ...
In any case, to be convinced of this would not be a bad thing to see a reference on the brainchild above :)
- yes, I’m sure I’ve already fixed it, I would never have guessed it) thanks) - Alpha
- always welcome - Zowie
|
Check out the paths to the pictures. Open the source code directly from the browser and copy the path to the image from there. Then paste into the browser (in the address bar) and press ENTER. If the path is correct, the picture will open directly in the browser.
|