Re: [Doxygen-users] Logo at right hand side of page (titlearea)
Brought to you by:
dimitri
From: Peche <pe...@ao...> - 2012-09-27 19:18:01
|
You could use HTML_EXTRA_STYLESHEET and put e.g. this in the CSS: #projectname:after { content:url("/img/some.ico") } Maybe you must modify this a little to get exactly what you want - the main trick is to use :after or :before for some elements which are tagged with ids. In a similar way we switch off the whole title area: #titlearea { display:none; } -- Ernst Am 27.09.2012 19:24, schrieb Albert: > Dear all, > > I would like to have, besides the project logo on the left hand side > of the page, a logo on the right hand side of the page. I've tried > different thing but I have not been successful. > > Does anybody have any suggestions or is it only possible by changing > the index.html page (and possibly some other html pages) or by > changing doxygen ? > > Thanks in advance, > > Albert > |