by bogorman » Sun Oct 10, 2010 5:56 pm
Re the expanding table I have investigated further.
Have opened Firebug and have set a breakpoint on the line:
document.write (strOutput);
on the checkout page.
This, I think, contains the coding for the table at the top of the page with the order details in it.
When I copy this into a new page based one of the templates of my site in Dreamweaver and select Design it displays a table well within the width of the page (in fact too narrow).
Also, I regularly paste long text into the same region to pages based on this template and it never expands beyond the width of the region.
When, however, in Firebug I advance to the next line of the coding, the table appears but, as before, it is too wide for the region, at least where the text of a "field" is long this text is all on one line with a horizontal scrollbar at the foot of the page.
Sorry to be so long-winded but I thought maybe this additional information might help you.
If it's any help to you the coding is:
<TABLE CLASS="NopcartCheckoutTable"><TR><TD CLASS="nopheader"><B>Product Id</B></TD><TD CLASS="nopheader"><B>Product Name</B></TD><TD CLASS="nopheader"><B>Quantity</B></TD><TD CLASS="nopheader"><B>Price</B></TD><TD CLASS="nopheader"><B>Shipping</B></TD></TR><TR><TD CLASS="nopentry">wsRPC0</TD><TD CLASS="nopentry">WS Reduced Price. No Coach required - <I> <BR><BR>My First Faith Conference<BR><BR>I am At School<BR> <BR> Group Leader is Mr J Boggle<BR> <BR> My Dietary Requirements are: Strawberries and Raspberries only!!!!1 <BR> <BR> Comments: Three centuries ago, and the Catholic Church, that great creation of God's power [...was] blotted out. ... The vivifying principle of truth, the shadow of St. Peter, the grace of the Redeemer, left it... Truth was disposed of, and shovelled away and there was a calm, a silence, a sort of peace. Second Spring sermon 1852<BR></I></TD><TD CLASS="nopentry">1</TD><TD CLASS="nopentry">£85.00/ea</TD><TD CLASS="nopentry">0.00</TD></TR><input type=hidden name="item_number_1" value="wsRPC0"><input type=hidden name="quantity_1" value="1"><input type=hidden name="amount_1" value="85.00"><input type=hidden name="item_name_1" value="WS Reduced Price. No Coach required"><input type=hidden name="shipping_1" value="0.00"><input type=hidden name="on0_1" value=" <BR><BR>My First Faith Conference<BR><BR>I am At School<BR> <BR> Group Leader is Mr J Boggle<BR> <BR> My Dietary Requirements are: Strawberries and Raspberries only!!!!1 <BR> <BR> Comments: Three centuries ago, and the Catholic Church, that great creation of God's power [...was] blotted out. ... The vivifying principle of truth, the shadow of St. Peter, the grace of the Redeemer, left it... Truth was disposed of, and shovelled away and there was a calm, a silence, a sort of peace. Second Spring sermon 1852<BR>"><TR><TD CLASS="noptotal" COLSPAN=3><B>SUBTOTAL</B></TD><TD CLASS="noptotal" COLSPAN=2 ALIGN=RIGHT><B>£85.00</B></TD></TR><TR><TD CLASS="noptotal" COLSPAN=3><B>SHIPPING</B></TD><TD CLASS="noptotal" COLSPAN=2 ALIGN=RIGHT><B>£0.00</B></TD></TR><TR><TD CLASS="noptotal" COLSPAN=3><B>TOTAL</B></TD><TD CLASS="noptotal" COLSPAN=2 ALIGN=RIGHT><B>£85.00</B></TD></TR></TABLE>