Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Search Engine:
CSS Related...

 

 


javidtwins
User

Feb 26, 2007, 11:50 AM

Post #1 of 3 (8230 views)
Shortcut
CSS Related... Can't Post

hi guys,

i'm trying to have my search results conform to my CSS... while it works for the most part, i need to have the actual summaries be displayed with <p class="size"> ... seemingly just putting this next to the placeholders doesnt do the trick. The "size" class ties into the font size adjuster on this page, and if you click on the font size adjuster (upper right), you will see that everything increases and decreases for the exception of the summary area.

http://www.healthycomputing.com/cgi-bin/search/exec/search.cgi?search=keyboard&perform_search=GO&rows=10&skin=search_results.html

any ideas?

thanks,
kevin


ross
Staff / Moderator


Feb 26, 2007, 4:28 PM

Post #2 of 3 (8225 views)
Shortcut
Re: [javidtwins] CSS Related... [In reply to] Can't Post

Hi Javid

Thanks for posting!

I had a look at your site and if you checkout the source of that page you linked to, the very first result sort of looks like this:


Code
<a class="size" href="http://www.healthycomputing.com/hurt.html">untitled</a><br> 
... to the side If your monitor's not directly in front of you and in line with your


So from the looks of it, there might not actually be any span tags around that block of text. Could you double check that on your template your $context$ placeholder has span tags around it?

Keep me up to date Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



(This post was edited by ross on Feb 27, 2007, 11:30 AM)


javidtwins
User

Feb 26, 2007, 7:53 PM

Post #3 of 3 (8221 views)
Shortcut
Re: [ross] CSS Related... [In reply to] Can't Post

thanks ross... that did the trick! thanks for looking into this and figuring it out. :-)

kevin