« POPE 5 Home | Email msg. | Reply to msg. | Post new | Board info. Previous | Home | Next

HTML Tip: Creating a Favorite Sites Tab 

By: Decomposed in POPE 5 | Recommend this post (2)
Sat, 22 Sep 18 8:20 PM | 43 view(s)
Boardmark this board | Pope 5
Msg. 08331 of 62138
Jump:
Jump to board:
Jump to msg. #

I'm going to share a tip that some of you may find very useful. I'm sure others here will yawn or find the tip not helpful for the way they use the internet... but here goes just the same:

If you regularly visit a lot of places on the web - more than you want to set startup tabs for in your browser - you may find it helpful to create your own html page and list them all, then open it as one of the few tabs your browser has when it starts up. So instead of having 14 or more startup tabs for all the sites you use, you'd just have one that lists them all. Your browser might then look like this upon startup: (Note: This screenshot is Mozilla Firefox, but you could do the same thing with Google Chrome or Internet Explorer.)

Uploaded Image

The code isn't complicated or even very big, but it occurs to me that many just don't know enough about html to write it, or might not even know that such a thing is possible.

Below, I've provided the html code you'll need to create my startup menu. If you cut and paste this code into a text file named BrowserMenu.txt on your Windows desktop, save it, then rename the file to BrowserMenu.html (or FavoriteSites.html as I did... hope that didn't cause any confusion), you can then run it with your browser or even make it your browser's startup page.

Once you've got BrowserMenu.html on your desktop, start your browser and connect to the menu by typing in its url. In my case, the url is C:\FavoriteSites.html... but yours (if you've followed my guidance) would probably be something like C:\Users\YourName\Desktop\BrowserMenu.html

If you don't know the url for the files on your desktop, right click on the BrowserMenu.html icon and then click on Properties. Its "Location" will be listed.

Uploaded Image

<!DOCTYPE html>
<html>
<body>

<h1>News and Blogs.</h1>

<p>News Sites and Blogs I visit often:</p>
<a href="https://drudgereport.com/" target="_blank">Drudge Report</a><br>
<a href="https://www.breitbart.com/" target="_blank">Breitbart</a><br>
<a href="https://townhall.com/" target="_blank">Townhall</a><br>
<a href="https://freebeacon.com/" target="_blank">FreeBeacon</a><br>
<a href="https://www.whatfinger.com/" target="_blank">WhatFinger</a><br>
<a href="https://www.infowars.com/?content=index" target="_blank">Infowars</a><br>
<a href="http://victorygirlsblog.com/" target="_blank">VictoryGirls</a><br>
<a href="https://www.armstrongeconomics.com/" target="_blank">ArmstrongEconomics</a><br>
<a href="https://www.lewrockwell.com/" target="_blank">LewRockwell</a><br>
<br>
<p>Other Sites:</p>
<a href="http://www.atomicbobs.com/" target="_blank">AtomicBobs</a><br>
<a href="http://www.nhptv.org/schedule/" target="_blank">NH PBS Schedule</a><br>
<a href="https://weather.com/weather/hourbyhour/l/USNY0848:1:US" target="_blank">Hourly Weather</a><br>
<a href="https://weather.com/weather/tenday/l/USNY0848:1:US" target="_blank">10-Day Weather</a><br>
<a href="https://finance.yahoo.com/" target="_blank">Finance.Yahoo.com</a><br>
</body>
</html>

 
Uploaded Image




Avatar

Gold is $1,581/oz today. When it hits $2,000, it will be up 26.5%. Let's see how long that takes. - De 3/11/2013 - ANSWER: 7 Years, 5 Months


- - - - -
View Replies (1) »



» You can also:
« POPE 5 Home | Email msg. | Reply to msg. | Post new | Board info. Previous | Home | Next