ps_faq.htmlTEXTJyWsbjvҵxI PageSpinner FAQ
PageSpinner

Frequently Asked Questions for PageSpinner 3.0

Expand 1.0 GENERAL ISSUES
1.1 About this FAQ
1.2 Navigating the FAQ

Expand 2.0 DOCUMENTATION
2.1 Additional documentation
2.2 How do I open the PageSpinner Guide?

Expand 3.0 WORKING WITH PAGESPINNER
3.1 How do I change the background of a page?
3.2 Creating multiple pages
3.3 Creating clickable Image Maps
3.4 How can I go to a specific line in the editor?
3.5 How can I use PageSpinner to view source from Netscape?
3.6 How can I customize the New Empty Page created by PageSpinner?
3.7 Why is there no keyboard shortcut for some frequently used tags?

Expand 4.0 FRAMES
4.1 Getting into a frame
4.2 Getting out of a frame

Expand 5.0 MISCELLANEOUS TOPICS
5.1 The text looks strange after a Restyle command
5.2 Error Message -2048
5.3 End of file FTP error
5.4 Where is the Notebook stored?
5.5 I don't have Internet Config, so I can't access some Help menu items
5.6 Is there a Windows version available?
5.7 Is there some "Made with PageSpinner" graphics available?

Collapse 1.0 GENERAL ISSUES
1.1 About this FAQ
What is this FAQ about?
 This FAQ, short for Frequently Asked Questions, is a compilation of the most common questions asked about PageSpinner. You are recommended to read this FAQ before sending in a question, the answer could be found in this document. We are trying to answer as many questions as possible, but regrettable we don't have resources to answer all mail.

PageSpinner is an HTML for Mac OS, that supports both HTML 3.2, HTML 4.01 and XHTML 1.0. It also supports additional Netscape Navigator and Internet Explorer extensions and plug-ins. PageSpinner is useful for both the beginner and the more advanced web author with quick access to often used formatting tools and support for AppleGuide and an HTML Assistant that helps you compose your HTML pages.

Contents

1.2 Navigating the FAQ
How do I browse this FAQ?
 The following navigation buttons can be used when you view the FAQ in your browser:

   Expand section Expand section

   Close section Close section

   Go to TOC Go to the table of contents

Contents

Collapse 2.0 DOCUMENTATION
2.1 Additional documentation
Is there any other documentation available? Is there some documentation I can print?
 An interactive tutorial on how to work with PageSpinner can be found as an AppleGuide in the Help Menu. It is not possible to print the contents of an AppleGuide but there is an HTML-version of the PageSpinner Guide's "Getting Started" section in the folder named "Documentation" located inside the PageSpinner folder.

Most of the documentation can be viewed and printed using your favorite browser. Select the menu item Documentation in the Help menu to view the index in your browser.

There is also a sub menu in the Web Tools menu called "Documentation", which lets you view almost all of the included documentation in either your browser or in SimpleText.

Contents

2.2 How do I open the PageSpinner Guide?
How can access the PageSpinner Guide? I just get an error message when I click on it.
 The PageSpinner Guide is an AppleGuide definition file and it needs to be located in the same file as PageSpinner. It is not accessible in the Finder.

The Guide is available in the Help menu when PageSpinner is running. The menu has a ? mark as an icon if you are using System 7. The menu item's title is PageSpinner Guide.

You'll need to have System 7.5 or later to use AppleGuides.

Contents

Collapse 3.0 WORKING WITH PAGESPINNER
3.1 How do I change the background of a page?
How can I change background and text color or add a background image?
 Delete the old <BODY ....> start tag. Use the HTML Assistant's Body Topic to create a new body start tag.

Contents

