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.

Quotation mark when a text is quoted

3 posters

Go down

Solved Quotation mark when a text is quoted

Post by etisalat January 18th 2012, 00:43

How to put quotation mark when a text is quoted like here in formation?

example: Quotation mark when a text is quoted W0qwV-7N2e_831814941
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

Solved Re: Quotation mark when a text is quoted

Post by etisalat January 18th 2012, 13:01

It didn't work, my version is php2 !
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

Solved Re: Quotation mark when a text is quoted

Post by Guest January 18th 2012, 16:06

For phpBB2:
Code:
.quote {
          margin: 1em 1px 1em 25px;
          padding: 5px;
          background: #fafafa url("http://i69.servimg.com/u/f69/14/29/05/13/quote10.gif") 6px 8px no-repeat;
          border: 1px solid #DBDBCE;
          font-size: 0.95em;
          margin: 1em 1px 1em 25px;
          overflow: hidden;
          }
        .quote {
            padding-left: 20px;
            }
        .quote .quote {
          background-color: #EFEED9;
          font-size: 1em;
          margin: 0.5em 1px 0pt 15px;
          }
        .quote .quote .quote {
            background-color: #fafafa;
            }
        .quote {
          font-style: normal !important;
          font-weight: bold !important;
          display: block !important;
          font-size: 0.9em !important;
          }
        .quote {
            font-size: 1em !important;
            }
        .quote {
            padding-top: 25px;
            }
For phpBB2 there are a not perfect code. Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: Quotation mark when a text is quoted

Post by etisalat January 18th 2012, 18:13

it didn't work too, it seems that there isn't such a thing for php2.
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

Solved Re: Quotation mark when a text is quoted

Post by xiaomah01 January 18th 2012, 18:19

try this

Code:
.quote {
padding: 5px 5px 5px 25px;
background:  url(http://2img.net/i/fa/prosilver/quote.gif) no-repeat 5px 5px; 
}
xiaomah01
xiaomah01
Forumember

Male Posts : 206
Reputation : 7
Language : English|Chinese|malay
Location : malaysia

http://johor.forumn.org/

Back to top Go down

Solved Re: Quotation mark when a text is quoted

Post by Omu January 18th 2012, 18:26

Try:
Code:

.mod_news .genmed, .postbody .genmed {
float: right;
border: 1px solid #ddd;
margin-top: 10px;
border-bottom: 0;
padding: 5px;
padding-bottom: 4px;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;}

.quote {
padding: 1px;
color: #666;
text-shadow: 1px 1px 1px #ffffff;
background-image: url(LINK IMAGE);
background-repeat: no-repeat;
background-position: top left,
border: 1px solid #909090;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;}
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Solved Re: Quotation mark when a text is quoted

Post by etisalat January 18th 2012, 18:33

No one of them worked pale
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

Solved Re: Quotation mark when a text is quoted

Post by etisalat January 19th 2012, 02:15

it worked, thanks man you rock !!!


Solved
etisalat
etisalat
Forumember

Male Posts : 85
Reputation : 2
Language : English , Arabic
Location : Dubai

http://www.GzClub.umbb.net

Back to top Go down

Back to top

- Similar topics

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