PDA

View Full Version : search results line spacing


towertrophies
29-Nov-2003, 11:34 AM
I am currently trying to find out how I can increase the line spacing in the search results. I would appreciate it if someone could give me advice on this.

:)

NormanRouxel
29-Nov-2003, 03:31 PM
Edit Act_ResultsTemplate.html and but some additional <br> or whatever near the <BR><Actinic:S_CONTINUE/> fragment.

Norman

towertrophies
06-Dec-2003, 09:07 AM
I have tried adding in more <br> but it just seems to increase the distance of the search results from the top of the page. I want to increase the spacing between the lines of search results.
Hopefully someone can help.
:confused:

NormanRouxel
06-Dec-2003, 12:05 PM
Oops. My mistake. You should put any additional <br> at the end of the line


<Actinic:S_PROP/><P>

The <p> that you see there is the one that puts the standard single new line .

Norman