2022.2

Table Of Contents
l
Responsive Design View:Usethedrop-downtoselectaspecificscreenwidth,totestthe
designfordifferentdevices.NotavailableinPrintcontexts.
Tip: Youcanalsousethemouse'sscrollwheelincombinationwiththeCtrlbuttontogradually
zoominorout.
Whenatemplateisopen,theworkspacealsoshowsarulerandguides(see"Guides"onpage687).
Preview tab
ThePreviewtabshowsthesectionasitwilloutputwiththecurrentrecord(see"Loadingdata"on
page710),showingthepersonalizedcontent(see"Personalizingcontent"onpage708).Content
addedbyascriptisn'tvisibleintheDesigntab,butisvisibleandcanbeinspectedinthePreviewmode.
AlthoughitissometimespossibletoeditthetemplateinPreviewmodetoacertainextent,itisrecom-
mendedtodoalleditinginDesignmode.
Source tab
ThesourcetabdisplaystheHTMLsourceofthesection,includingHTMLHeaders,CSSandHTML
code.Thesourceisdisplayedinacolor-codedtexteditor,toquicklyvisualizethecode.
Inthistabchangesandadjustmentscanbemadetothecode.WheneditingatemplateinSourcemode
youshouldwriteHTML.Forshortcutsthatcanbeusedinthiseditor,see"Texteditors:Sourcetab,
JavaScript,CSS,ScriptEditor"onpage956and"Emmet"onpage473.
TotheleftoftheSourcetab,abarhelpsvisuallyidentifythestartandstopofanelement.Forexample
whenclickingontheopening<table>element,thisbarmarksthewhole<table>andallitscontents,
untiltheending</table>tag.
Pretty print options
IntheSourceviewtheHTMLsourceofthetemplateis"prettyprinted"(thatis:formatted,addingnew
linesandindentation)tomakeitmorereadable.
Whenthisisundesirable,theSourceviewformattingcanbeturnedofffor(partsof)asectionbyadding
<!--format:off-->inSourceview,atthebeginningofthetextorinbetweentwoHTMLelements.From
thatpointon,prettyprintingwillbedisabledforthatsection.Use<!--format:smart-->or<!--form-
at:auto-->toturntheformattingbackon.
Theseareallformatoptions:
l
<!--format:off-->turnstheformattingoff
l
<!--format:smart-->or<!--format:auto-->turnstheformattingbackon.
Page 989