How to add line breaks in WordPress
This post shows how to add line breaks in WordPress. There are two ways add line breaks. Shift+Enter in visual mode or by adding <br /> in HTML mode. When you hit Enter on your keyboard, it starts a new paragraph. Shift+Enter will add a line break. See example...
How to concatenate cells in Excel
This post shows how to concatenate cells in Excel. concatenate() function concatenates cells =concatenate(A1,A2) Suppose we have the following data: The & operator can be used to concatenate cells. The following image show the result of =A1&B1: concatenate function can also be used; =concatenate(A1,B1) Quoted text can be used...
How to strikethrough text in Excel
This post shows how to strikethrough text in Excel. Select cells and press ctrl+shift+F simultaneously. You will see the format cells window. Click to check Strikethrough and click on OK. You should see the following: Related Articles:...
How to merge and unmerge cells in Excel
In this post, you will learn how to merge and unmerge cells in Excel. Select cells and then click on Home tab in the menu followed by Merge and Center in the Alignment section of the ribbon. Click on Unmerge to unmerge the cells. Following are detailed step-by-step instructions:...
How to create a new team
This post shows how to create a new team in Microsoft Teams. To create a new team in Microsoft Teams, go to Teams > Join or create teams > Create a team. For detailed instructions, continue reading. Anyone with sufficient permissions can create a team in Microsoft Teams. A...
How to remove author and date from WordPress posts
This post will show you how to remove author and date from your WordPress posts using additional CSS. To remove author and date, add additional CSS that sets .entry-meta to display: none. Then click on publish. If this was confusing, follow the step-by-step instructions below: 2. Go Click on...
How to join a team
This post will show you how to find and join an existing Microsoft Teams team. To join a team, simply click on the Teams icon and then on the “Join or create team icon”. Then simply click on the team you wish to join. In Microsoft Teams, a group...