Announcement

Collapse
No announcement yet.

Fragment Layout (Image Only)

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

    Fragment Layout (Image Only)

    Its my first post, im new to actinic, here goes!

    Actinic Catalog V11

    Im wanting to use Fragment images on my home page.

    I want to have 3 Fragments on a single Row, all set to Image Only.

    I have set the "Column count for brochure Fragment" to 3

    But heres my problem, between each fragment is a huge space! How do i make it "Tight" between each fragment?

    #2
    Welcome to the community David.

    We will need to see the page and code - do you have a URL?

    Comment


      #3
      Im having trouble uploading at the moment for the first time. The upload goes through, but its still not showing at the URL I dont get any error messages or anything, Actinic support set the network settings up too!

      Would a screen shot work?

      And where would you like me to copy the code from?

      Comment


        #4
        I think you should fix the uploading first - a screen shot might not help much.
        Do you get errors when you do a network test?

        Comment


          #5
          Originally posted by Duncan Rounding View Post
          I think you should fix the uploading first - a screen shot might not help much.
          Do you get errors when you do a network test?
          Here are the results from the test Duncan;

          Actinic Mail Test completed successfully
          server: passed
          connection: passed
          sockets: passed
          communications: passed
          authorisation: passed
          message: -

          Then i get this;

          Your Catalog URL appears to be invalid. The files uploaded to the given 'Path from cgi-bin to online store folder', can not be downloaded via the browser on the given Catalog URL. These two access routes don't point to the same destination on the server.

          My URL is set too "http://www.roofingwarehouse.co.uk/acatalog/" Without the quotes.

          Comment


            #6
            I suggest you export the network settings to a text file, remove the passwords, then post the settings together with who your host is and what package you have etc in the forums here: http://community.actinic.com/forumdisplay.php?f=9

            Please also read the sticky posts at the top of that forum.

            Comment


              #7
              Originally posted by Duncan Rounding View Post
              I suggest you export the network settings to a text file, remove the passwords, then post the settings together with who your host is and what package you have etc in the forums here: http://community.actinic.com/forumdisplay.php?f=9

              Please also read the sticky posts at the top of that forum.
              Yea ok i will do, seeing as Phone support do not work weekends! Lol

              Comment


                #8
                http://i42.tinypic.com/maj7s8.jpg

                The images are 200 wide, so its should fit if they were tight together

                Comment


                  #9
                  Check the styling using Firefox with the Firebug add-in and Inspect.

                  Comment


                    #10
                    Impossible to reliably diagnose without seeing the live code, looks like some sort of margin applied to the image to me or a width has been wrongly applied to the table cell <td>.

                    Comment


                      #11
                      Where would you want me to copy the code from? (Newbie remember)

                      Comment


                        #12
                        Originally posted by leehack View Post
                        Impossible to reliably diagnose without seeing the live code, looks like some sort of margin applied to the image to me or a width has been wrongly applied to the table cell <td>.
                        <td valign="top">
                        <table cellspacing="0" cellpadding="10" border="0" width="100%">
                        <tbody>
                        <tr>
                        <td align="center" valign="top">
                        <img border="0" width="200" height="220" alt="Test" title="Test" src="file:///C:/Users/Dave/Documents/Actinic v11/Sites/Site1/DETAIL-KIT-HOME.png">
                        </td>
                        </tr>
                        </tbody>
                        </table>
                        </td>

                        Comment


                          #13
                          Cellpadding can change from 10 to 0 for starters, that won't be all of the problem though, something else is happening.

                          Comment


                            #14
                            Originally posted by leehack View Post
                            Cellpadding can change from 10 to 0 for starters, that won't be all of the problem though, something else is happening.
                            I might just leave it to 1 Fragment column for now lol!

                            Unless you fancy some remote assistance? :P

                            Comment


                              #15
                              I'm already providing remote assistance aren't I lol? Get the site live so live code can be seen, much easier then. Design - library to open up the fragment layout and adjust it.

                              Comment

                              Working...
                              X