2022.2

Table Of Contents
SelectPaste as Plain TextfromtheEditmenuorthecontextualmenutoinsertthetextwithoutany
HTMLstylesorformatting.
Textthatprecedesorfollowsthevalueofadata fieldcanbeaddedbytheHandlebarsHelperWizard
(inthecaseofexpressions;see"UsingtheHelperWizard"onpage725)andtheTextScriptWizard
(see"UsingtheTextScriptWizard"onpage729).
Note: ItisnotpossibletoopenaWordfileintheDesigner.WhenyoucopytextfromaWorddoc-
ument,however,basicstylecharacteristicstravelwiththecontenttoPlanetPressConnect
Designer.Formattingoptionslikebold,italicandformatslikeHeading1,Heading2aremain-
tained.
Extra spaces
WhenyouaddspacesinDesignorPreviewmodetheeditorautomaticallypreservesanyextraspaces
byconvertingthemtonon-breakingspaces(" "inHTML).ItdoesthisbecauseinHTMLextra
spacesaregenerallyremoved.TakethisintoaccountwhenyoueditthetemplateinSourcemode(i.e.
inHTML)oraddtextviaascript.
Thishow-todescribesanotherwaytomaintainextraspacesinthetext:Maintainextraspacesintext.
Addingspecialcharacters
Toaddspecialcharacters:
1. Positionthecursorwherethecharactershouldbeinserted.
2. OntheInsertmenu,pointtoSpecial CharactersclickSymbols,Dashes and Spaces,Arrows,
orGeometric Shapes,andclickoneoftheavailablespecialcharacters.
Addingpagenumbers
PagenumberscanonlybeusedinthePrintcontext.See"Pagenumbers"onpage457.
HTMLelement:p,h,liandothers
Whenaddingelements,suchastext,imagesoratable,tothecontentofatemplate,youareactually
constructinganHTMLfile,whichyoucanseeandeditontheSourcetab(seealso:"EditingHTML"on
page568).
InHTML,textcanbecontainedinmanydifferentelements:paragraphs,spanelements,lineitemsand
tablecells,forexample.
TheHTMLtagofaparagraphis<p>.Theparagraphshouldbefollowedbyaclosingtag:</p>.
AlinebreaklookslikethisinHTML:<br>.
Page 660