<apex:page showHeader="false" renderAs="advanced_pdf" sidebar="false" applyBodyTag="false" applyHtmlTag="false">
<html>
<head>
<style>
@media print { body {-webkit-print-color-adjust: exact;}
#.box{
top:100px;
left:100px;
width:100px;
height:100px;
background-color:#.ccc;
border-radius:10px;
}
}
</style>
</head>
</html>
<body>
<div id="box">
</div>
</body>
</apex:page>
i need to make edges round
2 risposte
Hi Ramakrishna,
I would encourage you to post your question on Developer Community where you have a better chance of getting an issue resolved. Developers around the world with great customization experience will help you to quickly resolve your issues.This community is for Configuration and Admin questions which doesn’t require custom coding.
Salesforce Developer Forum: https://developer.salesforce.com/forums
StackExchange: http://salesforce.stackexchange.com