3.2 Creating multiple pages
How do I make my web site have multiple page as opposed to one long scrolling page? For instance a home page and then other pages that are linked to it.
 Create the new page, add the text you want and save it in the same folder as the home page. The home page should often be called index.html or welcome.html (you will have to check this with the Webmaster at your site). Then do the following:
  1. Open your home page in PageSpinner.
  2. Place the cursor where you want the link to be inserted.
  3. Select HTML Assistant from the Windows menu.
  4. Select the Link topic.
  5. Click the open button (in the upper right side of Assistant's window) and select the newly created page you want to link to.
  6. Type the text that should be used as the link's title in the Title field.
  7. Click the Apply button at the bottom of the Assistant's window.

You will now have a link to the new page in your home page.

Contents

3.3 Creating clickable Image Maps
Can I create a clickable image map with PageSpinner?
 PageSpinner has only limited support for creating image map tags. There is an example of making image maps using the shareware application GraphicConverter in the Examples folder.

The following shareware applications are aimed at creating image maps visually: Mapper, MapMaker, ImageMapper. There are shortcuts to these applications available in the sub-menu Graphic Tools available in the Web Tools menu.

Press the option key when selecting the application in the menu to view additional information about an application.

Contents

3.4 How can I go to a specific line in the editor?
When using an external HTML Validator or debugging JavaScrips, I need to find a given line number to edit the text.
 Use the Goto Line... menu item that is available in the Edit : Find/Replace menu.

The keyboard shortcut is Command and ,

Contents

3.5 How can I use PageSpinner to view source from Netscape?
How can I use PageSpinner to handle pages downloaded with Netscape's "View: Document Source". The downloaded files contains strange characters and line feeds, and are virtually impossible to read or edit.
 Us the menu item Convert From Source... available in the menu Edit : Convert or in the Find button's pop up menu in the toolbar.

PageSpinner will then remove or translate unnecessary line feeds and high ASCII characters and restyle the text automatically.

In Netscape you can specify that PageSpinner should be used as the helper application for viewing downloaded HTML source files.

Contents

3.6 How can I customize the New Empty Page created by PageSpinner?
How can I change the contents of the new empty page created at startup and when I use the New Empty Page command in the File menu?
 Create a PageSpinner HTML file named "default.html" and place this file inside the PageSpinner folder (the same folder as the application).

The contents of this file will then be used as a template when PageSpinner creates a new page.

Contents

3.7 Why is there no keyboard shortcut for some frequently used tags?
I would like to have keyboard shortcuts for the tags I use frequently.
 You can add your own keyboard shortcuts for all menu items by doing this:

Press Ctrl+Option+Command when selecting an item from the menu that contains the tag you want a keyboard shortcut to.

PageSpinner will then display a floating menu palette with the menu items available in the menu.

Then press the Ctrl-key when clicking on an item in the palette to define a keyboard shortcut.

Contents

Collapse 4.0 FRAMES
4.1 Getting into a frame
I am using frames on my pages. I have a small frame with a table of contents and another large frame containing the actual contents. How can I make a link in the table of contents to open inside the second, larger, frame?
 Add the name of the second larger frame in the field named

   "Open the link in a window or frame named:"

in HTML Assistant's Link topic when you create the link.

If you have an existing link you can add the attribute text

   TARGET="framename"

inside the <A HREF="link.html" ...> tag of the link that should be displayed in the frame named framename.

There are information on how to create frames in the PageSpinner AppleGuide and the frame examples in the Examples folder.

Contents

4.2 Getting out of a frame
I am using frames on my pages. How can I make some links to be displayed in the full window and not in the current frame?
 If you have an existing link you can add the attribute text

   TARGET="_top"

inside the <A HREF="link.html" ...> tag of the link that should use the full window.

When creating a new link in HTML Assistant, select "_top" from the Target pop-up menu before inserting the link.

Contents

Collapse 5.0 MISCELLANEOUS TOPICS
5.1 The text looks strange after a Restyle command
When I click the restyle button the contents of the page is displayed in a strange font or doesn't show up at all.
 This is most likely caused by a corrupted font or a font conflict ID in your system.

If you don't have a font checking tool you can do the following:

Remove some or all of your third-part fonts from the Font folder inside your System folder. Then add a few at a time, launch PageSpinner and see you can find the "damaged" font.

Contents

5.2 Error Message -2048
When I try to open a PageSpinner document I get the following error message:

"The document cannot be translated because an unexpected problem has occurred (-2048)."

 This problem is caused by some setting in Mac Easy Open using QuickTime translations and can also occur in other applications. It appears that Mac Easy Open tries to convert the file using some form of QuickTime translation.

It can easily be fixed by clicking the button that deletes the preferences in Mac OS Easy Open's Control Panel. You can also remove the Mac OS Easy Open Preference file, inside the System's Preference folder or disable Easy Open in the Extension Manager.

Contents

5.3 End of file FTP error
When I try to upload files directly from Pagespinner or Site Assistant the error Message "End of file error" is displayed.
 This error message is displyed if you forget to insert your username follwed by the @ character at the beginning of the URL to the FTP server.

Make sure that the path to the FTP server is in a format similar to this:

ftp://myloginname@ftp.theserver.com/public_html/

Contents

5.4 Where is the Notebook stored?
I want to backup the contents of the built-in Notebook, where is this data stored?
 The pages in the Notebook are stored in the file named PageSpinner Textscrap. This file is located inside the System folder's Preferences folder.

Contents

5.5 I don't have Internet Config, so I can't access some Help menu items
When I tried to access the "HTML Guides" or the "JavaScript Guides..." items in the Help menu PageSpinner said that I needed Internet Config. However, Internet Config isn't highlighted in the Preferences. What should I do?
 You should be able to download the latest version of Internet Config from ftp://ftp.share.com/pub/internet-configuration/

Once installed you will need to specify your browser as the helper application for the protocol http, in Internet Config's Helper section.

Contents

5.6 Is there a Windows version available?
PageSpinner is nice and easy to use, but I also have to work on a PC. Is there a Windows version available?
 There is no Windows version available.

Plain HTML-files are cross-platform though, and you can set PageSpinner to use MS-DOS (Windows) line feeds before transferring the page to a PC.

Contents

5.7 Is there some "Made with PageSpinner" graphics available?
Is there some "Made with PageSpinner" or "Spun with PageSpinner" graphic I could have on my page?
 There is a small collection of images that can be viewed in the file "spun_with_pagespinner.html". The file and the images can be found inside the folder named "Documentation" located inside the PageSpinner folder.

If you are a registered user of PageSpinner you can include these on your home or credits page if you want to. Thank you for supporting PageSpinner!

Contents

This FAQ was created with PageSpinner, FileMaker Pro from FileMaker Inc. and the AppleScript-based FAQ-Spinner kit included in the PageSpinner 3.0 distribution.
More information can be found at PageSpinner's home page:
http://www.optima-system.com/pagespinner/
ihOOOUUUJf ps_faq.htmlord - MCP (utskrift)0TEXTJyWsz!⒒bjv$ԁ"B$0BDg b X`" `HB8NuNuh>  UVUUUU  >  UVUUUU?  @  UVUUUUL  M  UVUUUUT  "a/Qc  UVUUUUk  l  UVUUUUs  t  UVUUUU          UVUUUU    UVUUUU!  331_  33c  UVUUUUh  j  ffff    34ff  ffff    UVUUUU  33  0  334  5  33I  UVUUUUL  ^  UVUUUUb  33f  g  UVUUUUk  l  33{    33    UVUUUU    33    33    UVUUUU    UVUUUU  33  '  33+  ,  33@  UVUUUUC  T  UVUUUUX  33\  ]  UVUUUUa  b  33q    33    UVUUUU    33    33    UVUUUU    UVUUUU  33  9  33=  >  33R  UVUUUUU  q  UVUUUUu  33y  z  UVUUUU~    33    33    UVUUUU    33    33    UVUUUU    33  )  33-  .  UVUUUU2  3  33B  t  33x  y  UVUUUU}  ~  33    33    UVUUUU    33  #  33'  (  UVUUUU,  -  33<    33    UVUUUU    UVUUUU  33    33    33  UVUUUU    UVUUUU  33    UVUUUU    33.  F  33J  K  UVUUUUO  P  33_  y  33}  ~  UVUUUU    UVUUUU  33    33    33  UVUUUU    UVUUUU  33   !  UVUUUU%  &  335  g  33k  l  UVUUUUp  q  33    33    UVUUUU    33    33    UVUUUU    33    33     UVUUUU    33   d  33 h  i  UVUUUU m  n  33 }   33    UVUUUU    33    33     UVUUUU     ffff  34ff   ffff     ffff w  x  34ff |  ffff    UVUUUU    33   33    33     UVUUUU     UVUUUU     UVUUUU !  E  UVUUUU H  J  ffff    34ff  ffff  33  UVUUUU    UVUUUU  33  ffff  34ff     34ff   ffff   /  ffff 4  34ff 9  ;  34ff ?  ffff `  f  ffff o   UVUUUU   Z  ffff_  34ffd  f  34ffj  ffffz  UVUUUU}  33    33  UVUUUU  ffff  34ff    ffff&  )  UVUUUU-  Q  UVUUUUT  V  ffff    34ff  ffff  33  UVUUUU    UVUUUU  33  ffff  34ff    34ff  ffff(  A  ffffF  34ffK  M  34ffQ  ffffr  x  ffff    UVUUUU    2  C  UVUUUUF  T      UVUUUU      "  ffff'  34ff,  .  34ff2  ffffB  UVUUUUE  33x    33  UVUUUU  ffff  34ff    ffff    UVUUUU    33  Z  33^  _  33q  r  UVUUUUu    UVUUUU    UVUUUU    UVUUUU    ffff    34ff  ffff;  33I  UVUUUUL  h  UVUUUUl  33p  ffffu  34ffz  |  34ff  ffff    ffff  34ff    34ff  ffff    ffff$  e  UVUUUUh    UVUUUU    ffff  34ff    34ff  ffff  UVUUUU  33  s  33w  UVUUUU{  ffff  34ff    ffff    UVUUUU    UVUUUU    ffff    34ff  ffffA  33O  UVUUUUR  z  UVUUUU~  33  ffff  34ff    34ff  ffff    ffff  34ff    34ff  ffff(  .  ffff7    UVUUUU    UVUUUU    ffff  34ff    34ff  ffff  UVUUUU  33  q  33u  UVUUUUy  ffff~  34ff    ffff    UVUUUU    33    33    33    UVUUUU  /  UVUUUU3  4  UVUUUU8  \  UVUUUU_  a  ffff    34ff  ffff  33  UVUUUU  "  UVUUUU&  33*  ffff/  34ff4  6  34ff:  ffffJ    ffff  34ff    34ff  ffff    ffff    UVUUUU    UVUUUU  K  ffff P  34ff U  W  34ff [  ffff k  UVUUUU n  33   33!  UVUUUU!  ffff!  34ff!  !  ffff!  !  UVUUUU!  !B  UVUUUU!E  !G  ffff!  !  34ff!  ffff!  33!  UVUUUU!  !  UVUUUU!  33!  ffff"  34ff"  "  34ff"  ffff"  "  ffff"  34ff"  "  34ff"  ffff"  "  ffff"  #  UVUUUU#  #  #  #  $  UVUUUU$  $  $!  $Y  UVUUUU$]  $^  $b  $  UVUUUU$  $  $  $  UVUUUU$  $  $  %2  UVUUUU%6  %7  %;  %  UVUUUU%  %  %  %  UVUUUU%  %  %  %  UVUUUU%  &  ffff&  34ff&   &"  34ff&&  ffff&6  UVUUUU&9  33&l  &  33&  UVUUUU&  ffff&  34ff&  &  ffff&  &  UVUUUU&  '  UVUUUU'  '  ffff'n  'o  34ff's  ffff'  33'  UVUUUU'  '  UVUUUU'  33'  ffff'  34ff'  '  34ff'  ffff'  (#  ffff((  34ff(-  (/  34ff(3  ffff(T  (Z  ffff(c  )  UVUUUU)  *  UVUUUU*  *x  ffff*}  34ff*  *  34ff*  ffff*  UVUUUU*  33*  +)  33+-  UVUUUU+1  ffff+6  34ff+;  +<  ffff+D  +G  UVUUUU+K  +o  UVUUUU+r  +t  ffff+  +  34ff+  ffff+  33,  UVUUUU,  ,:  UVUUUU,>  33,B  ffff,G  34ff,L  ,N  34ff,R  ffff,b  ,  ffff,  34ff,  ,  34ff,  ffff-  -  ffff-  -  UVUUUU-   -,  UVUUUU-0  -T  UVUUUU-W  -j  UVUUUU-n  -w  UVUUUU-z  -  UVUUUU-  -  ffff-  34ff-  -  34ff-  ffff-  UVUUUU-  33-  .W  33.[  UVUUUU._  ffff.d  34ff.i  .j  ffff.r  .u  UVUUUU.y  .  UVUUUU.  .  ffff.  .  34ff/  ffff/%  33/3  UVUUUU/6  /q  UVUUUU/u  33/y  ffff/~  34ff/  /  34ff/  ffff/  0e  ffff0j  34ff0o  0q  34ff0u  ffff0  0  ffff0  0  UVUUUU0  0  UVUUUU0  0  UVUUUU0  0  UVUUUU0  15  UVUUUU18  1  UVUUUU1  2=  ffff2B  34ff2G  2I  34ff2M  ffff2]  UVUUUU2`  332  2  332  UVUUUU2  ffff2  34ff3  3  ffff3   3  UVUUUU3  34  UVUUUU37  39  ffff3  3  34ff3  ffff3  333  UVUUUU3  4  UVUUUU4  334  ffff4  34ff4!  4#  34ff4'  ffff47  4  ffff4  34ff4  4  34ff4  ffff4  4  ffff4  5  UVUUUU5  5  ffff5  34ff5  5  34ff5  ffff6  UVUUUU6  336>  6  336  UVUUUU6  ffff6  34ff6  6  ffff6  6  UVUUUU6  6  UVUUUU6  6  ffff7@  7A  34ff7E  ffff7g  337u  UVUUUU7x  7  UVUUUU7  337  ffff7  34ff7  7  34ff7  ffff7  8*  ffff8/  34ff84  86  34ff8:  ffff8[  8a  ffff8j  8  UVUUUU8  91  UVUUUU94  9  UVUUUU9  9  ffff9  34ff:  :  34ff:  ffff:  UVUUUU:  33:O  :  33:  UVUUUU:  ffff:  34ff:  :  ffff:  :  UVUUUU:  :  33:  ;1  33;5  ;6  33;H  ;I  UVUUUU;L  ;V  UVUUUU;Z  ;[  UVUUUU;_  ;  UVUUUU;  ;  ffff;  ;  34ff;  ffff<  33<  UVUUUU<  <4  UVUUUU<8  33<<  ffff  34ff=C  =E  34ff=I  ffff=j  =p  ffff=y  =  UVUUUU=  =  UVUUUU=  >  UVUUUU>   >  UVUUUU>  >K  UVUUUU>N  >  UVUUUU>  >  UVUUUU>  >  UVUUUU>  >  UVUUUU>  >  UVUUUU>  >  UVUUUU>  >  UVUUUU>  >  UVUUUU?  ?B  UVUUUU?E  ?N  UVUUUU?R  ?U  UVUUUU?X  ?  ffff?  34ff?  ?  34ff?  ffff?  UVUUUU?  33@)  @  33@  UVUUUU@  ffff@  34ff@  @  ffff@  @  UVUUUU@  @  UVUUUU@  @  ffffA+  A,  34ffA0  ffffAR  33A`  UVUUUUAc  A}  UVUUUUA  33A  ffffA  34ffA  A  34ffA  ffffA  B  ffffB#  34ffB(  B*  34ffB.  ffffBO  BU  ffffB^  B  UVUUUUB  B  UVUUUUB  B  UVUUUUB  B  UVUUUUB  B  UVUUUUB  C  UVUUUUC  C;  UVUUUUC>  C  ffffC  34ffC  C  34ffC  ffffC  UVUUUUC  33D  D`  33Dd  UVUUUUDh  ffffDm  34ffDr  Ds  ffffD{  D  UVUUUUD  D  33D  D  33D  D  33D  D  UVUUUUE  E  UVUUUUE  E  UVUUUUE#  EG  UVUUUUEJ  EL  ffffE  E  34ffE  ffffE  33E  UVUUUUE  F  UVUUUUF  33F  ffffF  34ffF$  F&  34ffF*  ffffF:  F  ffffF  34ffF  F  34ffF  ffffF  F  ffffF  G@  UVUUUUGD  GF  UVUUUUGJ  G  UVUUUUG  HB  ffffHG  34ffHL  HN  34ffHR  ffffHb  UVUUUUHe  33H  H  33H  UVUUUUH  ffffI  34ffI  I  ffffI  I  UVUUUUI  I9  UVUUUUI<  I>  ffffI  I  34ffI  ffffI  33I  UVUUUUI  I  UVUUUUI  33I  ffffI  34ffI  I  34ffJ  ffffJ  J_  UVUUUUJb  J  ffffJ  34ffJ  J  34ffJ  ffffJ  J  ffffJ  K  UVUUUUK  L  ffffL  34ffL  L  34ffL  ffffL  UVUUUUM  33M5  M  33M  UVUUUUM  ffffM  34ffM  M  ffffM  M  UVUUUUM  M  UVUUUUM  M  ffffN7  N8  34ffN<  ffffN^  33Nl  UVUUUUNo  N  UVUUUUN  33N  ffffN  34ffN  N  34ffN  ffffN  O+  ffffO0  34ffO5  O7  34ffO;  ffffO\  Ob  ffffOk  O  UVUUUUO  PK  UVUUUUPN  PO  UVUUUUPS  P  UVUUUUP  ffffP  34ffP  P  34ffP  ffffP  UVUUUUP  33P  Q9  33Q=  UVUUUUQA  ffffQF  34ffQK  QL  ffffQT  QW  UVUUUUQ[  Q  UVUUUUQ  Q  ffffQ  Q  34ffQ  ffffR  33R  UVUUUUR  R9  UVUUUUR=  33RA  ffffRF  34ffRK  RM  34ffRQ  ffffRa  R  ffffR  34ffR  R  34ffR  ffffR  R  ffffR  S*  UVUUUUS-  SB  UVUUUUSF  Sx  UVUUUUS{  S  UVUUUUS  S  ffffS  34ffS  S  34ffS  ffffS  UVUUUUS  33S  TC  33TG  UVUUUUTK  ffffTP  34ffTU  TV  ffffT^  Ta  UVUUUUTe  T  UVUUUUT  T  ffffT  T  34ffT  ffffU  33U  UVUUUUU"  Uj  UVUUUUUn  33Ur  ffffUw  34ffU|  U~  34ffU  ffffU  Vp  ffffVu  34ffVz  V|  34ffV  ffffV  V  ffffV  V  33W4  Wc  33Wg  Wi  UVUUUUWl  W  UVUUUUW  W  UVUUUUW  W  ffffX  34ffX  X  34ffX  ffffX  UVUUUUX!  33XT  X  33X  UVUUUUX  ffffX  34ffX  X  ffffX  X  UVUUUUX  X  UVUUUUX  X  ffffYV  YW  34ffY[  ffffY}  33Y  UVUUUUY  Y  UVUUUUY  33Y  ffffY  34ffY  Y  34ffY  ffffY  ZJ  ffffZO  34ffZT  ZV  34ffZZ  ffffZ{  Z  ffffZ  Z  UVUUUUZ  [F  ffff[K  34ff[P  [R  34ff[V  ffff[f  UVUUUU[i  33[  [  33[  UVUUUU[  ffff\  34ff\   \  ffff\  \  UVUUUU\  \=  UVUUUU\@  \B  ffff\  \  34ff\  ffff\  33\  UVUUUU\  ]  UVUUUU]  33]  ffff]  34ff]%  ]'  34ff]+  ffff];  ]  ffff]  34ff]  ]  34ff]  ffff]  ]  ffff]  ^  UVUUUU^  _M  ffff_R  34ff_W  _Y  34ff_]  ffff_m  UVUUUU_p  33_  _  33`  UVUUUU`  ffff`  34ff`  `  ffff`  `  ffff`!  34ff`&  ffff`.  `0  ffff`  `  34ff`  ffff`  UVUUUU`  a  UVUUUUa  a  ffffa  34ffa  a  34ffa  ffffa  a  UVUUUUb  b  33bC  bl  33bp  bq  ffffbv  34ffb{  b|  ffffb  b  b  b  UVUUUUb  b  UVUUUUb  bih 8&2styl*soup6Lat1BMoDENSiZEZ=\h=Dh=dh=Th>0