PDA

View Full Version : How do I fix this


felixxx999
01-26-2010, 04:13 AM
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//showthread.php?83-Bad-Blonde-%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?

princeedward
01-26-2010, 05:49 AM
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//showthread.php?83-Bad-Blonde-%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....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:


<div class="content<vb:if condition="$post['isfirstshown'] || $post['islastshown']"> has_ad</vb:if>">


and change it to this:

<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.

felixxx999
01-26-2010, 01:17 PM
Perfect! Thanks for your quick help!

Thorlax402
02-03-2010, 07:44 AM
You might want to try the solution below....

You're my freaking hero. I have been trying to figure out this problem ALL day!
Finally I said screw it and started to manually search for the problem.
I couldn't quite figure out the wording to use for a search.

Thanks so much.