Quote code problem Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Quote code problem

    viankova
    viankova
    Forumember


    Female Posts : 138
    Reputation : 0
    Language : Sumen

    Solved Quote code problem

    Post by viankova December 9th 2011, 12:06 pm

    Hello. I have the folloring problem.

    viankova wrote:
    Code:
            td.quote{
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            }

    When I set it it works but when I make a text justify the text merge in with the border itself. How to correct that?

    This code above works. But the code Gassy gave me bellow is not working. The problem with the justified text going in the border is still there. I change the numbers in padding but nothing changes.

    Gassy wrote:Add and:
    Code:
    td.quote div[align="justify"] {
    padding: 10 10 10px;
    }
    By changing 10 10 10px you can get your liked result. Wink






    Last edited by viankova on December 14th 2011, 4:59 pm; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: Quote code problem

    Post by Guest December 9th 2011, 12:47 pm

    What about?:
    Code:
    td.quote div[align="justify"] {
    padding: 10 10 10px !important;
    }
    or:
    Code:
    td.quote div[align="justify"] {
    margin-left: 10px !important;
    }
    viankova
    viankova
    Forumember


    Female Posts : 138
    Reputation : 0
    Language : Sumen

    Solved Re: Quote code problem

    Post by viankova December 9th 2011, 1:15 pm

    Tried both. Still nothing.
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    Solved Re: Quote code problem

    Post by tommycoo December 11th 2011, 4:14 am

    what is code quote for invision please ? Cool
    avatar
    Guest
    Guest


    Solved Re: Quote code problem

    Post by Guest December 11th 2011, 8:21 am

    tommycoo wrote:what is code quote for invision please ? Cool
    Here is:
    Code:
    blockquote {
    background-color: #DFE6EF;
    border-bottom: 1px dotted black;
    border-left: 5px solid #B0BBCD;
    border-right: 1px dotted black;
    border-top: 1px dotted black;
    margin: 8px;
    padding: 8px;
    }
    viankova
    viankova
    Forumember


    Female Posts : 138
    Reputation : 0
    Language : Sumen

    Solved Re: Quote code problem

    Post by viankova December 14th 2011, 4:58 pm

    bump

    EDIT. Problem solved
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: Quote code problem

    Post by Base December 14th 2011, 5:28 pm

    Garbaged