How do I center a webpage created in Dreamweaver so that it is centered in all browsers?

dreamweaver
I have combined a web page regulating Dreamweaver. It looks good upon my guard as well as additionally upon my friend’s guard though it is off centered upon a integrate of alternative monitors. How can we core a page to demeanour a same upon all monitors?





4 Responses to “How do I center a webpage created in Dreamweaver so that it is centered in all browsers?”

  1. Use HTML

  2. at the beginning of everything and at the end of everthing

  3. The best way is to enclose all your content inside a tag and then set the alignment of the DIV to center. Also make sure that the height and width of the div is set to 100%

  4. The three previous entries are wrong!
    1. is deprecated and should not be used.
    2. Centering a will work on many browsers, but NOT on Chrome, Safari, or any browser using AppleWebKit engine.
    3. Positioning a will not work on these browsers for the same reasons.
    4. Dreamweaver is useless at writing code! (TOTALLY!)
    Here is an example of centering that works on ALL browsers (7 different engines):

    ?

    This is centered

    ?

Leave a Reply