33 lines
1013 B
HTML
33 lines
1013 B
HTML
<html>
|
|
<head>
|
|
<title>Save Transcript</title>
|
|
</head>
|
|
<body bgcolor="#FFFFEE" link="#0000FF" vlink="#990099" alink="#009900" text="#000000">
|
|
<basefont face="Arial" size="3" color="#000000">
|
|
|
|
<h1>Save Transcript</h1>
|
|
|
|
You can save the current chat conversation by choosing "File" from the menu bar,
|
|
and clicking "Save Transcript". You can save it either to an HTML document or to
|
|
a plain text file.
|
|
|
|
<h2>HTML Document</h2>
|
|
|
|
When saved to an HTML document, the chat dialog is written as compliant XHTML
|
|
source code, keeping all of the chat colors intact.
|
|
|
|
<h2>Text Document</h2>
|
|
|
|
When saved to a text document, the chat dialog is saved in plain text format,
|
|
without any of the colors and special formatting.
|
|
|
|
<h1>Automatic Logging</h1>
|
|
|
|
In the <a href="general.html">General</a> tab of the Preferences window, there's
|
|
an option to automatically save all transcripts. To review the saved logs, look
|
|
in your profile directory. See <a href="profile.html">User Profiles</a> for more
|
|
information.
|
|
|
|
</body>
|
|
</html>
|