Search code examples
htmlcssdreamweavermargins

Is the incorrect to use margins on the majority of your html object to arrange them?


sorry about asking a question like this but I am just getting the hang on Dreamweaver and using margins seems harmless at the start but once I progressed in building my page objects seem to be out of place, is there something i can do to help with this?


Solution

  • Using margins everywhere will cause a problem when you resize your browser or check your website on a smaller screen.

    You can check this website learnlayout.com to learn the basics of div based layouts.