answersLogoWhite

0

The table tag will have a class associated with it, there you can find which css class it is using. Then go into style sheet and adjust the styles you would like reflected in table.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Can you able to create table using css?

You can style a table in CSS, HTML is what you would use to create it though.


How do you make a table with CSS or HTML with a height and width that won't change if text is added so it scrolls vertically?

You have to build the table in HTML, but to make scrollbars within the cells you must use JavaScript to manipulate the DOM. Neither HTML or CSS have a way to add scrollbars


What are two way to change value of a css property?

There are not two but three ways to change. Inline, Internal and External CSS are three ways of changing CSS.


How do you change page frame color?

You can change the page frame color in CSS. Mention the attribute by id and change its color in CSS.


What is the feature that automatically adds borers shading and format to a entire table?

You can add in-line CSS or Internal CSS. To add borders, an inline CSS would be more effective.


How make HTML table with CSS xhtml?

<style type="text/css"> .tt { border-colapse:colapse;} /* table style */ .tt td { border:1px solid green; } /* table cell style */ </style> <table class="tt"> <tr><td>text</td></tr> </table>


Which property is used to change the left margin of an element in css?

ds,j css


How do you hide the blue words in the interest box?

<style type="text/css">.lightbluetext8 {display:none;}table table table table td {width:0px;}.contactTable td, table table td.text table td,table table table table table td {width:auto;}</style> <style type="text/css">.lightbluetext8 {display:none;}table table table table td {width:0px;}.contactTable td, table table td.text table td,table table table table table td {width:auto;}</style>


How can you align images to the right of a table using css tag?

In your CSS document, use the float attribute with your img tag. For example: img.example { float:right; }


What do you use to configure the cell padding of a table?

To configure the cell padding of an HTML table using CSS, you use the CSS padding property (or the padding-top, padding-right, padding-bottom, and padding-left properties) on table cells. For example, if I wanted 10px of cellpadding, I would have the following CSS rule: td { padding: 10px; }


How Do You Have No Name On MySpace?

Just place this code in your about me :] <STYLE type='text/css'>table table td.text span.nametext {display:none;}</STYLE>


How do you change your arrow on your website?

If you mean your cursor you do this with CSS