no1Infinity
Junior Member
Posts: 2
Registered: 5/25/2003
Member Is Offline
|
| posted on 5/25/2003 at 03:59 PM |
|
|
adding menu to a blank page
I'm not knowledgeable about html, I've downloaded my files, but I don't know how to insert them into my page, I've read all of the
questions on here, and I'm still clueless. I had inserted them all into my page, but nothing showed up . . .this is very frustrating. I'm
wanting to add the menu to a new page, then I'll go from there. . . .HELP . . .also . . .when I downloaded my menu files, the index.html
doesn't show my menu at all, but links to different areas in softcomplex . . .the lower left of the page shows a little error sign, when clicked,
the message says done but with errors on page (Line: 7 Char: 39 Error: Expected hexadecimal digit Code:0 ;Line:41 Char:2 Error:
'MENU_ITEMS' is undefined Code:0 ;
|
|
|
tigra
Administrator
Posts: 1984
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/26/2003 at 08:36 AM |
|
|
inserting Tigra Menu into your page
1. Extract menu_builder_results.zip
2. Copy all menu related files (except index.thml) to directory of your site
3. Copy all menu related code from index.html to pages of your site
|
|
|
tigra
Administrator
Posts: 1984
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/26/2003 at 08:42 AM |
|
|
Error: Expected hexadecimal digit
This error can show up in preview mode and in saved results when you use local computer or local network paths slashes (\). Such slash together with
next characted in address makes another meaning to JavaScript.
We'll add extra code to builder that will automatically escape those characters, meanwhile you should manually replace all slashes (\) with
double-slashes (\\) in your configuration.
|
|
|