Announcement

Collapse
No announcement yet.

Extended Information

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

    Extended Information

    Hi

    Can anyone tell me whether I can add a border purely to a product image in a pop up, instead of around the whole table as is the result of changing "border = 0" to "border = 1" in "Extended Information" in "Template Manager"?

    Thanks

    Sarah

    #2
    You'd add the Border to the line in Act_ExtendedInfo.html

    <IMG SRC="NETQUOTEVAR:INFOIMAGE" WIDTH=NETQUOTEVAR:INFOIMAGEWIDTH HEIGHT=NETQUOTEVAR:INFOIMAGEHEIGHT>


    i.e.

    <IMG border=1 SRC="NETQUOTEVAR:INFOIMAGE" WIDTH=NETQUOTEVAR:INFOIMAGEWIDTH HEIGHT=NETQUOTEVAR:INFOIMAGEHEIGHT>

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

    Comment


      #3
      Hi there,

      What you need to do is open the extended info template (Advance | Template Manager | Section | Extended Info) and locate the line below;

      <img src="NETQUOTEVAR:INFOIMAGE" width=NETQUOTEVAR:INFOIMAGEWIDTH height=NETQUOTEVAR:INFOIMAGEHEIGHT>

      and change this to read

      <img src="NETQUOTEVAR:INFOIMAGE" width=NETQUOTEVAR:INFOIMAGEWIDTH height=NETQUOTEVAR:INFOIMAGEHEIGHT border="1">

      Hope this will help
      Thank You
      Menar Khan

      Comment


        #4
        Hi Menar

        Thanks for that. I've tried to change the template (as below). Not sure if I've done something wrong, but the image is still 'borderless'.

        Thanks

        Sarah


        <HTML>
        <HEAD>
        <Actinic:WINDOW WIDTH="400" HEIGHT="350"/>
        <TITLE>NETQUOTEVAR:PAGETITLE NETQUOTEVAR:PAGEHEADER</TITLE>
        <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
        <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
        <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
        </HEAD>
        <BODY NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR text="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
        <TABLE BORDER=0 cellpadding="5" cellspacing="0">
        <TR>
        <TD rowspan="3" align="center" valign="top">
        <img src="NETQUOTEVAR:INFOIMAGE" width=NETQUOTEVAR:INFOIMAGEWIDTH height=NETQUOTEVAR:INFOIMAGEHEIGHT border="1">


        </TD>
        <TD valign="top"> <b><font face="arial">NETQUOTEVAR:PRODUCTNAME</font></b><br>
        <font face="arial" size="-1">NETQUOTEVAR:PRODUCTREF </font></TD>
        </TR>
        <TR>
        <TD valign="top"><font face="arial" size="-1">NETQUOTEVAR:INFOTEXT</font></TD>
        </TR>
        <TR>
        <TD valign="top">
        <script language="JavaScript">
        <!--
        if (window.name != "ActPopup")
        {
        document.write('<FONT FACE=ARIAL SIZE=-1>NETQUOTEVAR:CLOSELINK</FONT>');
        }
        else
        {
        document.write('<FONT FACE=ARIAL SIZE=-1><A HREF="javascript:window.close();">NETQUOTEVAR:CLOSELABEL</A></FONT>');
        }
        window.focus();
        //-->
        </script>
        </TD>
        </TR>
        </TABLE>

        </BODY>
        </HTML>

        Comment


          #5
          Hi there,

          This could be due to a different template being used for the Extended info for that particular product.

          Please double click on the product that is using the extended info, go to the 'Extended Information' tab, click on the edit button besides the Layout drop down list and then apply the same changes as mentioned earlier.
          Thank You
          Menar Khan

          Comment


            #6
            Thanks Menar

            Worked like a dream!

            Regards

            Sarah

            Comment

            Working...
            X