Welcome

Login to contribute. Register if you haven't yet.

Support Options

1. Search this site.
2. Make or vote for a Suggestion.
3. Post to Community Support.
3. Contact EditMe Support staff.

Stay Informed

Keep informed of product changes, tutorials and tips via EditMe's Blog and monthly newsletter.

tables, double space

Forums / Community Support

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


matt staff says:

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

You must log in to reply