html template as used on Master.Com

Post Reply
rjshelq
Posts: 82
Joined: Thu Nov 17, 2005 3:25 pm

html template as used on Master.Com

Post by rjshelq »

Hi,

The search setup at Master.Com allows the use of an html page template, and apparently splits the html template at the location of an "insert results" string.

I'd like to do the same in Webinator 5.1. Do you have an existing script that provides that same functionality?

Or, if not, can you outline the easiest way to implement the file splitting using Vortex?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

html template as used on Master.Com

Post by mark »

Webinator's "top" and "bottom" html are the same thing except that you have to break it out when entering instead of the program breaking it out at some key string. So you take everything that would occur before the "master.com.content" string into the "top html" box and everything after into the "bottom html" box.
Post Reply