web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :

Creating a Static header in Microsoft power pages

Akah Mandela Profile Picture Posted by Akah Mandela 445

Hey there!

So, a static header is basically a header that stays fixed at the top of a page, no matter what you're looking at. It's a great way to show off your branding, like your company logo, or to make navigation links super easy to find.

In this tutorial, I'll walk you through how to update your source code so that your header stays static. It's gonna be a breeze!

Code added 

 

 

 

<style>
 .navbar{
 position: fixed;
 width: 100%;
 }
</style>

 

 

 

 

Categories:

Tips & Tricks

Comments