Sample post with the box missing, forum 1 (Tinnitus Support Message Board):
http://tinnitussupport92262.yuku.com/sreply/73862/t/Does-Caffiene-Make-Tinnitus-Worse-UK-Study-.html
In tests on forum 13 of the same board, quoting worked properly.
| Author | Comment | |||
|---|---|---|---|---|
reph |
Quote coding doesn't always produce a box |
Lead | ||
|
The quote function turned flaky today. Text enclosed in "[ quote ]" and "[ / quote]" (without the spaces) is indented, but it isn't
always surrounded by a box. Whether a box is present varies from one forum to another on the same board; it may also vary between Quick Reply and regular
reply.
Sample post with the box missing, forum 1 (Tinnitus Support Message Board): http://tinnitussupport92262.yuku.com/sreply/73862/t/Does-Caffiene-Make-Tinnitus-Worse-UK-Study-.html In tests on forum 13 of the same board, quoting worked properly.
Last Edited By: alison 14-Mar-08 2:07 PM.
Edited 1 time.
|
||||
|
|
||||
DaisyCares |
#1 | |||
|
I rarely, if ever, get a box around the quoted text. I wish I did. It's hard to tell the quoted text from the main body of the post.
|
||||
|
|
||||
Irene in OZ |
#2 | |||
|
At first, I didn't have the box around quotes either but was directed to go to ADMIN on my board, then select DESIGN / CUSTOMISED SKIN then click on
wysiwyg and click on the TOPIC tab. Down near the bottom you can select what style of border you want around your quote. You can preview first before saving
the change.
|
||||
|
|
||||
reph |
#3 | |||
|
Irene, I followed your directions and found that the border style for the forums that are missing the border is "1px solid #5889BF." Wouldn't
"solid" mean a border should show? On the actual forums, it looks like "none," which is another choice in the style menu.
The preview button didn't show a preview, or I didn't know where to look for it. |
||||
|
|
||||
Irene in OZ |
#4 | |||
|
I would imagine solid would mean just that but I'm just learning myself. Usually, you can preview your board on the top half of the screen when you use
wysiwyg to see what the changes might look like.
|
||||
|
|
||||
sniksnak |
#5 | |||
|
I was having the same problem until I added the following CSS snippet to Advanced CSS box:
/* the whole quote */ blockquote { padding: 5px; border: 2px solid #xxxxxx; background: #xxxxxx; color: #xxxxxx; } |
||||
|
|
||||
reph |
#6 | |||
|
This morning, the boxes are back. What the ____? I didn't change any settings. Perhaps the Coding Fairy flew in and paid us a visit while we were sleeping.
The board was unavailable for a while after I posted here.
|
||||
|
|
||||
WhiteClover23 |
#7 | |||
|
I'll have to have a look at that too, thanks Irene. The colour of my board's skin is such that I can't see the border round the quote box at the
moment. It's way too pale!
|
||||
|
|
||||
DaisyCares |
#8 | |||
|
Thanks for the advice.
I noticed the box does appear at one board where I post, by the way, so maybe I'll have the owner help me with my own board. As
far as the other boards I go to...I guess the owner doesn't want it that way or does not know how to fix it.
|
||||
|
|
||||
alison |
#9 | |||
|
if you have a link to where the box does appear, and to where the box does not appear on the same board, why not post a link to it over at skins.yuku.com so
that they can compare the css.
|
||||
|
|
||||
reph |
#10 | |||
|
The box around a quote has taken another day off, as in post #52 on this page:
http://tinnitussupport92262.yuku.com/topic/5092?page=4 |
||||
|
|
||||
nightwingken2 |
#11 | |||
reph wrote:
i wish that Coding fairy would come fix mine http://kissfansite.yuku.com/ shouldnt this be standard on all boards? |
||||
|
|
||||
alison |
#12 | |||
|
nightwingken2, are you also referring to boxes around quotes?
|
||||
|
|
||||
alison |
#13 | |||
|
Reph, in that forum you do not have any css defining a border for the blockquote, which is why none appears.
If you want a border on your quotes you need to add that to your CSS. blockquote { border: 1px solid #000; } |
||||
|
|
||||
nightwingken2 |
#14 | |||
alison wrote:
yes. when we quote nothing happens it's like the words are there but not the "alison wrote: sample text" and the box |
||||
|
|
||||
Shandie |
#15 | |||
alison wrote: I added that to my global CSS but it doesn't work. Do I have to add it to the CSS in each and every forum? |
||||
|
|
||||
NastyNana |
#16 | |||
|
Yes you do. But the upside of that is, you can make the border match the border of your skin and I find that very convenient!
|
||||
|
|
||||
Shandie |
#17 | |||
|
Thank you, Nana!
|
||||
|
|
||||
NastyNana |
#18 | |||
|
Glad to be able to help out!
|
||||
|
|
||||
reph |
#19 | |||
|
Alison, I added the code you provided, and a test post didn't have a box.
http://tinnitussupport92262.yuku.com/sreply/74889/t/Religion.html Another place in the CSS says something like "border: none"--could this be neutralizing the added code?
Last Edited By: reph 15-Mar-08 1:34 AM.
Edited 2 times.
|
||||
|
|
||||
sniksnak |
#20 | |||
reph wrote: Reph, if you will use this CSS snippet I provided earlier in your Advanced CSS box, it will take care of the problem. /* the whole quote */ blockquote { padding: 5px; border: 2px solid #xxxxxx; background: #xxxxxx; color: #xxxxxx; } Remove the xxxxxx with the color of your choice. You can also adjust the padding and border thickness in this snippet to suit your personal fancy, too.
|
||||
|
|
||||