Announcement

Collapse
No announcement yet.

two simple questions...

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

    two simple questions...

    I'm making a Links page with Brochure using fragments. Using the default settings this makes the links quite far apart, how do I make them closer together?

    How do I change the colour (either the text or the background) of the `shopping cart running total box`, I can't seem to be able to adjust it via the colour scheme...

    Any help much appreciated,

    G.
    Football Heaven

    For all kinds of football souvenirs and memorabilia.

    #2
    Hi George
    I'm making a Links page with Brochure using fragments. Using the default settings this makes the links quite far apart, how do I make them closer together?
    Each brochure fragment is made up of a table. You can cut out some of the space inbetween the fragments by reducing the cellspacing and cellpadding. Or you could make all fragments part of the same table, i.e.

    First fragment:
    <table>
    <tr><td> ...
    </td></tr>

    Middle fragment:
    <tr><td> ...
    </td></tr>

    Last fragment:
    <tr><td> ...
    </td></tr>
    </table>
    How do I change the colour (either the text or the background) of the `shopping cart running total box`, I can't seem to be able to adjust it via the colour scheme...
    By default the background colour of the mini cart display is the text colour. You can change this by searching for ...
    <td bgcolor="NETQUOTEVAR:FGCOLORCSS">
    in the Primary template and hardcoding the colour.

    Ben
    Ben Popplestone
    Ecommerce website software

    Comment


      #3
      Thanks for that Ben. Any way I can charge the colour of the mini-cart text? The text colour of the background is dark, obviously the same at the site text colour which I would prefer not to change...

      G.
      Football Heaven

      For all kinds of football souvenirs and memorabilia.

      Comment


        #4
        I've done the table fragments as you suggest (perfect!), now I have a HUGE gap between my navigation links (which run along the top) and the first fragment.

        G.
        Football Heaven

        For all kinds of football souvenirs and memorabilia.

        Comment


          #5
          Hi George

          Can you post a URL, or if it's not live upload a screengrab?

          Ben
          Ben Popplestone
          Ecommerce website software

          Comment


            #6
            http://www.footballheaven.net/acatalog/Links.html

            If you also look at the catalog you'll see the mini-cart colour problem...
            Football Heaven

            For all kinds of football souvenirs and memorabilia.

            Comment


              #7
              There seems to a lot of double <br> tags inbetween table rows. Can you find and delete any <br> tags at the beginning and end of fragment templates. This will remove the big gap at the top of the page.

              The mini-cart text colour can be changed in the same way as the background colour. Search for
              <font color="NETQUOTEVAR:BGCOLORCSS">
              in the Primary template and hardcode the colour.
              Ben Popplestone
              Ecommerce website software

              Comment


                #8
                Perfect answers Ben, both done and dusted.

                G.
                Football Heaven

                For all kinds of football souvenirs and memorabilia.

                Comment

                Working...
                X