Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2007
    Posts
    6
    Plugin Contributions
    0

    Default Static image in sidebox

    I have a image on the left side and have changed the box title to suit. But the image shows up on the right hand side in another box as well. My question is how can i 'fix' the image in one box only. I'm using the 'sidebox-banners'.

    Dave

  2. #2
    Join Date
    Dec 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Static image in sidebox

    Quote Originally Posted by Taysider View Post
    I have a image on the left side and have changed the box title to suit. But the image shows up on the right hand side in another box as well. My question is how can i 'fix' the image in one box only. I'm using the 'sidebox-banners'.

    Dave
    Have managed to do a work-around using this script
    <?php
    // -----------------------------------
    // MY CUSTOM SIDE PANEL ITEM
    // -----------------------------------

    // test if box should be displayed
    $show_CUSTOM_NAME = true;

    if ($show_CUSTOM_NAME == true) {
    ?>

    <div align="center" style="padding:5px;">
    <a target="_blank"
    href="http://www.xxxxxxx.co.uk/"><img src="images/xxxxxx.jpg"></a>
    </div>

    <?php }
    ?>

 

 

Similar Threads

  1. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7078
    Last Post: 6 May 2013, 02:18 AM
  2. Apple Zen Support Thread
    By jettrue in forum Addon Templates
    Replies: 3036
    Last Post: 26 Mar 2013, 03:35 PM
  3. Calculate Image Size Not Working
    By strobogirl in forum Customization from the Admin
    Replies: 11
    Last Post: 14 Jun 2007, 07:01 PM
  4. _LRG image displaying at Small Image size
    By sopretty in forum General Questions
    Replies: 11
    Last Post: 1 Oct 2006, 09:28 PM

Bookmarks

Posting Permissions

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