![]() | Join Date: Dec 2007 | Posts: 114 | Location: Florida |
Too Much Space Between Quotes
There is too much space between quotes on my forum. Take a look:
PolitiCity - View Single Post - New Quotes - Whadya Think?
Here's the template I'm using for bbcode_quote:
So my first question is, how can I fix the space between quotes?
My second problem is, this is what the bbcode looks like when I edit the post:
Notice how the text and the quote are on the same line. I didn't type it that way. It had spaces between the quoted text and the new text. However, after clicking preview, it automatically put it on the same line. It shouldn't do this, because some people like to add different amounts of spacing between their quoted-text and what they type.
So my second question is, why is it automatically putting the quotes on the same line as the new text?
NOTE: Here's the CSS I added to modify the quotes:
Thank you.
PolitiCity - View Single Post - New Quotes - Whadya Think?
Here's the template I'm using for bbcode_quote:
PHP Code:
<div style="margin:3px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
<tr>
<td><div class="quote" style="margin-bottom:2px">
<if condition="$show['username']">
<div class="smallfont" style="margin-bottom:2px">
<phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>
<if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
</div>
<blockquote class="bq" style="font-style:italic">$message</blockquote>
<else />
<blockquote class="bq" style="font-style:italic">$message</blockquote>
</if>
</div></td>
</tr>
</table>
</div>
My second problem is, this is what the bbcode looks like when I edit the post:
PHP Code:
[quote]Don't pay attention to this post[/quote]I'm testing something out.
[quote]Just ignore me....[/quote]Lol
So my second question is, why is it automatically putting the quotes on the same line as the new text?
NOTE: Here's the CSS I added to modify the quotes:
PHP Code:
.quote {
margin:15px 10px;
background: url(images/misc/q.gif) 0 0 no-repeat;
padding-left:25px}
blockquote.bq {
font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border-left:3px solid #ccc;
margin:0px;
padding:0 5px}
--------------------
PolitiCity.net - Political debate & discussion
PolitiCity.net - Political debate & discussion










Linear Mode

