Create a table with curved border.

0 votes
asked by about Microsoft Visual Studio 2008
edited by

How can I use Microsoft Visual for creating a table with a curved border? I have the program already installed on my system.

1 Answer

0 votes
No avatar answered by (79.9k points)

This can be done differently depending on the programming language that you used. For HTML, to create a table with a curved border, you simply need to add the following lines in the creation section of the table :

border-top-left-radius: 10em;
border-bottom-right-radius: 5em;
border-bottom-left-radius: 2em;

To be noticed that you can change the values as you like; this is only an example. Also, you can use other measurement types. If you plan on using another programming language to create your website, like CSS or C#, it's advised to visit the following website. You can find there a walkthrough about this matter.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...