Please provide a date when displaying an article


<!--tag_bgn capture doc-display-title-cmenu -->
HTML goes here
<!--tag_end capture doc-display-title-cmenu -->

cmenu - Context Menu. This is a context menu that shows up at the top of the title. Like a back navigation where it is applicable.


//sql-explorer/
display-note-imp.html

//reports/masterpage/
def-master-page.html

Move styling of this context menu to the styles file

See my documentation on styles here


/*
*************************************************** 
* Title context menu: display-note-imp.html
***************************************************
*/
#title-cmenu-line-id
{
   margin-top:-1em;
   padding-top:0;
   color:green;
}

See the style links above to get to this page