Make qoute box like vBulletin
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Make qoute box like vBulletin
I just want to ask
whether qoute box on punPHP can be changed to be like this

like vBulletin
if it can
how to make it
Thanks before
whether qoute box on punPHP can be changed to be like this

like vBulletin
if it can
how to make it
Thanks before
Last edited by symphony.roads on November 14th 2011, 12:33 pm; edited 1 time in total (Reason for editing : Solved)

Minorfifth- Forumotion Member
-

Posts: 37
Age: 91
Language: English, Indonesian, Java, Netherlands
Location: Yogyakarta, Indonesia (05)
Points: 26
Join date: 2011-11-03
Re: Make qoute box like vBulletin
Hi!
It's probably possible to make it look similar using CSS, but I doubt you would be able to replicate it exactly. Please provide your forum URL.
It's probably possible to make it look similar using CSS, but I doubt you would be able to replicate it exactly. Please provide your forum URL.


Tutorial Contributors - Are you a keen tutorial writer?
Useful Links
General Rules | Forumotion Team | Lost Founder Password | Frequently Asked Questions | Tricks and Tips | Announcements and Updates | Report a forum | Forum Utilities | No support via PM
Re: Make qoute box like vBulletin
Hi!
It is a simple border + one image I think. But if you will provide forum url where you seen that I try to help you .
It is a simple border + one image I think. But if you will provide forum url where you seen that I try to help you .
Guest- Guest
Re: Make qoute box like vBulletin
ok here my forum
thanks

Minorfifth- Forumotion Member
-

Posts: 37
Age: 91
Language: English, Indonesian, Java, Netherlands
Location: Yogyakarta, Indonesia (05)
Points: 26
Join date: 2011-11-03
Re: Make qoute box like vBulletin
no problem slg 

Minorfifth- Forumotion Member
-

Posts: 37
Age: 91
Language: English, Indonesian, Java, Netherlands
Location: Yogyakarta, Indonesia (05)
Points: 26
Join date: 2011-11-03
Re: Make qoute box like vBulletin
hello.....
anyone
anyone

Minorfifth- Forumotion Member
-

Posts: 37
Age: 91
Language: English, Indonesian, Java, Netherlands
Location: Yogyakarta, Indonesia (05)
Points: 26
Join date: 2011-11-03
Vasilisrs- Forumotion Member
- Posts: 2
Language: greek
Points: 2
Join date: 2011-11-13

Minorfifth- Forumotion Member
-

Posts: 37
Age: 91
Language: English, Indonesian, Java, Netherlands
Location: Yogyakarta, Indonesia (05)
Points: 26
Join date: 2011-11-03
Re: Make qoute box like vBulletin
Hi again!
Sorry for the delay, but please add this to your CSS code:
The CSS code will give you a similar looking quote box to the forum provided, however it will not look exactly the same.
Sorry for the delay, but please add this to your CSS code:
- Code:
.postmain blockquote {
background-color: #FFFFFF;
border: 1px solid #417394;
border-radius: 5px 5px 5px 5px;
font-family: Verdana !important;
font-style: italic;
}
blockquote {
background: url("http://www.indowebster.web.id/images/misc/quote_icon.png") no-repeat scroll 6px 8px #FAFAFA;
}
The CSS code will give you a similar looking quote box to the forum provided, however it will not look exactly the same.


Tutorial Contributors - Are you a keen tutorial writer?
Useful Links
General Rules | Forumotion Team | Lost Founder Password | Frequently Asked Questions | Tricks and Tips | Announcements and Updates | Report a forum | Forum Utilities | No support via PM
Re: Make qoute box like vBulletin
amazing base
i can see vBull in my punBB
Thank you so much for all your help
{This Tread Solved Now}
thanks
i can see vBull in my punBB
Thank you so much for all your help
{This Tread Solved Now}
thanks

Minorfifth- Forumotion Member
-

Posts: 37
Age: 91
Language: English, Indonesian, Java, Netherlands
Location: Yogyakarta, Indonesia (05)
Points: 26
Join date: 2011-11-03
Re: Make qoute box like vBulletin
Since this thread is marked solved, I will archive this thread.

Sanket

Sanket
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 Minorfifth on November 11th 2011, 6:07 pm










