![]() For information about Globalscape, visit www.globalscape.com. |
The Document Data dialog box provides information about the document currently being edited.
The Text Size area displays the total size of text contained in the document, in kilobytes.
The Image Size area displays the total size of images contained in the document, in kilobytes.
The Total Size area displays the total size of text and images combined, in kilobytes.
The Weight area displays the approximate number of seconds your page will take to load based on the size of the file and the modem speed of your viewers. Click the down arrow on the modem speed box to see how soon the page displays at various speeds.
The Images box displays a list of all images in the document.
The Anchors box displays a list of all anchors in the document.
If the number of seconds in the Weight area seems excessive, you can shorten the time it takes to display your page by doing some or all of the following:
Remove excess code or text, or use smaller graphics files.
If you are using graphics to display bullets in lists, remove the images used for the bullets, and instead use list tags to create lists. You will also have fewer files to transfer and maintain if you eliminate the graphic bullets.
Use a style sheet (CSS file) and link each of your pages to the style sheet. You will need fewer tags within each document, creating smaller files with a faster upload speed. Style sheets also create a "consistent look and feel" for your site. For more information about using style sheets, refer to http://www.w3schools.com/css/default.asp.
Review your code for extra tags that you do nothing to enhance your page. For example, this <P> </p> makes a blank line. If you do not need the extra line, you can remove it; however, adding "white space" such as this to HTML pages often enhances readability.
Use tables to design the layout, rather than using multiple (non-breaking space) tags to indent text.