Announcement

Collapse
No announcement yet.

Can't change text size on NETQUOTEVAR:PRODUCTPRICE

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

    Can't change text size on NETQUOTEVAR:PRODUCTPRICE

    I'm doing this on the template (dreamweaver) - I've changed the text colour with a simple select/pick colour - thought text size would work the same way, but apparently not.
    Do I need to do something else?

    Nick
    Trying to squeeze my moneys worth out of V7 - but not for much longer!

    #2
    we would need to see the code you are using to diagnose

    Comment


      #3
      Here we go - I really appreciate your help.
      HTML Code:
      NETQUOTEVAR:INCLUDE Act_ProductSeparator.html NETQUOTEVAR:ENDSEPARATOR NETQUOTEVAR:PRODUCTFORMBEGIN 
      <td valign="top"> NETQUOTEVAR:PRODUCTFORMBEGIN NETQUOTEVAR:TEMPLATEBEGINXML 
        <table width="150" border="0" cellpadding="5" cellspacing="0" bordercolor="#999999" class="prodbox">
          <tr> 
            <td height="80" align="center" valign="middle" bgcolor="#FFFFFF"><font color="909737" size="1" face="Verdana, Arial, Helvetica, sans-serif"><A HREF =http://www.theperfectpad.co.uk/cgi-bin/ss000001.pl?PRODREF=NETQUOTEVAR:PRODUCTREFERENCE&NOLOGIN=1 TARGET="_self">
      NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTIMAGE 
      </A><a name="NETQUOTEVAR:PRODUCTANCHOR"> 
              </a></font></td>
          </tr>
          <tr> 
            <td height="149" align="left" valign="top" bgcolor="#F2F1DC"> 
              <div align="right"></div>
              <table width="100%" border="0" cellpadding="0" cellspacing="0">
                <tr valign="top"> 
                  <td height="35" colspan="2"> 
                    <div align="center" class="actxxsmall"><strong>NETQUOTEVAR:PRODUCTNAME</strong></div>
                  </td>
                </tr>
                <tr valign="middle"> 
                  <td height="23" colspan="2"> 
                    <div align="center"><font size="1">NETQUOTEVAR:PRODUCTDESCRIPTION</font></div>
                  </td>
                </tr>
                <tr valign="middle" align="left"> 
                  <td height="18" valign="baseline" colspan="2"> 
                    <div align="center"><font color="#FF0000" face="Arial, Helvetica, sans-serif" size="2">Evening 
                      Standard Offer:</font></div>
                  </td>
                </tr>
                <tr valign="middle" align="left"> 
                  <td height="16" valign="baseline" colspan="2"> 
                    <div align="center"> 
                      <p><font color="#FF0000" size="1"><b><font size="2">NETQUOTEVAR:PRODUCTPRICE</font></b></font></p>
                    </div>
                    </td>
                </tr>
                <tr valign="middle" align="left">
                  <td height="21" valign="baseline" colspan="2">&nbsp;</td>
                </tr>
                <tr valign="bottom"> 
                  <td height="23" valign="top" width="44%">NETQUOTEVAR:EXTINFOBUTTON</td>
                  <td align="right" valign="top" width="56%">NETQUOTEVAR:VARIANTADDTOCARTBUTTON</td>
                </tr>
              </table>
            </td>
          </tr>
        </table>
      Trying to squeeze my moneys worth out of V7 - but not for much longer!

      Comment


        #4
        NETQUOTEVAR:PRODUCTPRICE calls Act_ProductPrice.html and it's there that you'll need to make changes as it contains CSS that will override your HTML.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Thanks again Norman.
          Trying to squeeze my moneys worth out of V7 - but not for much longer!

          Comment

          Working...
          X