Quote:
Originally Posted by Lynne
Do you mean what is the CSS for it?
Here's the html:
HTML Code:
<div class="bbcode_quote_container"></div>
And here's the CSS:
HTML Code:
.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 [DATE]1325180288[/DATE] at [TIME]1325180288[/TIME] ---------------
Quote:
Originally Posted by Lynne
Do you mean what is the CSS for it?
Here's the html:
HTML Code:
<div class="bbcode_quote_container"></div>
And here's the CSS:
HTML Code:
.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