Announcement

Collapse
No announcement yet.

html on popup page

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

    html on popup page

    Does anyone know if it is possible to write your own html in each pop-up page.

    ie for each product instead on writing a product description in the extended info box I want to write product specific html
    David Mawson
    Phoenix Trading

    http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

    #2
    Try using the Actinic "embedded HTML" feature in the extended info text. Just enclose your own code between "!!<" and ">!!" (without the quotes).

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      thats seems to have done the job apart from the table command which actinic appears not to like

      thanks for your help
      David Mawson
      Phoenix Trading

      http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

      Comment


        #4
        The table command should work - I've use it here

        Regards
        Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
        Visit our facebook page for the latest news and special offers from Mole End

        Top Quality Integrated label paper for Actinic and Sellerdeck
        A4 Paper with one or two peel off labels, free reports available for our customers
        Product Mash for Sellerdeck
        Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
        Multichannel order processing
        Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

        Comment


          #5
          the html that I used is the following:

          <TABLE cellPadding=5 width="100%" border=6>
          <TR>
          <TD width="28%" bgColor=#bbf1ff height=42><FONT size=4><STRONG>ITEM</STRONG></FONT></TD>
          <TD width="72%" bgColor=#bbf1ff>ONIMAX STV 2818 (BLACK)</TD>
          </TR>
          <TR>
          <TD><FONT size=4><STRONG>DESCRIPTION</STRONG></FONT></TD>
          <TD>28" VIRTUAL DOLBY PROLOGIC WIDESCREEN TV </TD>
          </TR>
          <TR>
          <TD bgColor=#bbf1ff><FONT size=4><STRONG>COLOUR:</STRONG></FONT></TD>
          <TD bgColor=#bbf1ff>SPARKLE BLACK</TD>
          </TR>
          <TR>
          <TD><FONT size=4><STRONG>RETAIL PRICE</STRONG></FONT></TD>
          <TD><STRONG><FONT color=#ff0000 size=5>£327.88</FONT></STRONG></TD>
          </TR>
          <TR>
          <TD bgColor=#bbf1ff><FONT size=4><STRONG>SPECIFICATIONS</STRONG></FONT></TD>
          <TD bgColor=#bbf1ff> <UL>
          <LI>16:9 Widescreen
          <LI>70cm/66cm visible
          <LI>28" Tube
          <LI>Nicam stereo
          <LI>Virtual dolby surround sound
          <LI>2 X 20 watt pmp power output
          <LI>Child lock
          <LI>2 scart sockets
          <LI>99 channel memory
          <LI>Teletext </LI>
          </UL></TD>
          </TR>
          <TR>
          <TD bgcolor="#FFFFFF"><FONT size=4><STRONG>PACKAGE CONTENCE</STRONG></FONT></TD>
          <TD bgcolor="#FFFFFF"> <UL>
          <LI>HANDSET
          <LI>MANUAL </LI>
          </UL></TD>
          </TR>
          <TR>
          <TD bgcolor="#bbf1ff"><FONT size=4><STRONG>CONDITION</STRONG></FONT></TD>
          <TD bgcolor="#bbf1ff">AS NEW &amp; BOXED</TD>
          </TR>
          <TR>
          <TD><FONT size=4><STRONG>RESERVE PRICE</STRONG></FONT></TD>
          <TD>&pound;130</TD>
          </TR>
          </TABLE>


          and i put !! in front and !! at end
          David Mawson
          Phoenix Trading

          http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

          Comment


            #6
            You need to put !!< and >!! around it rather than !! and !! - i have just tried that HTML in a test product here and worked.

            Regards
            Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
            Visit our facebook page for the latest news and special offers from Mole End

            Top Quality Integrated label paper for Actinic and Sellerdeck
            A4 Paper with one or two peel off labels, free reports available for our customers
            Product Mash for Sellerdeck
            Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
            Multichannel order processing
            Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

            Comment


              #7
              A minor point

              Your <LI> tags are not properly terminated. Each <LI> should be terminated with a </LI> tag; not just the last one in a list.

              This probably won't affect whether or not the lists display properly in IE but it could be an issue for other browsers.
              Chris Brown

              Comment


                #8
                thanks for your help

                the html code was created in dreaweaver mx so blame them for the <LI> tag mistake
                David Mawson
                Phoenix Trading

                http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

                Comment

                Working...
                X