Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.

i would like to design a border edge around my webPage which it's corner to be curvature. how can i do that & how can make it more friendly and pretty?
Posted
Comments
Ubaid ur Rahman IT 25-Sep-12 6:21am    
ok mr ehsan use this

<style type ="text/css">
.round
{
-webkit-border-radius:15px;
-moz-border-radius:15px;
}
</style>

in your table use this as
<table class="round">

This will help you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900