• Resolved floridaflatlander

    (@floridaflatlander)


    I want others to be able to use the blog I’m building but I have to make it easy for them. They need to be able to use wysiwyg(sp?)

    When I was putting a photo in for a test the text was tight against the pic. I used hspace=”10″ in the img tag to give it space and to make it look good. The average joe(fishermen) thats going to be using this blog can’t do this.

    Is there something I can do or click so users can have more space around photos or is this just a part of wordpress?

    Thanks
    floridaflatlander(SJ)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Edit the wp-admin.css files and the theme’s style.css file to add more space around the pictures in the posts. The spacing doesn’t have to be specified in the post itself, you know.

    If you’re trying to add the space to the image on your actual site, rather than doing so in the WP-admin, you’ll probably want to use your theme’s CSS file rather than wp-admin.css (which would instead put the space around the files in the actual editor.)

    I often add some CSS such as:

    .entry img {margin:5px;}

    That way images will automatically have 5 pixels around all edges of the image (assuming you have a div with a class of “entry” around your post’s content, as is present in the default theme.)

    Thread Starter floridaflatlander

    (@floridaflatlander)

    Thanks, Great info

    Used
    form, img {
    margin: 0 5px 0 0;
    padding: 0;
    border: 0;}

    Changing a margin of 0; to the above

    Thanks
    SJ

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Space around Pictures, in wysiwyg (sp?)’ is closed to new replies.