answersLogoWhite

0

If you are using HTML, use the Cellpadding attribute in TD tag of the cells you want or in the Table Tag if you want to apply it to the full table. You can use style sheets to do it too, or if you are using something like Dreamweaver, there are options in the settings to adjust the cellpadding.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

When cells are merged in a table the borders between the cells are removed?

Yes.


How can I create DIY folding table legs for a space-saving solution?

To create DIY folding table legs for a space-saving solution, you can use hinges to attach wooden legs to the underside of the table. This allows the legs to fold flat against the table when not in use, making it easier to store and save space.


When eating at a table where should you keep your hands?

between the space of your plate and you at the table


How do you draw a partition in Microsoft Word?

You can do that with table, Insert - Table. Table can have visible or invisible borders, Design tab (appears when you insert or draw table) Table Styles section - Borders.


What is the different between a view and a create view?

View is a virtual table that do not have any data of its own but have data that is derived from another table called base table. Create view is the command used to create a view (virtual table).


How do you type fractions in Microsoft Word 2003?

Creating fractions in Word depends on if it is a simple fraction, three-fourths for example, or a complex fraction, like the Quadratic Formula. Most simple fractions will automatically be changed to fraction form by Microsoft. Try typing 1/2 in a document and press the space bar afterward and watch it turn to ½. Complex fractions aren't so lucky. You will need to create a table that has 1 column and 2 rows. The first row will act as your numerator and the second row will be your denominator. When you create the table, it will automatically have borders, you will want to remove all the borders and only leave the line between the numerator and the denominator.


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


Which command is used to create a table?

CREATE TABLE command is used to create table. Syntax of creating a TABLE is: CREATE TABLE ( [] []); ex: create table emp (ecode integer, ename char(20));


How can I maximize the space in my kitchen by extending the kitchen table?

To maximize space in your kitchen by extending the kitchen table, consider using a drop-leaf or extendable table that can be expanded when needed and folded down when not in use. This allows for more flexibility in the space and can help create additional room for movement and storage.


How much space is needed between a couch and coffee table?

18 inches


How do you create a table in dreamweaver?

using the mysql command "create table table_name" we can create a table in dreamweaver.


What is Cell borders?

In HTML and CSS, a cell border is the border around a table cell. It's best to style borders of cells in a table using CSS to specify what the border should look like, and how much space should surround the content within the cells. Cramped content and large borders decrease legibility, making the data harder to understand.