Forum Discussion
willatkinson
2 years agoHelper II
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? ...
Anonymous
2 years agoNot 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.
- willatkinson2 years agoHelper 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
- Anonymous2 years agoNot 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.
- willatkinson2 years agoHelper II
Hi Anonymous, ok cool, how do I edit the html for the report, is this something done PBI desktop or PBI service?