I have added a drop down list in the user profile that allows the user to select a region they are in.

This has created a page that aggregates all the users in that region.
The Problem is that the user pictures are not styled and just go up the page in steps and are not in line with the username. Is there a way I can style them or hide them. I dont know what css to add or where? Can anybody help? I would be grateful.

Comments

silviojr’s picture

Maybe you should let drupal style the images for you! Use the ImageCache module (http://drupal.org/project/imagecache) to style the pictures uploaded to your website. You can create style 'copies' of the pictures uploaded (and keep the original), so you can use them in your page that agreggates all the users. It's very simple. You can process the image so it will be scaled to the size you want it to be, for example, so you will have all the pictures with the same size.