2022.2

Table Of Contents
CascadingStyleSheetswereoriginallydesignedforusewithwebpages,orHTMLfiles.Sinceevery
templateintheDesignerisconstructedinHTML,CSSfilescanalsobeusedintheDesigner.
Insteadofsettingthefontsize,lineheight,coloretc.foreachandeveryparagraphinthetemplate
itself,youcandefinealayoutforallparagraphs,andforalloutputchannels,inaCSSfile.
Thebenefitofthisisthatyoucanquicklyandeasilychangethelookandfeelofallcontextsinonetem-
plate,withouthavingtochangethecontents.Intheeventthatyourcompanychoosestouseanother
fontortoadjustitscorporatecolors,youonlyhavetochangethestylesheets.
You are writing HTML
Whenyouaddelements,suchastext,imagesoratable,tothecontentofatemplate,youareactually
constructinganHTMLfile.
Toseethis,toggletotheDesigntabintheworkspace.Clickanywhereinthecontent.Takealookat
thebreadcrumbsatthetopoftheworkspaceorselecttheOutlinepane.Thebreadcrumbsshowthe
HTMLtagoftheclickedelement,aswellastheHTMLtagsofotherelementstowhichtheclickedele-
mentbelongs.Theclickedelementisattheendoftheline.
ToedittheHTMLtextdirectly:
l
Intheworkspace,toggletotheSourcetab.
OnthistabyoucanviewandeditthecontentofthetemplateintheformofplaintextwithHTMLtags
(notetheanglebrackets:<>).YoumayaddandeditthetextandtheHTMLtags,classes,ID’sand
otherattributes.
TolearnmoreaboutHTML,seeforexamplehttps://developer.mozilla.org/en-US/-
docs/Web/Guide/HTML/Introductionandhttp://www.w3schools.com/html/default.asp.
Manyvideocoursesandhands-oncoursesaboutHTML(andCSS)areofferedontheInternetaswell,
someforfree.Go,forexample,towww.codeschool.comorwww.codeacademy.comandlookforHTML
(andCSS)courses.
What you can't do with CSS
InConnect,itdependsontheoutputchannelwhatcanandcannotbedonewithCSS.CSScanonlybe
usedtoitsfullpotentialwithHTMLoutput.Animationandtransitionfeatureswon'tworkinPrintoutput,
obviously.
IncludedCascadingStyleSheets
Whenyoucreateatemplate,anumberofstylesheetsisautomaticallyincluded:
Page 673