Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2009
    Posts
    24
    Plugin Contributions
    0

    Default Logo Image Border

    Hi guys

    I want to remove the image border from my logo on the header.

    In the tpl_header.php file for the logo it currently says

    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>

    I need to know where to put border="0"

  2. #2
    Join Date
    May 2008
    Posts
    250
    Plugin Contributions
    1

    Default Re: Logo Image Border

    Hi Bravo

    This is actually done in your template's stylesheet.css.

    Add the following:

    a img {border: none; }

    Note that this will change all images that are links to not have a border. Other images will keep any styling that you have now.

    Hope this helps,
    K

 

 

Similar Threads

  1. remove border around around images (not image border)
    By Otha in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 Aug 2010, 06:03 AM
  2. Problem with Logo Border
    By confettiantiques in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Jun 2009, 11:52 PM
  3. logo border problem
    By godt in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 24 Feb 2009, 11:56 AM
  4. Made logo to Image map; now white space and blue border.
    By HeathenMagic in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Dec 2007, 07:23 PM
  5. Logo border
    By Berserker in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Feb 2007, 03:14 AM

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