Pages: [1] |
|
|
Author |
Topic: page doesn't appear correctly (Read 41 times) |
barblevy
Posts: 1
|
I am attempting to try out Snippetmaster before making a purchase decision. I have it installed correctly and am able to open pages for editing. However, the preview of my pages is not anything similar to how the pages should look. (The background color fills the entire page, the fonts are wrong, etc.) Here are some screenshots. Can anyone suggest a solution? Thanks.
|
|
|
|
Jenkinhill
|
This is what heppens when css styles are not assigned to elements/divs within the selected snippet. For example in your sample image there may be no element with a background colour defined so the page default (body) background colour will be used. Similary you may have <p> tags around the text in the snippet, but may not have assigned a font style for p in your css so a efault font will show.
In addition to correctly applying styles to your pages your page editor you can also enter over-ride styles in the tnyMCE editor css file, such as to make the editor background colour always be white.
|
Kelvyn
|
|
|
|
Pages: [1]
|
|
|
|