Indent HtmlCreate Indents in Google Sites through the WYSIWYG menu bar.
An example of a 40px Indent.
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div dir="ltr"><div><div>1 Indent</div></div></div></blockquote>Google Sites Indent HTML CodeGoogle Sites uses the Inline Style with 40px left margin properties , when the default margin is left to right dir="ltr". <blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div dir="ltr"><div><div>1 Indent</div></div></div></blockquote>This Indent is the equivalent to the Styles: margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 40px; Inline CSS
|



