I want to use @page to change the page format from letter to A4 size, but it is not working. The example at http://wiki.apexdevnet.com/index.php/Visualforce_CaseHistoryTimeline suggests I just need to create a style called @page but when I do this it makes no difference - the page is always created in 8.5inch*11inch (letter) size/format.
1 Comment » Posted by TimAlsop
Posted 10/06/08
Categories: High Tech, Apex and Visualforce, Industry Solutions, Force.com Platform
|
sy_pauv_phou 12/22/08 |
try : <apex:stylesheet /> Where your CSS is stored as a static resource named 'Page' for example |