--Home Page backup
1, txt text
2, scan scan picture
3, PSD design artwork (including AI, Flash, banner, etc.)
4. htm Web page file
5, htm_old* old webpage file backup
Directory Structure of--html
1, open the Web page typesetting software Dreamweaver site Management window, according to the contents of the column to establish subdirectories;
2, in each of the main directory to establish a separate images directory, not all files are stored in the root directory;
3. All folder names and filenames are in lowercase letters, and the English file names corresponding to Chinese meanings are taken.
--html Source Code
1, set the character set: Chinese version with GB simplified code gb2312, English version with iso-8859-1 character set;
2, each page should write the title <title>, different pages according to its subject note different headings;
3, foreign companies in the first page note <meta> fields for easy search engine lookup (such as: description, keyword);
4, to include all the icons long width and ALT attributes (note text).
--Application of table
1, the entire page should not be set in a table, as far as possible to split into multiple tables;
2, the table nesting level as far as possible to less;
3, can use the table positioning as far as possible use the layer.
--Using columns (frame)
Avoid the column boundaries hidden, so that some column content is also hidden.
--Text
1, the use of CSS to define font size, line spacing (it is recommended to use the "external link" way, the CSS will be set up as a separate file, in each page calls it);
2, to avoid text errors and content placement errors (customer information and production requirements prevail);
3. The Chinese text starts with two blank lines per line.
--Pictures
Color rich or gradient pictures (such as product pictures, etc.), suggested in JPG format, color monotonous pictures (such as logos, text buttons, etc.), recommended in GIF format.
--Link
1, do not have the wrong link, out of the image (including due to the size of the file name is inconsistent or wrong path caused by incorrect);
2, all the secondary page contains a link to return to the first page.
--Effect and speed
1, the page should maintain a small number of bytes, too large files into several pages;
2, without affecting the picture effect of the premise of reasonable compression graphics files.
--Browser compatibility
At the same time, both IE and Netscape two browser and a variety of resolution, and so on, to avoid typographical errors.
-Other
Confirm that the company profile contains all relevant information about the company, including mailing address, telephone, e-mail and contact person.