How to move ms display from LHS to RHS

Viewed 675

The little bubble that shows the ms taken to display the page. How can I configure it to display in the RH corner instead of the LH corner.

Have tried access setting via global.asax.

Was able to trial it by changing the source from

<div class="profiler-results left"></div>

to

<div class="profiler-results right"></div>

thanks

1 Answers
Related