I'm am hoping to be able to work locally on a Powerpages portal, to edit page layouts and CSS.
Is it possible to preview the webpage I am working on with CSS styles loaded?
Currently preview displays just the webpage itself without loading header, thus styling.
Solved! Go to Solution.
I linked the CSS files in the html file that I was editing - then removed the link before publishing. All in al it worked well.
@Xv
Are you using the Portal CLI to unpack the portal config in VS? Dont think you can view the pages locally.
You can always create static HTML pages locally - confirm the layout and structure and then cut up the HTML into your Web Template
I linked the CSS files in the html file that I was editing - then removed the link before publishing. All in al it worked well.