On Jul 13, 7:46 pm, Danjojo <[EMAIL PROTECTED]> wrote: > <div id="topPromo"> > <p class="centered"><img src="images/top_promo.jpg"></p> > </div>
To expand on Scott's answer: Some options include: .html(...) .text(...) .load(...) or even: .empty() to empty out the div, ready for re-population via append(), prepend(), etc.