Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Nov 2006
    Posts
    88
    Plugin Contributions
    0

    Default Re: Making subcategory images all the same size?

    OK i've got my div in there now acting as a wrapper.

    Code:
    <div class="categoryListBoxContents" style="width:33%;"><div class=\"subcatimgwrap\"><a href=\"http://www.ukpipelinetools.co.uk/index.php?main_page=index&amp;cPath=6_18\"><img src="images/sub-pipethreadingtools.jpg" alt="Pipe Threading Tools" title=" Pipe Threading Tools " width="100" height="80" /></div><br />Pipe Threading Tools</a></div>

    Adding a width and a height to it dosen't do anything though, the text/images are still all over the place!

    Code:
    .subcatimgwrap img{width:100px; height:100px;}
    http://www.ukpipelinetools.co.uk/ind...=index&cPath=6


  2. #12
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Making subcategory images all the same size?

    You dont set height and width for the img, you set it for the div itself.

    here is how i would do it

    ...........
    <div class="productImage">
    <img ...../>
    </div>

    then set fixed w and h for .productImage
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v151 Making images the same size without messing them up
    By SilverHD in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Mar 2016, 10:03 PM
  2. Getting subcategory images/boxes the same size
    By stevanicus in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Nov 2010, 11:25 PM
  3. Image Handler all the same size images needed?
    By chrismaddox3d in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 20 Sep 2010, 06:10 AM
  4. forcing images to all be the same size
    By nevada in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Feb 2010, 11:21 AM
  5. Making images all the same size on the home page
    By Trish in forum General Questions
    Replies: 4
    Last Post: 30 Sep 2008, 07:03 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