Saturday, December 20, 2025

I'm sorry that sometimes things tend to load to the right where you have to be careful what link you click on

This site often does things like this and I'm not sure why. I find the format at this blogger.com site tends to lend to doing this. However, I have now had this free site since fall of 2007 and have gotten used to it. So, I haven't had to learn constantly new technology. The "Compose" feature at the time of 2007 was what got me to move to this site from geocities.com because at geocities.com at that time I had to program everything in HTML computer language which takes about 90% more time or more.

So, having an autocoder that would basically write my code for me was great because I could do things in 90% less time (and sometimes even less time than this depending upon what I'm doing.

However, I still make Links pages using only HTML Code because I find with the right template this is now very quick to do.

If you are skilled enough at HTML to write and read code then this might help. However, you have to convert this out of Compose (this code) to an HTML mode if you are here at blogger.com

In an HTML format you will see numbers along the left side of the page to denote line numbers of code and there will be red, blue, green and blue writing on this page. This is when you know you have converted to HTML code on an actual HTML page.

What I'm giving you here is code converted into something that the system will not execute until it is put into an HTML Page in an HTML format.

So, once you get to an HTML page you might take the code and key the first line into being colored automatically then duplicate that line of code using your edit function usually next to where it says File at the top left of your page. however if you don't know how to copy a line of code you could always ask the AI at google search or any other search engine that has AI how to do this. Just be very careful how you word your questions to AI because of the question is too wild it might not give you what you actually want. NOTE: Each HREF line is the link and text name of the link you are creating by the way.

the first line of code you need is:<p>&nbsp;</p>

However, that usually is automatically generated when you open an HTML page in the right format so to save you deleting a line of code I put it in this way. 

Here are the two lines of code that you need for every link on your links page at your website in HTML:

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

IF you are confused at this point copy the above code and ask an AI what it is and what it means and the AI likely can help you deal with this in a more effective way. 

I use a links page specifically so my readers know what articles have been read the most within the last 7 days or so. The links at the top of the page at my site are usually what has been read during the last month or so the most. I have nothing to do with putting the top links up because this was programmed for my site specifically by my older daughter who is a Video Editor for Documentaries and movies and things like this who is better with various computer coding than I am now at 77 years of age.

However, I taught all my children how to code in various languages and how to build their own games online starting in 1978 with my TRS-80.  

Here is some code for making a links page but not in a colored HTML format so you will have to convert it yourself for your own links page specifically on an HTML page that you call up. If you don't know how to do any of this please ask an AI online to help you. Google AI is likely the easiest one for most people because all you have to do is to ask it specific questions regarding programming using HTML code to make web pages.

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

No comments: