• Resolved electrolund

    (@electrolund)


    I’m using the Extended Live Archive plugin which is heavy on the javascript.

    Ia€?m also using two other archive plugins on the same archives Page (weighted words, weighted categories). When I include the Extended Live Archives, I get some funny text justifying.

    Is there a preferred method of anchoring sections apart from each other so that this sort of text wrapping does not occur? Does that make sense?

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is a bug that occured on my site as well. I had some text in a being outputted below it and it’d end up all next to the ELA output.

    I thought I remembered posting a comment stating my issue at the author’s site and them stating it was my fault for not adjusting the output’s CSS width (which is BS), but I may be mistaken as I don’t see a comments area. o_O

    I think there’s just a missing </div> in their code or something.

    Thread Starter electrolund

    (@electrolund)

    Viper, you were basically right. Got a fix from the developer. Inserted this after the ELA call:

    <div style="clear: both;">&nbsp;</div>

    You can also try just <br style=”clear:both” />, will have a similar effect.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘javascript plugin text wrapping’ is closed to new replies.