2022.2

Table Of Contents
ThetoolbarbuttonsRotate ClockwiseandRotate Counter Clockwiserotatetheelementinwhich
thecursorislocated90degreesatatime.
Torotateanelementintoanotherangleposition,usethe'angle'CSSpropertyoftheelement.Inmost
cases,thiscanbedoneintheelement'sFormattingdialog.Inothercases,suchaswithtext,youhave
toentertheCSSpropertyandvaluemanually.Bothmethodsareexplainedinthefollowingprocedure.
1. Right-clicktheelementandclicktherespectiveelementontheshortcutmenu.
Alternatively,selecttheelement(see"Selectinganelement"onpage570)andclicktherespect-
iveelementontheFormatmenu.
2. Onthefirsttab,lookfortheangleproperty.Ifitisavailable,typethenumberofdegreestheele-
mentshouldberotated.Apositivenumberwillrotatetheelementclockwise,anegativenumber
rotatesitcounter-clockwise.Skipsteps3to6.
Iftheanglepropertyisnotavailable,proceedwiththefollowingstep.
3. ClicktheAdvancedbuttontoopentheAdvancedFormattingdialog.
4. ClickinthefirstblankfieldunderPropertyandtypetransform.
5. Clickinthefieldnexttoit,underValueandtyperotate(,followedbythenumberofdegreesthe
elementshouldrotate,andthendeg),forexample:rotate(20deg).Apositivenumberwillrotate
theelementclockwise,anegativenumberrotatesitcounter-clockwise.
6. ClosetheAdvancedFormattingdialog.
7. ClosetheFormattingdialog,orclicktheApplybuttontoseetheeffectwithoutclosingthedialog.
Note: Itisalsopossibletorotateelementsbycreatingastyleruleinastylesheet;see"Styling
templateswithCSSfiles"onpage672.
Styling a table
Justasotherelements,tablescanbestyledintwoways:
l
Withlocal formatting.Thismeansstylingthetabledirectly,usingtheFormattingdialog.
l
ViaCascading Style Sheets(CSS).Inastylesheet,stylerulesaredeclaredforelementswith
differentHTMLtags,ID'sandclasses.
Thesetwomethodsaredescribedbelow.See"Stylingandformatting"onpage671forbackground
informationaboutthesetwomethods.
Selectingatable,roworcell
Thereareseveralwaystoselectatableorrow:
Page 689