Our teachers use an "about me" block. I have uploaded their picture and linked it to a document that provides information about the teacher. I would like the document linked to the picture to open in a new window or in a pop-up window. It is currently downloading the document for parents/students to view.
Any ideas on how to display this information without it downloading the document?
Thank you for posting your query on PowerSchool Community!
To open the document link that you have mentioned in teacher's profiles, you will have to add target="_blank" to the HTML code. You can do that by clicking on Edit block > switch to HTML by clicking </> Source button and add target="_blank" at the end of the document link where the quotation mark (") closes and right before the href tag symbol (>) closes.
I have provided an example below in the image
I hope this helps address your query.