This is only for those that have a good/solid grasp of skins. Your Fatty skins can use a variety of tokens...Some can be added/deleted to your skins. Here's a brief description: [% form.keywords as html %] - This tag inserts the search keywords wherever it is placed. This is an important tag for SEO. Put it in your , meta tags, h1 tag, etc. Examples: <title>[% form.keywords as html %] info

[% form.keywords as html %]

[% if search.results %] - This tag is ESSENTIAL and can NOT be removed! [% sum(search.start, 1) %]-[% sum(search.start, len(search.results)) %] of [% search.total %] - These tags show the number of results: Search results for 1-20 of 214. These tags may be removed and probably should if you are using the results to make pages, as opposed to using Fatty as a search engine. [% sum(search.start, 1) %] - This tag helps number the results. It only is useful after page 1 of the results. [% for result in search.results %] -[b]This tag is ESSENTIAL and must not be removed![/b] [% result.click %] -This tag adds the URL to the clickable link. If it is removed, the link will point to your own install of Fatty. [% result.title %] -This tag is the page title of the result and is usually placed as anchor text for the link. If you remove this tag, the link is also removed (with the way I've set up the skins). [% result.link %] - This tag posts the URL of the resource. [% for source in result.sources %] - Don't remove this tag. [% source.id %] - This tag publishes the source, such as "google" or "flickr". [Rank #[% source.index %]] - This tag publishes the rank in each resource. [Rank #1] [% result.weight as round %] - Shows the "weight" or relevancy score. Relevancy Score: 1300 [code][font color=red][Preview][/font][/code] ^ This CODE will remove the "preview" window [Open in full window] - "Open in full window" link - The code above controls the size of the preview window.