PDA

View Full Version : changing the font on the search results page


jif
17-Nov-2003, 01:40 PM
Re: Actinic V4
Can someone tell me the script, the line(s) location, and the html syntax to change the default font used in search results to arial, for example.

NormanRouxel
17-Nov-2003, 03:45 PM
You should be able to fix this by editing Act_ResultsTemplate.html (in your Site1 folder). Put e.g. <font face="arial"> after <Actinic:SEARCH_RESULTS> and </font> before </Actinic:SEARCH_RESULTS>


Norman

jif
18-Nov-2003, 02:05 AM
Thanks for the help.

Jim