• Firstly: If I post a piccy and the text posted with it is not as long as that piccy, the next post will come up next to it instead… This happens in all browers. There’s an example at https://www.funkypink.com under ‘Picture Test 2’. As you can see, picture test 1 has crept up beside it instead of sitting below.

    Secondly: no matter how hard I try, this code will not align an image correctly on the right in IE (blinkin’ IE).

    You can see the result on my page at ‘Picture test 1’

    img.alignright, img[align=”right”] {
    padding: 4px;
    margin: 0 2px 0 7px;
    _margin-right: 7px;
    display: inline;
    }

    img.alignleft, img[align=”left”] {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    _margin-left: 7px;
    }

    Any suggestions as to where I’m going wrong?

    Finally: The link categories down my sidebar don’t have a space between them (You can see with WordPress, under People). I’ve tried using display:block; which works perfect in FF but makes a mess in IE. Anyone know how it’s done?

    Many thanks for help in advance,

    x

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Three things with my theme that are really niggling me…’ is closed to new replies.