What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

[newb question] Work project, unfamiliar with html basics

bassofkramer

New member
I have been asked to take a report that is spit out from automation and turn it into a separated series of documents so the proper teams can look at their components.

CSV is not really an option because the fields vary drastically. So I though maybe HTML would be easier. There is a start and ending marker for each section of the report:

**
*
*Start:
*
**

**
*
*End:
*
**


Is there a way to take the document and separate everything that is in between these points into their own document? Where do I begin with that? I'd like to have one page with links that direct to each one of these sections. The next step will be for those links to be named the title
 
Back
Top