Sunday, October 1, 2023

If you are interested in creating a links page of most read articles for your blog site

 It would be easiest if you are here at blogger.com. However, this also can happen wherever you are posting your blog usually.

Using the Edit Functions of Copy and paste you can greatly speed up your creation of your page from a template by putting the blue or purple using your mouse over where it says "link text" and then leaving that purple or blue section and then grabbing and copying your link text wording to the link text part and then purpling or blueing out the URL section and then grabbing by copying your URL you want to leave there and copying it over to the HTML coding site.

If you are interested in doing this at your site here is some HTML code for creating your own Links page of most read articles at your site.

This is in a non-html coding site format:

<p>&nbsp;</p>
 
<a href="url">link text</a>
 
<p>&nbsp;</p>
<a href="url">link text</a>
 
 <p>&nbsp;</p>
<a href="url">link text</a>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a href="url">link text</a>
<p>&nbsp;</p>
 
<a href="url">link text</a>
 
<p>&nbsp;</p>
<a href="url">link text</a>
<p>&nbsp;</p>
 

So, you can copy this template and also make more of them before or after you move the blank coding to your HTML ready site. However, the way you know you are in an HTML ready site is that HREF will be blue and URL will be red and other things other colors like green. This is how you will actually know you are in the right format to actually run it when you compose and program it.

No comments: