PDA

View Full Version : Blockquote syntax?


Christos Teriakis
12-29-2011, 02:13 PM
Hello,

Which stylevar is controling the blockquote (with the arrow)? I tried:


<blockquote>
....and...
<blockquote class="restore">


but none is working.

Thank you
Chris

Lynne
12-29-2011, 03:01 PM
Do you mean what is the CSS for it?
Here's the html:
<div class="bbcode_quote_container"></div>And here's the CSS:
.bbcode_container .bbcode_quote_container {
background: url("images/misc/quote-left.png") no-repeat scroll left center transparent;
display: block;
height: 13px;
left: -9px;
position: absolute;
width: 9px;}

Christos Teriakis
12-29-2011, 03:14 PM
Do you mean what is the CSS for it?
Here's the html:
<div class="bbcode_quote_container"></div>And here's the CSS:
.bbcode_container .bbcode_quote_container {
background: url("images/misc/quote-left.png") no-repeat scroll left center transparent;
display: block;
height: 13px;
left: -9px;
position: absolute;
width: 9px;}

Thank you Lady, really appreciated.

Happy New Year
Chris

--------------- Added 1325180288 at 1325180288 ---------------

Do you mean what is the CSS for it?
Here's the html:
<div class="bbcode_quote_container"></div>And here's the CSS:
.bbcode_container .bbcode_quote_container {
background: url("images/misc/quote-left.png") no-repeat scroll left center transparent;
display: block;
height: 13px;
left: -9px;
position: absolute;
width: 9px;}

Do I have to add any other css file in header? Using just the above code, nothing appears. I played changing the url for the icon, but nothing. What I want is to place the content of a variable. eg {vb:raw reviewtext} to appear as it appears the quote text in the posts.

Thank you

Lynne
12-30-2011, 12:20 AM
Well, that is just for the arrow. And, as you can see from the css, it must also be inside another block of class .bbcode_container