tables, double space
Gerard says:
I am new to EditMe. Can I move a table to the right of it's default location all the way to the left on the edit page, and the only way I can find to enter text that single spaces is by using address format.
thank you
Posted at 8:12 AM on April 3, 2011
Gerard,
The table question is a little unclear to me. You can set the alignment of a table by clicking in the table and then clicking the "Insert/Modify Table" button on the toolbar and setting the Alignment dropdown to Left, Right or Center.
EditMe uses margined paragraphs as is the default behavior for HTML content. If you want a "line break" you can use Shift+Enter. You can also extend your site's CSS style sheet to treat all paragraphs as single spaced (like the default behavior in MS Word) by pasting the following at the bottom of your site's Style Sheet:
#column2 p, td.content p, #col3_content p, .mceContentBody p {
padding:0px;
margin:0px;
line-height: 1.22em;
}
#attachmentHead, #comments {
margin-top: 20px;
}
Posted at 8:22 AM on April 4, 2011