How can I set different alignments for each paragraph in the same section/block?
Note: The instructions below require some previous knowledge of HTML. Click on the Edit icon in the block On the left panel, click on the code view button , or, in the toolbar of the block, click on the HTML button. Copy that HTML code and paste it in your text editor (Notepad, TextPad, etc.). Replace <br> or <br /> tag with <p>....</p> tags or <div>....</div> tags. This is your
Templates & Editor September 6, 2019
What general HTML should I know when looking at template code?
When viewing the template code, you will most likely see the following HTML code: Basic Elements Structural Definition Presentation Formatting Links and Graphics Dividers Lists Backgrounds and Colors Tables Basic Elements Document Type <HTML></HTML> (beginning and end of file) Title <TITLE></TITLE> (must be in header) Header <HEAD></HEAD> (descriptive info, such as title) Body <BODY></BODY> (bulk of the page) Structural Definition Heading <H?></H?> (the spec. defines 6 levels) Align Heading
Templates & Editor March 28, 2019