Quote:
Originally Posted by YugiDad
<html>
<head>
<title>Yu-Gi-Oh! Card Reference</title>
</head>
<body>
<guide> <reference type="Find" title="Look Up Word" onclick= "index_search('', 'Alphabetical lookup', '', 'none')" /> </guide>
thanks for any help
|
Assuming you're looking at this page:
http://www.mobipocket.com/dev/articl...e=indexing.htm
Then (unless I've missed someting) you've got the syntax of the reference entry badly wrong.
Something like
<reference type="Find" title="Look Up Word" onclick= "index_search()"/>
seems to be what you need.