Announcement

Collapse
No announcement yet.

How to put images in footer

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

  • How to put images in footer

    I have been using Soho to build my webpage. I want to put images with link in the footer just next to copy right how can I put it ?
    Chitra B. Gurung
    EVERGREEN Tours,
    Kathmandu, Nepal
    www.egtours.com

  • #2
    Re: How to put images in footer

    Youd have to edit the template and put it in there.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

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

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      Re: How to put images in footer

      Thank you Karen.

      I tried to put but I afraid where to put in the HTML code. if possible I want to put 4-5 images with link.

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>#PAGENAME#</title>
      <link href="custom.css" rel="stylesheet" type="text/css" />
      <script language="JavaScript" src="motionpack.js"></script>
      <!--[if IE]><style type="text/css">
      img { behavior: url("#template_path_full_url#/pngbehavior.***"); }
      </style><![endif]-->
      </head>

      <body onLoad="slideup('featwrapper');">
      <div id="headwrapper">
      <div id="head" class="clearfix">
      <div id="logo_box"><a href="/index.php?pr=Home_Page"><img id="logo" width=322 height=118 src="images/_userimg-logo.png" alt="Home" border="0" /></a></div>
      <div id="tagline"><img width=468 height=60 src="images/_userimg-ad_banner.png" alt="Home" border="0" /></a></div>
      </div>
      </div>
      <div id="trimbar"></div>
      <div id="featwrapper" style="display: none; overflow: hidden; height: 124px;">
      <div id="feat" class="clearfix">
      <div id="featleft">#NEWSBOX#</div>
      <div id="featright">#PROMOTXT1#</div>
      </div>
      </div>
      <div id="navwrapper">
      <div id="nav" class="clearfix">
      <div id="signup"><a href="javascript:;" onmousedown="toggleSlide('featwrapper');"><img src="images/hide-show.png" alt="Toggle the banner up or down" width="110" height="27" border="0" style="border: 0;" /></a></div>
      <div id="mainnav">#HMAINS#</div>
      </div>
      </div>
      <div id="contentwrapper">
      <div id="maincontent" class="clearfix">
      <div id="subnav">#VSUBS# </div>
      <div id="content"><div id="date">#AUTODATESTAMP#</div>#CONTENT#<a href="index.php?pr=Terms_and_Conditions">Terms & Conditions</a>
      | <a href="index.php?pr=Privacy_Statement">Privacy Statement</a>
      </div></div>
      </div>
      </div>
      <div id="footerwrapper">
      <div id="footer">#COPYRIGHT#</div>
      </div>
      </body>
      </html>
      Chitra B. Gurung
      EVERGREEN Tours,
      Kathmandu, Nepal
      www.egtours.com

      Comment


      • #4
        Re: How to put images in footer

        <div id="footerwrapper">
        <div> your images, </div>
        <div id="footer">#COPYRIGHT#</div>
        </div>
        You would have to expand this area...and add them here ...also use a new div tag to house them...

        Karen

        VodaHost

        Your Website People!
        1-302-283-3777 North America / International
        02036089024 / United Kingdom
        291916438 / Australia

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

        Top 3 Best Sellers

        Web Hosting - Unlimited disk space & bandwidth.

        Reseller Hosting - Start your own web hosting business.

        Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


        Comment


        • #5
          Re: How to put images in footer

          Thank you Karen,

          If I have 4 images and want put links on it how can I manage it ? Also each image has to be in different line or seprate line for each image. ie

          <div my image1 div > <div my image 2 div > or

          <div my image1 div >
          <div my image2 div >
          Chitra B. Gurung
          EVERGREEN Tours,
          Kathmandu, Nepal
          www.egtours.com

          Comment


          • #6
            Re: How to put images in footer

            You would just need one div tag.. and you would html code them. What exactly are you trying to do? Show cc info etc? You dont want those in the footer anyway as it will trigger security popups durning checkout on ssl

            Karen

            VodaHost

            Your Website People!
            1-302-283-3777 North America / International
            02036089024 / United Kingdom
            291916438 / Australia

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

            Top 3 Best Sellers

            Web Hosting - Unlimited disk space & bandwidth.

            Reseller Hosting - Start your own web hosting business.

            Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


            Comment


            • #7
              Re: How to put images in footer

              I just want to do footer as in the site www.alaskaheritagetours.com
              Chitra B. Gurung
              EVERGREEN Tours,
              Kathmandu, Nepal
              www.egtours.com

              Comment


              • #8
                Re: How to put images in footer

                I would line them up as one image and insert one image..instead of four

                Karen

                VodaHost

                Your Website People!
                1-302-283-3777 North America / International
                02036089024 / United Kingdom
                291916438 / Australia

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

                Top 3 Best Sellers

                Web Hosting - Unlimited disk space & bandwidth.

                Reseller Hosting - Start your own web hosting business.

                Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


                Comment


                • #9
                  Re: How to put images in footer

                  Originally posted by chitragurung View Post
                  Thank you Karen,

                  If I have 4 images and want put links on it how can I manage it ? Also each image has to be in different line or seprate line for each image. ie

                  <div my image1 div > <div my image 2 div > or

                  <div my image1 div >
                  <div my image2 div >
                  None of these are correct.. are you asking me for the codes? or what?

                  <div>
                  <img src="http://www.yoursite.com/images/imagename.jpg">
                  </div>

                  VodaHost

                  Your Website People!
                  1-302-283-3777 North America / International
                  02036089024 / United Kingdom
                  291916438 / Australia

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

                  Top 3 Best Sellers

                  Web Hosting - Unlimited disk space & bandwidth.

                  Reseller Hosting - Start your own web hosting business.

                  Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


                  Comment


                  • #10
                    Re: How to put images in footer

                    Yes I was looking for the exact html code.

                    so for 4 images I have to put following code 4 times ?

                    <div>
                    <img src="http://www.yoursite.com/images/imagename.jpg">
                    </div>
                    Chitra B. Gurung
                    EVERGREEN Tours,
                    Kathmandu, Nepal
                    www.egtours.com

                    Comment


                    • #11
                      Re: How to put images in footer

                      Yes...and you might have to add more code to line them up correctly like line breaks or paragraph breaks. Personally.. id probably line them up in a table.

                      Karen

                      VodaHost

                      Your Website People!
                      1-302-283-3777 North America / International
                      02036089024 / United Kingdom
                      291916438 / Australia

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

                      Top 3 Best Sellers

                      Web Hosting - Unlimited disk space & bandwidth.

                      Reseller Hosting - Start your own web hosting business.

                      Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


                      Comment


                      • #12
                        Re: How to put images in footer

                        I tried but it went out of main content area. So, I stop. I think I put in wrong place. I am trying.
                        Chitra B. Gurung
                        EVERGREEN Tours,
                        Kathmandu, Nepal
                        www.egtours.com

                        Comment


                        • #13
                          Re: How to put images in footer

                          Well yes its going to resize things because you are trying to put it all in that little band..so you are going to have to adjust something..or add a row to the table for the pictures..and you might even have to make a couple of images or add background colors to match up and even up your template for the adjusted spaces. Thats why i suggested you make a banner out of the 4 pics and just size it down and add one pic.

                          Karen

                          VodaHost

                          Your Website People!
                          1-302-283-3777 North America / International
                          02036089024 / United Kingdom
                          291916438 / Australia

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

                          Top 3 Best Sellers

                          Web Hosting - Unlimited disk space & bandwidth.

                          Reseller Hosting - Start your own web hosting business.

                          Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


                          Comment


                          • #14
                            Re: How to put images in footer

                            Thank you. Actually my images were not that big but it went out of order. I do not know in which particular place I should paste the code I prepared.

                            I made following code with front page and I wanted to put just next to copyright text. But when I paste the following code in, images goes far left of browser not in layout area.

                            <body>

                            <table border="0" width="400" id="table1">
                            <tr>
                            <td>
                            <img border="0" src="http://www.egtours.com/images/85px-Coat_of_arms_of_Nepal_svg.png" width="88" height="74"></td>
                            <td>
                            <img border="0" src="http://www.egtours.com/images/iata-accredagent-cmyk.png" width="224" height="74"></td>
                            <td>
                            <img border="0" src="http://www.egtours.com/images/natalogo-2.png" width="74" height="74"></td>
                            <td>&nbsp;</td>
                            <td>&nbsp;</td>
                            </tr>
                            </table>

                            </body>
                            Chitra B. Gurung
                            EVERGREEN Tours,
                            Kathmandu, Nepal
                            www.egtours.com

                            Comment


                            • #15
                              Re: How to put images in footer

                              Thats because 1.) you inserted a WHOLE page. You dont want the body statement, 2.) you added 400 pixels in an additional table, so you had a nested table and widened the whole cell to an additonal 400 pixels. Instead.. you need to split the cells already contained in the table and thats why i sugessted using a div(css) layout instead.

                              Modifying this area may involve more than just smacking the code in there, and I cant tell you absolutely without using your template complete with all your modifications already incorporated to know. All i can say is keep trying..or else make it a custom include and just drop it on the bottom of the pages you want it to appear on.

                              Karen

                              VodaHost

                              Your Website People!
                              1-302-283-3777 North America / International
                              02036089024 / United Kingdom
                              291916438 / Australia

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

                              Top 3 Best Sellers

                              Web Hosting - Unlimited disk space & bandwidth.

                              Reseller Hosting - Start your own web hosting business.

                              Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


                              Comment

                              Working...
                              X