Layout problem when trading eclipse by IntelliJ

1

I'm a beginner and I'm in the middle of a project. Due to many compilation bugs, I decided to change eclipse through IntelliJ. Problems of import and connection with bank solved, I can give continuity to the project. Now I came across this situation and I do not know where to start searching. The layout in IntelliJ was all messed up. unconfigured everything. From the Css to properties set directly in the html element. The layout of the elements is still the same as the old project but it is not rendering this way. An example of what happens:

<img></img>
   <div></div>

In this case the image would have to stay on top of the div, but that is not what happens. It gets underneath or overlapping in some cases, and that happens with virtually every element. In short, the layout of the elements is the same and was aligned in the eclipse, now in intellij nothing works being the same.

Is there a setting for this? What should I search for I do not know where to start and I have not found anything yet about.

    
asked by anonymous 11.03.2016 / 13:43

0 answers