Forum Discussion
jawster
Apr 10, 2025Copper Contributor
Existing Page full of HTTP Links -- Would like to convert the links to a tabular format
Have a share point page for help with over 100 useful http links -- Its larger and less navigatable -- Is there any tool for conversion without a rebuild from scratch?
2 Replies
Sort By
- grant_jenkinsSteel Contributor
If you can copy the HTML from your page, you could try asking Copilot or Chat GPT to transform it into HTML table format and paste your HTML in there. A prompt like the following might get what you're after:
----------------
Can you transform the following HTML links into an HTML Table format including all the links.
YOUR PASTED HTML CODE----------------
- jawsterCopper Contributor
Great idea -- I am going to give this a try