• Resolved aengus01

    (@aengus01)


    Hello, I am currently using WordPress 3.0.1 with modularity lite 1.2

    I have some custom smilies I am adding using the gallery and something within the classes somewhere is making it behave in a manner I cant figure out how to prevent.

    Here is a test page I created

    http://www.swfansite.com/SWF/test/

    Now was you see there are 2 smilies that appear almost at a line below with some text reading test test test

    However what I am actually trying to have it display as; is all on the same line and it actually is reading test 🙂 test 🙂 test

    in otherwords in my editor its reading test (smilie) test (smilie) test

    Is there a custom class I can create and get it to format correctly? I dont mind the way the graphics normally align, I was hoping I could just make a custom smilie class that would fix them up when I wish to use them. I gave it a shot, but I couldn’t figure out what part of the css was making them drop out of the line like that.

    Thanks in advance for any help I can get!
    (sorry for how confusing this sounds, but I think viewing the test page will help you see what I’m trying to say)

Viewing 3 replies - 1 through 3 (of 3 total)
  • this line in screen.css is forcing all images in a paragraph to the left, and adds all sorts of margins:

    p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}

    remove the whole style.

    (if it is there for a reason, it would not be a good reason, imho…)
    removing it might have some side effects in other parts of the site.

    Thread Starter aengus01

    (@aengus01)

    Thank you so much! It did have an effect on some pages where I use my logo for each post. But I can manually go fix those simply by saying “left” align in the image rather than “none”.

    At least it worked for the first one I tried haha.

    Thank you again, I will go correcting pages and see if I run into any other snags with the removal of that line!

    Thread Starter aengus01

    (@aengus01)

    Thank you so much Alchymyth.

    I changed all my title post logos to align=”left” and I don’t see any other ill effects from commenting out that line.

    Thank you again! I had come up with a bunch of work arounds for formatting images and it looks like none of that will be necessary either.

    Going to be so much easier now!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘custom smilies and how to format them’ is closed to new replies.