Drag n Drop links/URLs

For general web development questions that are not specifically related to CSS HTML Validator. This includes (but is not limited to) general HTML, CSS, Accessibility, JavaScript, and SEO questions.
Post Reply
rhendrix9
Rank 0 - Newcomer
Posts: 2
Joined: Wed Oct 31, 2007 11:04 am
Location: Atlanta, GA

Drag n Drop links/URLs

Post by rhendrix9 »

I have a large HTML page of links, that I want to split up. (several thousand links)
The links are just one after the other, one link per line, and in no order or grouping.

I want to group or categorize the listing. Going through the code would take too long. I was thinking maybe drag and drop, i could make a separate page for each category, drag from one page to the next. I want to preserve the link and title.

Actually cleaning the code to the bare essentials might be nice too.

Anyone got any ideas.

Thanks
JohnieB
Rank 0 - Newcomer
Posts: 1
Joined: Sat Jul 13, 2013 1:35 am

Re: Drag n Drop links/URLs

Post by JohnieB »

You can group link using map. But am not sure where your links are. however you can check this link for some idea http://www.w3.org/TR/WCAG20-TECHS/H50.html
<map title="Navigation Bar">
<p>
[<a href="home.html">Home</a>]
[<a href="search.html">Search</a>]
[<a href="new.html">New and highlighted</a>]
[<a href="sitemap.html">Site map</a>]
</p>
</map>
I also found a post about removing a large list of urls from a pdf file here http://www.techyv.com/questions/how-rem ... s-pdf-file.
rhendrix9
Rank 0 - Newcomer
Posts: 2
Joined: Wed Oct 31, 2007 11:04 am
Location: Atlanta, GA

Re: Drag n Drop links/URLs

Post by rhendrix9 »

What I am actually interested in, is an easy way to physically move a link from one page to another.

Sorry, but I'm an old notepad kinda coder and not up with all the visual editors which can probably easily accomplish this task.
Robert Hendrix
Post Reply