Posts: 1,044
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Yet another reason not to use Dreamweaver for display.
I do happen to use Dreamweaver, but only because of its excellent code highlighting, project organization, FTP functions, and keyboard shortcuts.
First of all, the comments about absolute positioning are completely true. You should never use absolute positioning until you TOTALLY understand the difference between absolute and relative positioning, and their relationship with each other. This is very important. Even once you understand this important difference, it is still to be used sparingly, as it interrupts the natural flow of your documents.
Instead of using Dreamweaver for display, I recommend this extension for Firefox: http://www.getfirebug.com/
This will allow you to do live testing in Firefox, which is a standards-compliant browser (Dreamweaver is not).
|