Skip to content

Commit ee86847

Browse files
000-853: alt img
1 parent 47e9b93 commit ee86847

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/en/SharePointOnline/HideTeamsPrompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ date: '2024-03-24'
1212

1313
In SharePoint, when a site is created without being associated with a Microsoft 365 group or a Microsoft Teams team, users typically encounter a teamify prompt displayed in the bottom left corner of the site interface. This prompt serves as a notification to users that the site does not have the collaborative features and functionalities associated with sites integrated with Teams or Microsoft 365 groups.
1414

15-
<img src="/articles/images/teamify1.PNG"><br/>
15+
<img src="/articles/images/teamify1.PNG" alt="hide teamify prompt"><br/>
1616

1717
<br/>
1818
<h1>Method 1</h1>

articles/en/SharePointOnline/SharePoint content type is still in use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ date: '2024-01-01'
1010
<h1>Issue description</h1>
1111
You navigate to SharePoint List -> List Settings -> Scroll down to content types -> Open a content type
1212

13-
<img src="/articles/images/Github-CTinUse1.png" width="400">
13+
<img src="/articles/images/Github-CTinUse1.png" width="400" alt="SharePoint content type error message">
1414
Click delete this content type and receive the following error message:
1515

1616
<img src="/articles/images/Github-CTinuse2.png" width="400">

articles/en/SharePointOnline/setsiteheaderPnP.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,26 @@ You can also set the position of your SharePoint Online site logo. <strong>Impor
8282
```powershell
8383
Set-PnPWebHeader -LogoAlignment Middle
8484
```
85-
<img src="/articles/images/header15.png" width="400"><br/>
85+
<img src="/articles/images/header15.png" width="400" alt="SharePoint site header"><br/>
8686
<br/>
8787

8888
```powershell
8989
Set-PnPWebHeader -LogoAlignment Right
9090
```
91-
<img src="/articles/images/header14.png" width="400"><br/>
91+
<img src="/articles/images/header14.png" width="400" alt="SharePoint site header"><br/>
9292
<br/><br/>
9393

9494
## Set Site Header Background Image
9595
```powershell
9696
Set-PnPWebHeader -HeaderBackgroundImageUrl /sites/floow1/SiteAssets/sitelogo.jpg
9797
```
98-
<img src="/articles/images/header16.png" width="400"><br/>
98+
<img src="/articles/images/header16.png" width="400" alt="SharePoint site header"><br/>
9999

100100

101101
### Set Focal Point of the Header Background Image
102102
These cmdlets work only with Extended Header Layout. They set the position of the focal point (the yellow circle that you can see in the User Interface):
103103

104-
<img src="/articles/images/header17.PNG" width="200"><br/>
104+
<img src="/articles/images/header17.PNG" width="200" alt="SharePoint site header"><br/>
105105

106106
```powershell
107107
Set-PnPWebHeader -HeaderBackgroundImageFocalX 200
@@ -110,7 +110,7 @@ Set-PnPWebHeader -HeaderBackgroundImageFocalY 2
110110

111111
Site Header Background Image after the update:
112112

113-
<img src="/articles/images/header18.png" width="400"><br/>
113+
<img src="/articles/images/header18.png" width="400" alt="SharePoint site header"><br/>
114114

115115

116116
<br/><br/>

0 commit comments

Comments
 (0)