Quote:
Originally Posted by felixxx999
All my posts seem to have narrow widths (they don't fill the box) The text stops short and starts another line before it should.
see here for example:
http://www.backalleynoir.com//showth...nde-%281953%29
I'm just using the regular style that came with the software (I haven't figured out how to Upload a style)...
can anyone tell me how to fix this? It looks bad. Word wrap maybe?
|
You might want to try the solution below....
Quote:
Originally Posted by Trevor Hannant
This will be fixed in 4.0.2. To fix this just now, find this code in the postbit_legacy (or postbit if you use/switch to it) template:
Code:
<div class="content<vb:if condition="$post['isfirstshown'] || $post['islastshown']"> has_ad</vb:if>">
and change it to this:
Code:
<div class="content<!--<vb:if condition="$post['isfirstshown'] || $post['islastshown']"> has_ad</vb:if>-->">
If you subsequently want to place an ad in there, simply uncomment that section out.
|