function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
anithaOrbitanithaOrbit 

Break tag not working in css <br/>

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>
sornasorna

<br/> tag will not work with styles...but i guess you can use "display:block;"

anithaOrbitanithaOrbit

hi its not working in footer content kindly help me urgent