• anithaOrbit
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi , i need help in vf page footer alignment

<style type="text/css">
@page
{  

  
    margin: 1cm ; /* All margins set to 1cm */
                   
       @bottom-center 
       {
       font-size:10px;
       content:"This is a Computer Generated Invoice"   
    (How to use break here)hence no signature Required
       } 
}

</style>
</head>

Hi , i need help in vf page footer alignment

<style type="text/css">
@page
{  

  
    margin: 1cm ; /* All margins set to 1cm */
                   
       @bottom-center 
       {
       font-size:10px;
       content:"This is a Computer Generated Invoice"   
    (How to use break here)hence no signature Required
       } 
}

</style>
</head>