SnippetMaster Support Forums
Return to main website
 
September 05, 2011, 08:26:59 PM
* Show unread posts since last visit.
* Show new replies to your posts.
Welcome, Guest. Please login or register.
Did you miss your activation email?
September 05, 2011, 08:26:59 PM

Login with username, password and session length
Search:  
Advanced search
* Home Help Search Login Register
SnippetMaster Support Forums  |  General  |  Pre-Sales Questions  |  Topic: Table formatting in editor « previous next »
Pages: [1] Print
Author Topic: Table formatting in editor  (Read 1107 times)
jean

Posts: 6


[-] Table formatting in editor
« on: January 12, 2009, 02:06:08 PM »

I'm evaluating free version for a client.  Would use pro for them.

Inside the editor, my paragraph and heading fonts are the correct size and are identical to the actual page.
However, the fonts inside tables are much smaller than the fonts for the actual page.  This makes wysiwyg fairly useless as the size is all wrong.

My css for fonts is as follows:
body, .normal{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 90%;
}
h1,h2,h3,h4,h5,h6 {
   font-family: "Times New Roman", Times, serif;
   font-weight: bold; font-style: italic;
}
h1{font-size: 2.5em;}
h2{font-size: 2.0em;}
h3{font-size: 1.5em;}
The above are all correct inside the editor.
table{
   font-size: 90%; margin: auto;
}
td {
   vertical-align: top;
   padding: .5em;
   line-height: 1.2em;
}
Problems:
1.  In both FF3 and IE7, the table fonts are far too small inside the editor.
2.  In IE7 the tables are not centered, as would be expected from margin: auto;  (IE7 centers the real page correctly.)  The centering is correct in FF3.

This, especially #1, makes wysiwyg editing by the client for tables pretty much impossible. Sad 

I tried removing the table font-size: 90%; cleared the browser cache and it still reduces the table fonts by the same, very large amount.  Nearly half.  I know the browser cache clear works because the actual page displayed the full sized fonts in the browser. 

Thanks vm
jeank
Report to moderator   Logged
admin
Forum Administrator
*
Posts: 2992

SnippetMaster Author


WWW
[-] Re: Table formatting in editor
« Reply #1 on: February 19, 2009, 01:15:10 PM »

Unfortunately, there is nothing I can do for this problem.. the editor actually uses the browser engine itself when displaying, so it's definately something screwy with how the browser is set up internally.

The only suggestion I can make is to use pixel sizes for the fonts or fiddle with the CSS until it works.

I am working on a new version of the wysiwyg editor, so perhaps in the next release ( a month), this might work a bit better.

You can sign up for the announcements mailing list here:

http://www.snippetmaster.com/news/

Cheers!
Report to moderator   Logged
Pages: [1] Print 
SnippetMaster Support Forums  |  General  |  Pre-Sales Questions  |  Topic: Table formatting in editor « previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.14 | SMF © 2006-2011, Simple Machines LLC Valid XHTML 1.0! Valid CSS!