HOW DO I SAVE THE LINKS TO MY FILE ?
When you browse the internet you will find lots of interesting pages. What would you do with them ? ….. save the page or copy the URL ? I would rather copy and paste the URL, because it will make me easier to find the right page I want.
Here how I do it.
- Open a Microsoft Office Excel file.
- Write the name of the web page on the first column.
- Copy and paste the URL in the second column
PAGE | LINKS |
|
|
ohnie | http://my.englishclub.com/profile/Ohnie?xg_source=profiles_memberList |
anele | |
yasemin | |
shifna | |
rajesh | |
arif | |
zul | |
robbie | |
recorder | |
cosmos | http://services.flikie.com/view/v3/android/wallpapers/16794550 |
definition | |
synonym |
Click any cell in the first column, and then go to the toolbar on top of the page and click AZ Sort Ascending. You will get the following display:
PAGE | LINKS |
|
|
anele | |
arif | |
cosmos | http://services.flikie.com/view/v3/android/wallpapers/16794550 |
definition | |
ohnie | http://my.englishclub.com/profile/Ohnie?xg_source=profiles_memberList |
rajesh | |
recorder | |
robbie | |
shifna | |
synonym | |
yasemin | |
zul |
Click the link twice then press Enter Button in order to operate.
There you are. It is easier to find the page now because they are arranged in alphabetical order.
Comments
Thanks a lot. It's really very helpful. You have posted a very useful topic. Thanks again.
...but I have not explained it more yet :D :D
Lol....I'm here always and I'll give you online classes for it if you need :) :)
HTML can make your this idea more easier:
Just copy the code below and paste in Notepad and save it with .htm or .html extension. It'll will open in your default browser and you can keep it open in your one tab.
<html>
<body>
<a href="http://my.englishclub.com">EC</a> <br>
</body>
</html>
You can modify the links easily...