Announcement

Collapse
No announcement yet.

blank space...

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

    blank space...

    Hi everybody,

    I'm wondering why on the spanish version of my website (http://es.ictl.com), there is blank space just on the right of the buttons "IDENTIFICACION" and "Secciones"...

    Can somebody help me?

    Thanks,
    Mathieu Perino
    ICTL - Liaisons Optiques
    Website: www.ictl.com

    #2
    Looks like the search box is forcing the column wider - try reducing the initial size of the search box and hopefully the column will shrink back to fit


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Look for <input type="TEXT" name="SS" size="15" maxsize="125" and reduce "15" down to say 12 or 10 and see if that resolves - you could also put the "OK" button on its own line - or remove altogether as hitting enter will also perform the search


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Hi,

        I still can't get rid of that problem... In my Act_Primary.html, I have the following code :

        Code:
        <tr><td valign="top"><input type="TEXT" name="COUPONCODE" size="15" maxlength="255" value="NETQUOTEVAR:COUPONCAPTION" onFocus="this.value='';this.style.background='#FFFFFF'"></td>
        <td><input type="IMAGE" name="ACTION_SEND" border="0" src="quicksearch.gif" alt="NETQUOTEVAR:COUPONACTION"></td></tr>

        Do you have any other advise?

        Thanks in advance
        Mathieu Perino
        ICTL - Liaisons Optiques
        Website: www.ictl.com

        Comment


          #5
          Hi Matt - that is the coupon code box - have you edited the Act_SimpleSearch.html template and reduced the size of the box there?

          Think that is the name of the template as away from an Actinic PC at the moment


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment


            #6
            Hi,

            Thanks for your quick reply.

            I edited the Act_SimpleSearch.html template and reduced the size of the box : unfortunately it didn't remove the blank spaces... (click here to see).

            Anything else I should try?

            Thanks...
            Mathieu Perino
            ICTL - Liaisons Optiques
            Website: www.ictl.com

            Comment


              #7
              Hi there

              Its possible it could be the Advance Search extending the box. Try moving that someplace else. If you edit your primary template, you should see the following code

              HTML Code:
              <td width="170" height="59" background="search_background.gif" align="right">
                                <a href="NETQUOTEVAR:NAVBSEARCHLINK"><font color="NETQUOTEVAR:PALBGCSS">Advanced</font></a>&nbsp;<br>NETQUOTEVAR:SIMPLESEARCH
                              </td>
              Try removing the td, so the advance search would be on the left, something like the following

              HTML Code:
              <a href="NETQUOTEVAR:NAVBSEARCHLINK"><font color="NETQUOTEVAR:PALBGCSS">Advanced</font></a>
              So its on one line.

              Please try that

              Kind Regards
              Nadeem Rasool
              SellerDeck Development

              Comment


                #8


                I'm afraid it still doesn't solve my problem... Please have a look at my page.

                I used the following code :
                Code:
                <td><a href="NETQUOTEVAR:NAVBSEARCHLINK"><font color="NETQUOTEVAR:PALBGCSS">Advanced</font></a></td>
                Any other idea will be welcome!

                Thanks,
                Mathieu Perino
                ICTL - Liaisons Optiques
                Website: www.ictl.com

                Comment


                  #9
                  It's hard to be sure, but could it be because the 'consumibles/suministros' is too long and pushes the table width out?

                  I don't know where the width of the javascript menu is controlled but you could check that this is limited to 170 (or maybe less as you have to allow for the margins of 2-3px on each side).

                  Mike
                  -----------------------------------------

                  First Tackle - Fly Fishing and Game Angling

                  -----------------------------------------

                  Comment


                    #10


                    Right on! I just had to insert a space between 'consumibles/' and 'suministros'.

                    Thanks!!
                    Mathieu Perino
                    ICTL - Liaisons Optiques
                    Website: www.ictl.com

                    Comment

                    Working...
                    X