How to change the apperiance of quotes?
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
How to change the apperiance of quotes?
Hello. I have a help request. I want to to change the appearance of quotes. From square quotations to round.
Here is a screenshot where I saw it.

My forum version is phpBB2. My forum url - click here
I don't know what version is the forum on the screen.
I will appreciate any help.
Here is a screenshot where I saw it.

My forum version is phpBB2. My forum url - click here
I don't know what version is the forum on the screen.
I will appreciate any help.
Last edited by viankova on December 9th 2011, 3:42 am; edited 1 time in total
Re: How to change the apperiance of quotes?
- Code:
td.quote{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
Guest- Guest
Re: How to change the apperiance of quotes?
Gassy wrote:
- Code:
td.quote{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
Thank you for the help Gassy.
And how can I add this picture so it appears the picture [member name] said: and the rounded quote?
Here is the pic.
Re: How to change the apperiance of quotes?
Try:
- Code:
td.quote{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background-image: url(http://www.indowebster.web.id/images/misc/quote_icon.png);
background-repeat: no-repeat;
background-position: top left;
}
Guest- Guest
Re: How to change the apperiance of quotes?
It's working. But how can I add it before "Username said..." not in the quotation itself?
I mean - picture Usarname said.... and the quoted text.
Is this possible?
I mean - picture Usarname said.... and the quoted text.
Is this possible?
Re: How to change the apperiance of quotes?
Try:
or:
- Code:
tr.post td.row1 table tbody tr td div.postbody div table tbody tr{
padding-left: 13px;
background-image: url(http://www.indowebster.web.id/images/misc/quote_icon.png);
background-repeat: no-repeat;
background-position: left;
}
}
or:
- Code:
tr.post td.row1 table tbody tr td div.postbody div table tbody tr:before{
padding-left: 13px;
background-image: url(http://www.indowebster.web.id/images/misc/quote_icon.png);
background-repeat: no-repeat;
background-position: left;
}
}
Guest- Guest
Re: How to change the apperiance of quotes?
With both codes I get this message:
Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.
We advise you to reread your code.
Re: How to change the apperiance of quotes?
Oh, sorry, my fault:
- Code:
tr.post td.row1 table tbody tr td div.postbody div table tbody tr{
padding-left: 13px;
background-image: url(http://www.indowebster.web.id/images/misc/quote_icon.png);
background-repeat: no-repeat;
background-position: left;
}
- Code:
tr.post td.row1 table tbody tr td div.postbody div table tbody tr:before{
padding-left: 13px;
background-image: url(http://www.indowebster.web.id/images/misc/quote_icon.png);
background-repeat: no-repeat;
background-position: left;
}
Guest- Guest
Re: How to change the apperiance of quotes?
The picture is not visible. Everything else is working but the picture is not showing itself.
Re: How to change the apperiance of quotes?

Here. Also there is no border.
This is when I use the second code you gave me.
When I use the first one the quote looks like this.

The picture is in the username. Not before it.
Re: How to change the apperiance of quotes?
bump
and I have a question about this code
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?
and I have a question about this code
- 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?
Re: How to change the apperiance of quotes?
Add and:
By changing 10 10 10px you can get your liked result.
- Code:
td.quote div[align="justify"] {
padding: 10 10 10px;
}
By changing 10 10 10px you can get your liked result.
Guest- Guest
Re: How to change the apperiance of quotes?
It's not working. And what about the other codes? I made screen shots.
viankova wrote:
Here. Also there is no border.
This is when I use the second code you gave me.
When I use the first one the quote looks like this.
The picture is in the username. Not before it.
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

Home


by viankova on December 1st 2011, 10:59 am





