Publishing html to a single folder?
April 24, 2008 12:00 AM
I need help trying to publish to html in a single folder.I'm trying to take advantage of my free 100MB web page from Google, but files can only be uploaded individually...no folder structure. I've already taken the contents of the "Images" and "Media" folders, dumped them out of their respective folders and cleaned up the html files in notepad (removing references to media/ and images/).Actually, it's working fairly well...but the table of contents is displaying incorrectly. I'm sure because the ".js" files associated with the template I'm using are pointing incorrectly to files as well.There has to be an easier way...do you know how to either publish html to a single folder...or how to clean up the .js files? I don't know what to do with lines like:if (!folder.entryImg){ if (is.ns4) folder.entryImg = folder.navObj.document.images["treeIcon"+folder.id] else if (doc.images) folder.entryImg = doc.images["treeIcon"+folder.id]Thanks - Al
Discussions have been disabled for this post