+ Reply to Thread
Results 1 to 20 of 20

Thread: How to put images in footer
      
   

  1. #1
    chitragurung's Avatar
    chitragurung is offline Second Lieutenant
    Join Date
    Dec 2006
    Location
    Kathmandu, Nepal
    Posts
    125

    Default 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. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default 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
    07031847328 / United Kingdom

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

    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)



  3. #3
    chitragurung's Avatar
    chitragurung is offline Second Lieutenant
    Join Date
    Dec 2006
    Location
    Kathmandu, Nepal
    Posts
    125

    Default 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

  4. #4
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default 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
    07031847328 / United Kingdom

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

    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)



  5. #5
    chitragurung's Avatar
    chitragurung is offline Second Lieutenant
    Join Date
    Dec 2006
    Location
    Kathmandu, Nepal
    Posts
    125

    Default 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

  6. #6
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default 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
    07031847328 / United Kingdom

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

    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)



  7. #7
    chitragurung's Avatar
    chitragurung is offline Second Lieutenant
    Join Date
    Dec 2006
    Location
    Kathmandu, Nepal
    Posts
    125

    Default 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

  8. #8
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default 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
    07031847328 / United Kingdom

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

    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)



  9. #9
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: How to put images in footer

    Quote 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
    07031847328 / United Kingdom

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

    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)



  10. #10
    chitragurung's Avatar
    chitragurung is offline Second Lieutenant
    Join Date
    Dec 2006
    Location
    Kathmandu, Nepal
    Posts
    125

    Default 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

  11. #11
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default 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
    07031847328 / United Kingdom

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

    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)



  12. #12
    chitragurung's Avatar
    chitragurung is offline Second Lieutenant
    Join Date
    Dec 2006
    Location
    Kathmandu, Nepal
    Posts
    125

    Default 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

  13. #13
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default 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
    07031847328 / United Kingdom

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

    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)



  14. #14
    chitragurung's Avatar
    chitragurung is offline Second Lieutenant
    Join Date
    Dec 2006
    Location
    Kathmandu, Nepal
    Posts
    125

    Default 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

  15. #15
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default 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
    07031847328 / United Kingdom

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

    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)



  16. #16
    chitragurung's Avatar
    chitragurung is offline Second Lieutenant
    Join Date
    Dec 2006
    Location
    Kathmandu, Nepal
    Posts
    125

    Default Re: How to put images in footer

    Actually, I do not know CSS. I am just trying with trial and error.

    I just want to know sample code, if possible.
    Chitra B. Gurung
    EVERGREEN Tours,
    Kathmandu, Nepal
    www.egtours.com

  17. #17
    kmakpres's Avatar
    kmakpres is offline Staff Sergeant
    Join Date
    Apr 2007
    Posts
    43

    Cool Re: How to put images in footer

    Having just dealt with a lot of template and other issues while moving my site to SOHO I can offer this advice. It is easier to work within soho than to modify the template, that being said.

    Karen suggested a custom include, I have grown to love these as it allows you to easily and quickly add information to your site. I looked at the site you listed as an example and am guessing that you want pictures at the bottom that each link to a specific page or item.

    What I would try is build a table in front page or some other page builder with a table in it and put a picture in each box of the table, if you want 5 pictures build a table 1 row X 5 column and initially set it to say 50px per box.

    Now choose the pictures you want and using something like pixresizer make them all the same size. Then insert these pictures into the table and attach the link to each one. To do this properly and not have a jumble of different colored backgrounds you need to use something like photoshop and remove the backgrounds from all the photos.

    After having completed all of this, getting the size you want set copy all the html and past it into notepad. Then save the note pad as whatever.inc. Now upload this to SOHO via file manager, then in soho go to the page you want to add this to and drag the custom inc box to the bottom of the page and select the whatever.inc file to add the row of pictures to the bottom of the page.

    Not sure of the max size of a file you do this way so if it is too large you may have to do 2 or even 3 smaller files and put the custom inc boxes side by side.

    Hope this helps and gives you some ideas.

  18. #18
    chitragurung's Avatar
    chitragurung is offline Second Lieutenant
    Join Date
    Dec 2006
    Location
    Kathmandu, Nepal
    Posts
    125

    Default Re: How to put images in footer

    If possible I want to edit from template so that I do not need to put in individual pages.
    Chitra B. Gurung
    EVERGREEN Tours,
    Kathmandu, Nepal
    www.egtours.com

  19. #19
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: How to put images in footer

    Well then you will have to resize that footer area to accomodate the images correctly.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

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

    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)



  20. #20
    chitragurung's Avatar
    chitragurung is offline Second Lieutenant
    Join Date
    Dec 2006
    Location
    Kathmandu, Nepal
    Posts
    125

    Default Re: How to put images in footer

    I will prepare code and resize to put in but I am not sure where to paste exactly in the template.
    Chitra B. Gurung
    EVERGREEN Tours,
    Kathmandu, Nepal
    www.egtours.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49