Re: [Doxygen-users] Clickable icon in header line
Brought to you by:
dimitri
From: Alan R. <al...@un...> - 2015-03-10 20:13:57
|
I did the float:right on the image. You're suggesting putting these on the td -- like this? <td style="float:right; margin-top:18px"> I'll give that a try! Thanks! On 03/10/2015 01:44 PM, Dimitri van Heesch wrote: > Hi Alan, > > Try adding style="float:right; margin-top:18px;" > to the td in which you put the image. > > Regards, > Dimitri > >> On 10 Mar 2015, at 14:51 , Alan Robertson <al...@un...> wrote: >> >> Thanks much. I found that I had to add a <td> section to get it to go >> towards the right, and that did it. >> But it still only came about as far to the right as the search box. I >> couldn't figure out how to get it any further to the right. I tried >> putting the image with or without the <td> in various places, and it >> either didn't show up, or it showed up in the same place. >> >> You can see my results at http://assimproj.org/ >> >> This gets me to about where I'd like to be - although it would be nice >> to get it to be fully right-justified. >> >> >> Thanks! >> -- Alan Robertson >> al...@un... >> >> On 03/09/2015 12:04 PM, Dimitri van Heesch wrote: >>> Hi Alan, >>> >>> Have a look at this part of the manual: >>> http://www.doxygen.org/manual/customize.html#minor_tweaks_header_css >>> You can customise the header of a page with HTML_HEADER. >>> >>> Regards, >>> Dimitri >>> >>>> On 08 Mar 2015, at 20:07 , Albert <alb...@gm...> wrote: >>>> >>>> Alan, >>>> >>>> The given solution works for the "in page text" for the banner you probably have to fiddle around with the css file / titlearea class / projectname class. >>>> >>>> Albert >>>> >>>> On Sun, Mar 8, 2015 at 7:58 PM, Alan Robertson <al...@un...> wrote: >>>> On 03/08/2015 12:21 PM, Albert wrote: >>>>> Alan, >>>>> >>>>> In case it is only required in HTML the easiest way is to include the required HTML code in \HTMLONLY \ENDHTMLONLY (don't forget to add the image to the HTML_EXTRA_FILES). >>>> I only care about HTML. But where should I put it to make it appear in that banner header? >>>> >>>> I didn't know about HTML_EXTRA_FILES - good to know! >>>> >>>> >>>>> Albert >>>>> >>>>> On Fri, Mar 6, 2015 at 5:02 PM, Alan Robertson <al...@un...> wrote: >>>>> I see that the Doxygen site has clickable icons in the header bar (top >>>>> portion of the page) pointing to twitter, sourcforge, freshmeat, and >>>>> "donate here" via paypal. >>>>> >>>>> I'd like to make a download link and put it in that otherwise unused space. >>>>> >>>>> How do I do that? >>>>> >>>>> Thanks! >>>>> >>>>> -- Alan Robertson >>>>> al...@un... >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Dive into the World of Parallel Programming The Go Parallel Website, sponsored >>>>> by Intel and developed in partnership with Slashdot Media, is your hub for all >>>>> things parallel software development, from weekly thought leadership blogs to >>>>> news, videos, case studies, tutorials and more. Take a look and join the >>>>> conversation now. http://goparallel.sourceforge.net/ >>>>> _______________________________________________ >>>>> Doxygen-users mailing list >>>>> Dox...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/doxygen-users >>>>> >>>> ------------------------------------------------------------------------------ >>>> Dive into the World of Parallel Programming The Go Parallel Website, sponsored >>>> by Intel and developed in partnership with Slashdot Media, is your hub for all >>>> things parallel software development, from weekly thought leadership blogs to >>>> news, videos, case studies, tutorials and more. Take a look and join the >>>> conversation now. http://goparallel.sourceforge.net/_______________________________________________ >>>> Doxygen-users mailing list >>>> Dox...@li... >>>> https://lists.sourceforge.net/lists/listinfo/doxygen-users >> |