Quotation Box
4 posters
Page 1 of 1
Quotation Box
Here is some code I wish to implement as the background of a quotation box. E.g. the quote goes within the table shown below. How can I implement this into the website so that whenever anyone wishes to quote another member, their quote is shown within this box? The box being re-sized so that the quote may fit within it.
http://projectduelforums.forumotion.com/
Thanks.
- Spoiler:
<table style="background: url('https://i.servimg.com/u/f76/13/06/81/38/triang12.png') repeat center top; border-top: 2px solid #0F0F0F; border-bottom: 3px solid #ff8a00; border-left: 2px solid #ff8a00; border-right: 2px solid #ff8a00; padding: 5px 5px 5px 5px; width: 90%; font-weight: normal; color: #ffffff; border-radius: 10px;" align="center"></table>
http://projectduelforums.forumotion.com/
Thanks.
Last edited by TDL-DarkSoul on Sun 22 May - 8:40; edited 1 time in total
Re: Quotation Box
Please don't use bold or color and keep to the default text. This is reserved for the staff for moderation.
Are you wanting to modify the quotes in your posts? If yes, could you post a screenshot of how you want them to look?
Are you wanting to modify the quotes in your posts? If yes, could you post a screenshot of how you want them to look?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Quotation Box
Apologies regarding the boldness and color, I wasn't aware.
I'm wanting to change the quote system as a whole so that all quotes are shown within the box displayed below in the spoiler, regardless of the user who is quoting. I have placed a red rectangle around the box I wish to use.
I would like said box to re-size itself so that the quote can fit within it.
I'm wanting to change the quote system as a whole so that all quotes are shown within the box displayed below in the spoiler, regardless of the user who is quoting. I have placed a red rectangle around the box I wish to use.
I would like said box to re-size itself so that the quote can fit within it.
- Spoiler:
Re: Quotation Box
Try this code:
Go to Admin Panel > Display > Colors > CSS Stylesheet
Paste the following code and hit Save.
Go to Admin Panel > Display > Colors > CSS Stylesheet
Paste the following code and hit Save.
- Code:
blockquote {
background: url('http://i76.servimg.com/u/f76/13/06/81/38/triang12.png') repeat center top;
border: 2px solid #ff8a00;
border-top-color: #0F0F0F;
border-bottom-width: 3px;
padding: 5px;
width: 90%;
font-weight: normal;
color: #ffffff;
border-radius: 10px;
}
Re: Quotation Box
Woops I didn't see you were using Phpbb2.
Use this code instead.
Use this code instead.
- Code:
.codebox {
background: url('http://i76.servimg.com/u/f76/13/06/81/38/triang12.png') repeat center top;
border: 2px solid #ff8a00;
border-top-color: #0F0F0F;
border-bottom-width: 3px;
padding: 5px;
width: 90%;
font-weight: normal;
color: #ffffff;
border-radius: 10px;
}
Re: Quotation Box
Thanks for the help Rhino.Freak .
Topic solved and archived ~ brandon_g
Topic solved and archived ~ brandon_g
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum