Announcement

Collapse
No announcement yet.

Remove duplicate of store section

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

    #16
    Can you post what is in your network settings? Remove userid and passwords first.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #17
      Hi Bill,

      These are the details - the site is in actinic trial host mode, so perhaps that might be the reason.

      CATALOG URL:
      http://trials.actinic.com/trials/tri...test/acatalog/

      CGI-BIN URL: http://trials.actinic.com/cgi-bin/

      CODEBASE: http://trials.actinic.com/codebase/

      PATH FROM CGI BIN TO ACATALOG DIRECTORY:
      SHADED BUT SAYS <PATH>/acatalog/test/acatalog

      Ignore passive transfer errors is ticked.

      The rest is either unticked or shaded.

      It says Actinic Host Mode

      TIA

      Zee
      UK Mobile Phone Accessories

      Comment


        #18
        Hi Bill,

        Further to previous posts, im trying to resolve an issue with text beside the logo on the top of the page.

        I did follow your instructions to add in to .css with:

        .toptext {
        background-color: #0080c0;
        text-align: left;
        vertical-align: middle;
        font-size: actxlarge;
        }

        and use the .toptext

        However the problem i find is the text is aligned on the far right (or at least i think thats the term) .. i did try and change it to:
        text-align: center;

        but this didnt change anything.

        Have you any idea how i can get the text to be aligned in the center as when pushed to the far left it will be to close to the end of the logo and on the right, it looks a bit odd.

        The link is:
        http://trials.actinic.com/trials/tri...cessories.html

        Thanks in advance

        Zee
        UK Mobile Phone Accessories

        Comment


          #19
          I just implemented this and rolled it out on my live site. Seems to be working fine.

          I made the logo cell width 400 and the text CUSTOMVAR (which accepts standard html markup) is left aligned at 401.
          Bill
          www.egyptianwonders.co.uk
          Text directoryWorldwide Actinic(TM) shops
          BC Ness Solutions Support services, custom software
          Registered Microsoft™ Partner (ISV)
          VoIP UK: 0131 208 0605
          Located: Alexandria, EGYPT

          Comment


            #20
            Hi Bill,

            Sorry to be a pain but what code do i enter in? and where does it need to go ... im stilla bit of a novice here. I did look in act_primary which would be the better option i think, but i dont know much else from here. I did view the source code from ur site, but again i got lost.

            Your help is appreciated .

            Zee
            UK Mobile Phone Accessories

            Comment


              #21
              Bill by the way, how have you applied the alt information for your logo ? When i hover above mine it just comes up with company name .. I would prefer to have something a little more informative.

              Thanks in advance

              zee
              UK Mobile Phone Accessories

              Comment


                #22
                This is how I programmed the customvar text
                Code:
                <BODY TEXT="NETQUOTEVAR:FGCOLOR" topmargin="0" marginwidth="5" marginheight="0" OnLoad="NETQUOTEVAR:ONLOAD" <!-- NETQUOTEVAR:BGIMAGE --> NETQUOTEVAR:BGCOLOR background="CUSTOMVAR:BGIMG" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
                <table width="775" border="0" cellspacing="0" cellpadding="0" align="Center">
                  <tr> 
                    <td align="left" width="400px" bgcolor="NETQUOTEVAR:PALCOLOR2CSS"> 
                      NETQUOTEVAR:LOGOIMAGE</td><td class="toptext" bgcolor="NETQUOTEVAR:PALCOLOR2CSS">CUSTOMVAR:SECTIONNAME
                    </td>
                  </tr>
                </table>
                and fot the ALT text - I just put it verbatim in the Act_LogoImage.html template
                Code:
                <!-- LogoImage HTML begin -->
                <!-- This file is used to build the logo image markup. -->
                
                <IMG SRC="NETQUOTEVAR:IMAGEFILE"
                	  ALT="NETQUOTEVAR:ALTERNATETEXT buy Egyptian Marble, Egyptian Granite, tiles, t shirts, loofah products, papyrus paintings, glass perfume bottles, replica figures"
                	  BORDER=0
                	  NETQUOTEVAR:IMAGEHEIGHT
                	  NETQUOTEVAR:IMAGEWIDTH
                	  NETQUOTEVAR:OTHERIMAGEMARKUP>
                
                <!-- This file is used to build the logo image markup. -->
                <!-- LogoImage HTML end -->
                Bill
                www.egyptianwonders.co.uk
                Text directoryWorldwide Actinic(TM) shops
                BC Ness Solutions Support services, custom software
                Registered Microsoft™ Partner (ISV)
                VoIP UK: 0131 208 0605
                Located: Alexandria, EGYPT

                Comment

                Working...
                X