Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Themes and Templates
    In reply to: Title color
    pcheek

    (@pcheek)

    Yuo may also want to check out my new WYSIWYG theme builder where you can change things like this without ANY CSS knowlage!

    Check it out!

    Thread Starter pcheek

    (@pcheek)

    Thanks, I am sure that you will like it!

    My aim has been for people with their first blog so that they can have a blog with colors that they have chosen without making their own custom skin! Enjoy!

    It may be because of your theme

    Forum: Plugins
    In reply to: Auto frames for pictures…

    Well, for your theme, you could add this to the css file…

    /* Start Code */

    img {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #000000;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #000000;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #000000;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #000000;
    }

    /* END Code */

    This will put a black border around all images. Hope it helps!

Viewing 4 replies - 1 through 4 (of 4 total)