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.

Quote code problem

3 posters

Go down

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
viankova
viankova
Forumember

Female Posts : 138
Reputation : 0
Language : Sumen

Back to top Go down

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;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Quote code problem

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

Tried both. Still nothing.
viankova
viankova
Forumember

Female Posts : 138
Reputation : 0
Language : Sumen

Back to top Go down

Solved Re: Quote code problem

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

what is code quote for invision please ? Cool
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

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;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Quote code problem

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

bump

EDIT. Problem solved
viankova
viankova
Forumember

Female Posts : 138
Reputation : 0
Language : Sumen

Back to top Go down

Solved Re: Quote code problem

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

Garbaged
Base
Base
Forumaster

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

http://forumotionhub.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum