Add the foloowinf to a CEWP
- Open a List;
- Hit the List tab;
- Click the Form Web Parts dropdownlist;
- Choose “Default Display Form”;
- At the top of the Page – Insert Tab, Click the Web Part button to add a new Content Editor web part (CEWP);
- From Categories choose “Media and Content” > “Content Editor” and add it to the main section of the page;
- Click the “Click here to add content” and then click the HTML button in the Ribbon to bring up the Edit source code window;
This Code will add the buttoin and allow you to adjust the Font Size.
To do the same But display Title
@media Print
{
BODY {
LINE-HEIGHT: 160%; BACKGROUND: white; FONT-SIZE: 16pt
}
INPUT {
DISPLAY: none
}
}
-->
Published: 10/8/2012 3:11 PM