Announcement

Collapse
No announcement yet.

Anyone help with a layout issue?

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

    Anyone help with a layout issue?

    Could anyone offer me any assistance with my wonky layout issue? On my - largish screen - my site looks fine, however, if I drag the side over (dragging to resize the window) effectively making a smaller screen, some undesired things happen. The sidebar compresses, and the nav bar and header gif's shrink. The first picture below shows what I get on my screen, and the second shows what you'd get on a smaller screen. Ideally only the margins would shrink for a smaller screen (as happens at www.footballheaven.net).

    There is some, what I believe to be, relevant code below. If it isn't a simple fix, I'd be prepared to pay someone to fix it all.

    Thnaks for any help.





    Code:
    <body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />" style="width: 80%; margin: auto;">
    <actinic:variable value="Best Seller Header Area" name="HeaderArea" />
    
    <table width="100%" align="center" cellspacing="10" cellpadding="10" border="0">
       <tr>
          <td valign="top" class="sidebar">
             <actinic:variable name="TopLevelSectionList" if="%3cactinic%3avariable%20name%3d%22IsTopSectionListIncluded%22%20%2f%3e" />
             <actinic:variable name="BestSellerListSidebar" if="%3cactinic%3avariable%20name%3d%22BestSellersListInSidebar%22%20%2f%3e" />
             <actinic:variable name="NewProductListSidebar" if="%3cactinic%3avariable%20name%3d%22NewProductsListInSidebar%22%20%2f%3e" />
          </td>
          <td valign="top" class="bulk">
             <a name="top"></a>
             <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e">
                <!-- When logged in, this gives the company name, username and a login link -->
                <Actinic:Variable Name="NowServing"/><Actinic:Variable Name="CurrentAccount"/><Actinic:Variable Name="LogoutSimple"/><br />
             </actinic:block>
             
             <div align="center">
                <actinic:variable name="HeaderFooter" value="Header Text" />
             </div>
             
             <actinic:variable name="INNERLAYOUT" />
             
             <div align="center">
                <actinic:variable name="HeaderFooter" value="Footer Text" />
             </div>
    
             <actinic:variable name="ReferrerLink" />
    
          </td>
          <td valign="top" class="sidebar">
             <actinic:variable name="QuickSearchBar" /><br />
             <actinic:variable name="ShoppingCartSummary" />
             <actinic:variable name="BestSellerListSidebar" if="%3cactinic%3avariable%20name%3d%22BestSellersListInSidebar%22%20%2f%3e" />
              <!-- credit debit logos --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr>
    <tr><td align="center"><a href="#" onclick="javascript:window.open('https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=300, height=350');"><img  src="C:\Users\Brad\Documents\Actinic v8\Sites\Site1\Productpictures\cards-graphic3.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo -->
            
             <actinic:variable name="BestSellerListSidebar" value="Sidebar Best Sellers List With Horizontal Dividers" />
                </td>
       </tr>
    </table>

    #2
    The easiest fix would be to use the banner to control the min width of the site. Create a new one say 800 pix and see if that works - if not then play with it until the site does not compress.

    There are lots of other ways of doing it but IMO KISS

    Comment


      #3
      Hi. Thanks. I enlarged the logo to a size that could be considered more of a 'banner', and it has helped, but not fixed things altogether. I've got an ongoing fiddle thing going on, changing this, and changing that. I figure that this will eventually lead to the desire outcome.

      Do you know why <body onload="preload images doesn't have a /> after it? Just seems strange to me.

      Is KISS an acronym? Or are you just being affectionate?

      Comment


        #4
        Do you know why <body onload="preload images doesn't have a /> after it?
        HTML tags that stand on their own (like <img ... />) use the trailing slash to indicate that they're stand-alone tags.

        <body> is paired with </body> and that's where the trailing slash lives.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Thanks. Makes sense. The reason I asked is because my head area - the logo and such is now stuck on the left hand side, not central as it should be, and I'm getting an error of:

          Script error at line 36: Syntax error (2 times)

          but changing

          <body onload="PreloadImages


          to

          <body onload="PreloadImages">

          fixes it.

          Comment


            #6
            That line should be

            Code:
            <body onload="<actinic:variable value="PreloadImages" name="OnLoadScript" />">
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              KISS - Keep It Simple Stupid

              Comment


                #8
                Okay then. And there was me thinking you were expressing some deep affection

                I'm learning so much on this forum.

                Brief recap:

                RTFM = read the f*****g manual

                KISS = keep it simple stupid

                STFYC = search the forum you c**t

                Ok, I think the last one has yet to become officially recognised, but I can see it catching on.

                Comment


                  #9
                  Originally posted by Greenmind
                  STFYC
                  Get that copyrighted before Lee gets here!


                  Bikster
                  SellerDeck Designs and Responsive Themes

                  Comment


                    #10
                    Originally posted by RuralWeb
                    KISS - Keep It Simple Stupid
                    Is this "Actinic Professionals" Speak?
                    Don't think I'll bother asking a question.

                    Comment


                      #11
                      Originally posted by Philip M
                      Is this "Actinic Professionals" Speak?
                      Don't think I'll bother asking a question.
                      It's not meant offensively.
                      It's more a 'turn of phrase' than an insult.

                      See http://en.wikipedia.org/wiki/KISS_principle for the full explanation!
                      Tracey

                      Comment


                        #12
                        [QUOTE=TraceyHand]It's not meant offensively.
                        It's more a 'turn of phrase' than an insult.

                        Hi Tracey
                        Thanks for your response- The term KISS "Keep It Short and Simple" used to be used a lot in publishing and then found itself being re-translated by the Amercians about 3 years ago.
                        I think the point I was trying to make in shorthand ( possibly due to the time of day) is that over the years I have found this forum, as have many hundreds of users, to be very very useful and have been extremely grateful ( I pay £300 per year for support and have never got the right answer in 5 years), however, a lot of 'actinic-newcomers' can be put off asking a question because they do not want to be classed as 'stupid' which they aren't. . .And this does happen a lot through the various sections.
                        The reason a lot of us are here is that we are not programmers, or is it developers? and it can sometimes take 4-5 hours trawling search results when often the answer can be provided in 30 seconds.
                        Now would anyone like some advice on killing varous forms of bacteria
                        Cheers
                        Phil

                        Comment


                          #13
                          I think the point I was trying to make in shorthand ( possibly due to the time of day) is that over the years I have found this forum, as have many hundreds of users, to be very very useful and have been extremely grateful
                          If you think my comments are offensive then I find it offensive that people can spend so much time taking from the forum without ever giving anything back. There must have been many times that you read a post and thought I know the answer but I cannot be bothered to post it - KISS is not in the slightest offensive.

                          Lets see a little more help to new members from you in the future so us offensive professionals dont have to post anymore.

                          Comment


                            #14
                            Let's hope you never get a RTFM, you might have a breakdown!

                            What baffles me about posts like yours is the fact that you praise the forum so very highly, but then moan about the way in which things are handled at times. If you approach someone and ask for their paid help, you have every right to expect the transaction to pass under conditions with which you are happy to do business. If you are not paying and getting it free - expect nothing at all! Two of the oldest sayings in the world - "beggars can't be choosers" and "never look a gift horse in the mouth" ring very true here IMO.

                            It's easy to rape the forum of its knowledge and give absolutely zilch back, any pratt can do that. It's infinitely harder to play an active part and not sit on the sidelines throwing stones. Like most people, forum regulars are just normal guys and gals, they sometimes get peed off, sometimes short with people, sometimes they are very helpful, sometimes they even bite their lip and say nothing.

                            You have given nothing, taken a huge amount, yet you sit there moaning - that my friend is the attitude actually wrong with the forum. The forum exists in the real world, i know it may seem like Walton's Mountain at times with the incredible amount of free help provided, but it isn't. If you are not happy how things are, then get off your backside, join in and try to play your part in changing it. You never know Mr Wonder, you might just see a completely different story from the other side of the fence.

                            Comment


                              #15
                              Originally posted by leehack
                              Let's hope you never get a RTFM, you might have a breakdown!

                              What baffles me about posts like yours is the fact that you praise the forum so very highly, but then moan about the way in which things are handled at times.

                              It's easy to rape the forum of its knowledge and give absolutely zilch back, any pratt can do that
                              I'm sure Philip would like to thank you for illustrating his point so eloquently Lee. I think your post epitomises exactly what he's getting at.

                              If you're a newbie, and short of experience and subsequent knowledge, there's not a great deal you can give back other than a simple 'thanks'. We can't sweep the forum floor or make some cyber tea, but I'm sure we would if we could.

                              There's a certain mild 'acidity' continually hanging over this forum, of the type that I haven't experienced anywhere else. Even at the political forum I use, where passions can run very high, there is a basic understanding of the need for some level of mutual respect. Posters rarely resort to ad hominem style attacks as we do here.

                              Comment

                              Working...
                              X