Irfanview Image Editing Tutorials - Website Designers for Hertfordshire- Web Site Maintenance - Ecommerce Web Site Design Hertfordshire
Cam Web Designs - Beetle by Faye Hindley

Quick Contact:

If you would like further information on any of Cam Web Designs services please feel free to contact us either by phone, email or the quick contact form shown below.

Telephone: 07969 860 109

Email: info@cam-web.co.uk



Cam Web Designs - Registered member of the UK Web Design Association

Cam Web Designs - Valid CSS
Want to learn more about website design and image editing techniques?

Checkout our Resources section....

Resources - Zoom Search Engine Tutorials - Applying CSS to Search Results

This section is just to give you a brief introduction in to applying CSS to Zoom, it is in no way a CSS lesson.

A full list of the classes used to identify the various sections of the Zoom layout can be viewed on page 93 of the Zoom user guide which can be downloaded from:

http://www.wrensoft.com/zoom/usersguide.html

Or you can just look at the source code of your search results page in order to identify which area you would like to modify. Using a source viewer such as HTML Beauty makes this really easy to do as the code is highlighted, making it a lot easier to view than the normal notepad window that opens when you view source in IE.

Tip:
To view the source code of your search results page open the page in IE then go to 'View' on the menu bar and chose 'Source' the code that the template is based on is then displayed in a notepad window, or a Html Beauty window if you have installed it. (In order to view source the search engine files must be uploaded to your server, you can then view the page live)

Here are the CSS styles that I applied to my search results page:

Zoom Search Engine Styles

In order to apply a different text size from the main content of my website and also a different link rollover, I wrapped the <!--ZOOMSEARCH--> on the template page in a div with an id of zoomResults. This then allowed me to specify exact requirements for how the font and links will appear for all content within that div.

The image below shows the areas that I have applied the above CSS to:

Zoom Search Engine - CSS Areas

 

Resources - Zoom Search Engine Tutorials - Applying CSS to Search Results