Sunday, March 28, 2021

This is the code you need to create a links page at your blog site but it has to be done in "HTML View" not compose view here at blogger.com (Blogspot)

You can copy this code over and over for as many links as you need on that page. This will create a vertical series of Word buttons or Links (as many as you create). However, if you end with the first line of code  below it might work better of <p>&nbsp;</p>

This basically creates a new paragraph and a couple of other things that will make your page work.

It's easier if you use the "edit" function of copy and paste usually at the top to the left of your page now if you are in Chrome like I am. In other formats it might be similar. You replace where it says "url" with your URL for your site you want to direct people too. Where it says "link text" you add what you want your word button or link to say in purple or blue usually on your page.

But, make sure you copy the following code into "HTML View" because it might not work in "Compose" at all for a variety of reasons. The quote marks are code so be sure to leave all marks in that are HTML code. But, you remove the little url and replace it with your URL and you replace the (link text) with what you want to call your word button or Link.

<p>&nbsp;</p>

<a href="url">link text</a>

No comments: