Thread: Two Logo's?

Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    help question Two Logo's?

    I'd like to add a second logo (Made in the U.S.A.) to select categories and/or sub-categories.

    Any pointers on how to go about it?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Two Logo's?

    Where do you want this 'logo' to appear ?

  3. #3
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Two Logo's?

    Opposite of the the existing Mfg. or sub cat. logo.

    http://www.seriousoffroadproducts.com/Wheels/TrailReady

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Two Logo's?

    It would be very easy to slot it UNDERNEATH the cat image.

    All you need do is start the category description with an <img src="xxxxxxxxxxxxx" /> codeblock.
    20 years a Zencart User

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Two Logo's?

    And you can position the image/content exactly where you want by wrapping it in a div or span with id or just giving the image an id so that a stylesheet rule can affect it uniquely. <img id="madeInUSA" src="xxxxxx.gif" />
    #madeInUSA {position: absolute; top: 23px; right: 23px;} and a position: relative; on the containing element (such as .centerColumn{position: relative;} ) might be the easiest way to handle it. Of course you would adjust the dimensions as desired.
    Last edited by gjh42; 31 Oct 2013 at 02:53 AM.

 

 

Similar Threads

  1. Replies: 6
    Last Post: 7 Sep 2013, 09:13 PM
  2. Two logo's on header
    By mnguy in forum Templates, Stylesheets, Page Layout
    Replies: 36
    Last Post: 15 Dec 2010, 08:18 PM
  3. Trust Logo, SSL Logo and Auth Net Logo
    By MagicMan in forum General Questions
    Replies: 4
    Last Post: 28 Jan 2009, 06:19 PM
  4. Logo with link... Two pages to change?
    By imagehorizons in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Sep 2008, 03:02 PM
  5. Home link and logo link to two diferent places?
    By ehm in forum General Questions
    Replies: 0
    Last Post: 22 Apr 2008, 10:50 PM

Posting Permissions

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