Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Any ways to further customize html export?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Any ways to further customize html export?
Authored by: XSage on Feb 13, '03 01:49:50AM
You do know that you can do simple text replacement at command line, right? Just do something like:
sed 's/Helvetica/Arial/g' fn.html > fn_new.html
This works well with shell scripts, which could potentially save you a lot of time. You might also consider a style sheet, but that's a little over-board when all you may want is a simple gallery.

[ Reply to This | # ]