rstudio / shinydashboard

Shiny Dashboarding framework
https://rstudio.github.io/shinydashboard/
Other
893 stars 298 forks source link

the title with a image associated with a url #333

Open TiphaineCMartin opened 4 years ago

TiphaineCMartin commented 4 years ago

Hi,

I would like to have not only a title but also a image that we can click on it. I would like to know how to do it.

I try that, but it does not work.

header <- dashboardHeader(
        title = "<ahref="http://myurl/"<img src="myimg.jpg" alt="myurl" width="50" height="60"> >  My Title</a>"
       )

Thanks, Tiphaine