• Has anyone had a problem using there wysiwyg do you ever enter text or images than go to preview what you have done and you DONT get wysiwyg. Im having problems with this ill align a image to the right and it will show up on the left in preview mode little stuff like that?

Viewing 1 replies (of 1 total)
  • Hi

    Content entered in the editor will rarely look the way it does on your site because the editor does not use the theme’s stylesheet when it displays your content. The appearance on the site is what is important. The editor is not called wysiwyg, only “visual”, meaning you don’t have to enter HTML tags one by one.

    That issue with image alignment is usually due to theme authors not including CSS for the classes WP assigns images when they are added to posts.

    try adding to your style.css stylesheet and see if they help:

    .alignleft { float: left; margin: 15px; }
    .alignright { float: right; margin: 15px; }

    If it works, adjust margin and/or use padding, as needed.

Viewing 1 replies (of 1 total)

The topic ‘wysiwyg’ is closed to new replies.