PDA

View Full Version : inconsistant layout with images


listedgreen
08-06-2007, 04:03 PM
I am getting an inconsistant layout on my search results page.
All have images in the correct position, but some text results appear underneath the image and some get displayed to the right.
What can I do to show the text on the right all the time?

Ray
08-07-2007, 12:48 AM
This is more of a HTML/CSS issue - Zoom does not vary the displaying of images alongside search results - the HTML output is always the same. I suspect you may have the search results within a table or a div section with a limited width, and the images are wrapping around when the text (or the image) is too long. There are CSS methods to prevent wrapping, but your best bet might be to specify width attributes to your results and/or use positioning CSS. If you need further help, please provide a URL to the search page in question so we can see what you mean.