Hello,
I'm trying to figure out how this happened. When I changed the layout, this happened in the Deliver Information section:
Before that in the old layout, it was all perfectly on one line. I compared the stylesheets of old and new, and there's not much difference between the two. Other lists print out fine.
I'm not sure where I can find the solution, so I'm posting it here.
Can someone please help me fix this?Code:<h2 id="checkoutShippingHeadingMethod">Shipping Method:</h2> <div id="checkoutShippingContentChoose" class="important">Please select the preferred shipping method to use on this order.</div> <fieldset> <legend>Canada Post (Best Fit Box) <img src="images/shipping_canadapost.gif" alt="Canada Post" title=" Canada Post " width="66" height="15" /></legend> <div class="important forward">$46.32USD</div> <input type="radio" name="shipping" value="canadapost_Priority Courier, 2009-06-08" id="ship-canadapost-Priority Courier, 2009-06-08" /><label for="ship-canadapost-Priority Courier, 2009-06-08" class="checkboxLabel" >Priority Courier, 2009-06-08</label> <!--</div>--> <br class="clearBoth" /> <div class="important forward">$28.71USD</div> <input type="radio" name="shipping" value="canadapost_Expedited, 2009-06-08" checked="checked" id="ship-canadapost-Expedited, 2009-06-08" /><label for="ship-canadapost-Expedited, 2009-06-08" class="checkboxLabel" >Expedited, 2009-06-08</label> <!--</div>--> <br class="clearBoth" /> <div class="important forward">$28.71USD</div> <input type="radio" name="shipping" value="canadapost_Regular, 2009-06-09" id="ship-canadapost-Regular, 2009-06-09" /><label for="ship-canadapost-Regular, 2009-06-09" class="checkboxLabel" >Regular, 2009-06-09</label> <!--</div>--> <br class="clearBoth" /> </fieldset> <fieldset> <legend>Delivery </legend> <div class="important forward">$10.00USD</div> <input type="radio" name="shipping" value="storepickup_storepickup" id="ship-storepickup-storepickup" /><label for="ship-storepickup-storepickup" class="checkboxLabel" ><font color="#FF0000">For within the City of Winnipeg only!</font></label> <!--</div>--> <br class="clearBoth" />




