Announcement

Collapse
No announcement yet.

Editing font size in the shopping cart and checkout pages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Editing font size in the shopping cart and checkout pages

    Hi,

    I can alter the background colours of the tables in the order0x.html pages, and I have removed all <font tags because I have a style sheet which works for all text except for :

    A. The column headings
    B. The text such as "Select Invoice Location" and "Select Shipping Destination"

    How do I change the font size to match my style sheet (if they're generated by scripts), or get these two bit to comply to the style sheet?

    TIA
    Ben
    Money Saving Eco Friendly Products | UK Dating | Love Horse Dating

    #2
    Apply the style to the tables that contain the text.

    It's in order01.html
    Owner of a broken heart

    Comment


      #3
      Are you sure it's that simple?

      The style sheet is referenced in the Primary template so is that used as a template into which order0x are put?

      It seems to be recognised by order01 because the product description text and prices display correctly, but the column headings don't. Besides, why do the information type message I have quoted not display correctly then?
      Money Saving Eco Friendly Products | UK Dating | Love Horse Dating

      Comment


        #4
        Well this code is from order01 and has plenty of stuff you can change.

        <!-- Shipping HTML begin -->
        NETQUOTEDEL:SHIPANDHANDLEPHASE
        <H3>NETQUOTEVAR:SHIPTITLE</H3>
        NETQUOTEVAR:SHIPMESSAGE
        <p> NETQUOTEVAR:ADVANCEDSHIP
        <table border="0" width="CUSTOMVAR:ACTSTDWIDTH" cellspacing="2" cellpadding="2">
        NETQUOTEDEL:SHIPPROMPT001
        <!-- Remove the comments to display the box around the delivery instructions-->
        <!-- <TR>-->
        <!-- <td bgcolor="NETQUOTEVAR:CHECKOUTBG">-->
        <!-- <TABLE BORDER="1" WIDTH="CUSTOMVAR:ACTSTDWIDTH" CELLSPACING="0" CELLPADDING="2" BGCOLOR="NETQUOTEVAR:CHECKOUTBG">-->
        <!-- <TR>-->
        <!-- End of remove-->
        <td bgcolor="NETQUOTEVAR:CHECKOUTBG" width="60%"> NETQUOTEVAR:SHIPPROMPT001</td>
        <td bgcolor="NETQUOTEVAR:CHECKOUTBG" width="40%">
        <input type="TEXT" name="SHIPUSERDEFINED" size="20" maxlength="255" value="NETQUOTEVAR:SHIPUSERDEFINED">
        </td>
        <!-- Remove the comments to display the box around delivery instructions-->
        <!-- </TR>-->
        <!-- </TABLE>-->
        <!-- </TD>-->
        <!-- </TR>-->
        <!-- End of remove-->
        NETQUOTEDEL:SHIPPROMPT001
        </table>
        <hr size=1 align=CENTER width=CUSTOMVAR:ACTSTDWIDTH>
        NETQUOTEDEL:SHIPANDHANDLEPHASE
        <!-- Shipping HTML end -->
        Owner of a broken heart

        Comment

        Working...
        X