2022.2

Table Of Contents
Thealternatetextwillbeshowninemailsandonwebpagesatthepositionoftheimagewhilethe
imageisloadingandwhentheimageisnotfound.Onwebpages,alternatetextsarealsousedfor
accessibility.
Tosetanalternativetext,clicktheimageandenterthealternatetextintheAlternate textfieldonthe
Attributespaneatthetopright.
UsingaCSSgradienttocreateanimage
CSSgradientsareanewtypeofimageaddedintheCSS3ImageModule.CSSgradientsletyoudis-
playsmoothtransitionsbetweentwoormorespecifiedcolors,whilerepeatinggradientsletyoudisplay
patterns.Thisway,usingimagefilesfortheseeffectscanbeavoided,therebyreducingdownloadtime
andbandwidthusage.Inaddition,objectswithgradientslookbetterwhenzoomedinabrowser,and
youcanadjustyourlayoutwithmuchmoreflexibility.
FormoreinformationaboutthevarioustypesofCSSgradientsandhowtousethem,see
https://developer.mozilla.org/docs/Web/CSS/CSS_Images/Using_CSS_gradients.
Note: WhenCSSrepeatinggradientsaredisplayedinaPDFreader,artifacts,likeverythinlines
mayoccur.Whenthishappens,trysettingthegradient'spositionalittlebitdifferent.
Table
Tablesservetwodifferentpurposes:theyareawaytodisplaydatainatabularformat,andtheyare
alsoawaytopositionelementsonapage.
InHTMLemail,Tablesarethemostreliablewaytopositiontextandimages;see"DesigninganEmail
template"onpage472.Inwebpages,ontheotherhand,InlineBoxesarethepreferredwaytoposition
elements.Tablesshouldonlybeusedtodisplaydatainatabularformat,nottopositiontextand
images.Tablesusedinwebpagestopositionelementsmakethosepageslessaccessibletousers
withdisabilitiesandtoviewersusingsmallerdevices.
Inprint,Tablescanbeusedforbothpurposes.
TherearetwotypesofTables:StandardTableswhicharestaticinnature,andDynamicTableswhich
haveavariablenumberofrowsdependingonadetailtableintherecord;see"DynamicTable"on
page742.
HTMLelement:table
Whenyouaddelements,suchastext,imagesoratable,tothecontentofatemplate,youareactually
constructinganHTMLfile.ItispossibletoeditthesourceoftheHTMLfiledirectlyintheDesigner;see
"EditingHTML"onpage568.
TheHTMLtagofaTableis<table>.Tablesaredividedintotablerowswiththe<tr>tag.Tablerowsare
dividedintotabledatawiththe<td>tag.Atablerowcanalsobedividedintotableheadingswiththe
<th>tag.
Page 655