Forum Discussion
iframe titles
Hi,
We are having an issue with one of our reports with the feedback given below, how can we add titles to these iframes so that they are more accessible for those useing a screenreader?
Untitled Frames states that all frames within and outside of Power BI must have sufficient labelling or titles for the report to be accessible. An example is below:
Thanks,
Will
6 Replies
- AnonymousNot applicable
Hi willatkinson ,
You can try this:
<iframe title="Sales Report" width="800" height="600" src="https://myserver/reports/powerbi/Sales?rs:embed=true" frameborder="0" allowFullScreen="true"></iframe>Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- willatkinsonHelper II
Hi Anonymous ,
Thanks for your responce, to take it back even futher, how do I get to that screen where I can edit the code?
Thanks,
Will
- AnonymousNot applicable
Hi willatkinson ,
This is written in the html framework, the main first open F12, and then you can find the preparation of ground
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.