1. When pasting from an external document, if you do not want the format and only want the text, you can use the "Edit->paste as text" command instead of Ctrl+V directly.
2. "Command->Add/Remove Netscape resize fix" is a very useful command. It can prevent the page from being wasted when changing the window size when browsing the page in NC4.0.
3. All head elements cannot become library components. When all elements are inserted into the library, their head-related attributes, such as style and CSS attributes, are removed.
4. Library components and templates do not need to be uploaded to the server, and pages using this component or template can be previewed correctly.
5. Use the "check plugin" behavior to determine whether the flash plug-in is installed in the visitor's browser. Sometimes the judgment is wrong, for example, the plug-in is clearly installed but it is reported that it is not installed. It is best to set it clearly in the publish of flash instead of simply outputting it into a .swf file.
6. Do not use tables and layers for layout at the same time on the same page. It will cause confusion in Netscape, except for the affiliation relationship.
7. When using layers, it is best to define them as div tags rather than layers, because the former has good compatibility in both mainstream browsers.
8. When making a hot spot link using a picture, it is best to name the hot spot to prevent sometimes only drawing straight lines on the picture.
9. After we have established the frame structure, we can place the frame file and the Site form side by side, and then select the web page file from the Site and drag it into the corresponding frame. This is suitable for pages with more complex frames.
10. If you are not satisfied with a picture and want to change it to another one, the easiest way is to double-click the picture and directly select the picture you want to replace.
11. It is best to save the web page before previewing it. Sometimes the web page cannot be previewed correctly, and saving it may solve the problem.
12. If you use CSS or Java Applets in your page, it is best not to use the "file->convert->3.0 browser compatible" command, because this choice will erase all definitions that are not recognized by 3.0 browsers. The scariest thing is that we don't know what Dreamweaver did during this process and what specific changes occurred. And I want to remind you that when performing this operation on a batch of pages, you must first back up, otherwise there will be no place to buy regret medicine.
13. Table cells without any content will not be displayed in NC. At this time, you can insert a transparent gif to solve this problem.
14. The design note can only be called in the local Dreamweaver, but web viewers who download this page cannot see this note. If you want others to see it, use the comment function.
15. After using the "hide/show layer" Behavior, if there are individual layers that cannot be displayed in Netscape, you can delete this layer in Dreamweaver and redefine it, and everything will be normal.
16. The characteristic of the table is that it will be displayed at once only when the contents of the entire table are downloaded by the browser. Therefore, there are too many things in the table, and the browser may take a long time to download and there will always be no content on the screen. If the table is too long, either nest it or split it into several tables to speed up display. It is best to separate the table vertically. For example, change the original table with 3 rows and 3 columns into three tables with 1 row and 3 columns.
17. Try not to put layers inside table cells, but there is basically no problem placing tables inside layers.