If you’re like me you find a girl in a gallery and you just can’t bring yourself to hitting that "x" button in fear of never being able to find her again. or maybe it’s just a single picture that drives you wild.
Well yeah, there’s always the bookmark system in your web browser but unfortunately you spend more time going through them finding the pictures and galleries than spending time enjoying the snippet you bookmarked.
I have a solution… and it’s a really fun project too.
I’m going to teach you a little bit of HTML so you can make a shrine of your own to display those amazing pictures and detailed links for your bookmarked galleries and pages! Just follow these simple steps.
1. First off create a directory on your hard drive. Lets call it "XXX".
2. Open notepad and save the blank page as "index.html" in the "XXX" folder.
3. Start dumping any link you find in this page. Each link having it’s own line.
4. Now lets create a link out of it.
Lets say the url is http://bitching-galleries.com/blog/perfect-woman/perfect-woman-princessa.htm
Now take that url and add <a href=" before it. After it put ">
Right after the "> write text that explains in detail what the gallery is. Lets use Huge Perfect Tit Babe Outdoors as the text.
Next add </a><br> after it.
Example: < a href="http://bitching-galleries.com/blog/perfect-woman/perfect-woman-princessa.htm">Huge
Perfect Tit Babe Outdoors</a><br>
It will look like this once you open the file in your browser:
Huge Perfect Tit Babe Outdoors
5. Keep adding links like this until you have more than you know what to do
with.
Now to deal with all those single images you are dealing with.
When you find one you like just "right click" and "save image as" to the "XXX" folder.
Load the index.html file in notepad again and at the bottom start adding your pictures like this:
1. lets say the file name is "perfect-woman-3.jpg" add that on it’s own line.
2. add <img src=" before it and add </img><br> at the end of it. It will then look like <img src="perfect-woman-3.jpg</img><br>
3. Add each picture you have like this on it’s own line and before you know it you will have your own personal little web page that only you can see whenever you want to enjoy your snippets and pictures :)














