Is there a way to position the title in front of the logo instead of under it in this code? I checked the help in RStudio for titlePanel but couldn't find any information on how to do this. Any suggestions?
shinyUI(fluidPage(
list(tags$head(HTML('<img src="http://ic.pics.livejournal.com/oddharmonic/554743/66688/66688_600.gif" border="0" style="border:2px width="10" height="10" alt="Photo of Milford Sound in New Zealand!" />'))),
div(style="padding: 0px 0px",
titlePanel(
title="University of Wisconsin-Madison Database Group", windowTitle="FML"
)
),
This is how it looks like now: