3
Problem:
I developed a site that when uploaded is displayed with some bugs, such as images displayed in place of another that was not loaded in time, fully bugged forms and no stylization.
Alternative:
Pressing "F5", however a layman, will not imagine that the page will be reloaded correctly after this function, resulting in the loss of confidence or even the evasion of own.
Question:
What could be done to prevent the page from being displayed with markup breaks, or incomplete stylization?
OBS:
HTML is well applied semantically and the external CSS file call is right after the title
.
I believe that creating a load in php or js on the screen to fire the page only after being fully loaded already solves my problem, but I am willing and open to new solutions.
Dude, create a simple JS download and you solve the problem. If your images have a default size, or standard groupings, define css classes with defined height and width and then only apply the class to the image... save code. Ex:
<img class="img-media" ... >
– Marcelo Aymone