• Newbie here, I have been trying to get the text to wrap around my pictures that I uploaded. I have modified the img code, but still nothing. Am I doing something wrong? I am under WP2.01
    Here is what I have in the style.css file:
    img
    .thumbnail { position: relative; background: #fafbfc; border: 1px solid #b0b0b0; margin: 0 0 10px 10px; padding: 5px }
    .alignleft { position: relative; background: #fafbfc; border: 1px solid #b0b0b0; margin: 5px 15px 6px 0px; padding: 5px; }
    .alignright { position: relative; background: #fafbfc; border: 1px solid #b0b0b0; margin: 5px 0px 6px 15px; padding: 5px; }
    .centered { position: relative; display: block; margin-left; auto; margin-right; auto; padding; 5px; background; #fafbfc; border: 1px solid #b0b0b0; }
    .noalign { position; relative; background: #fafbfc; border: 1px solid #b0b0b0; margin; 5px 5px 5px 5px; padding: 5px }

    Any help would be appreciated.

  • The topic ‘Help…I can’t get wordwrap to work’ is closed to new replies.