answersLogoWhite

0


Best Answer

Table AutoFit

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What tool quickly creates a table in a premade style?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which tool quickly creates a table in a premade style?

You can either click on hold your mouse over an object when in buy mode and pre-made items will appear, or you can use the eyedropper tool to select a table that is already made and make another one just like it. :) Happy Siming!


You can quickly give a table a professional design by using?

a table style


What are the procedures in butterfly style table skirting?

Butterfly table skirting can be accomplished by gathering sections of draped cloth and pinning in place. This creates a ruffled tier effect and is quite pretty.


What is the code to hide a big blank space on top of your pofile on myspace?

paste this in ur about me ! <style> {!- control amount of space the Carriage Return creates between main tables-!} table table br {line-height:2px} {!- undo above effect within main content tables -!} table table table br {line-height:10px;} </style>


Why is there a huge white blank space at the bottom of your MySpace and how do you get rid of it?

You can use this coding, from http://www.spiff-myspace-hiding-stuff.blogspot.com/ <style> {!- control amount of space the Carriage Return creates between main tables-!} table table br {line-height:2px} {!- undo above effect within main content tables -!} table table table br {line-height:10px;} </style>


How do you make your MySpace profile backwards?

PUT <style> .a {flip the page} table table {direction:rtl;} table table table {direction:ltr;} </style> THEN IT WILL FLIP


How to hide Specifics facts on teenspot?

<style>table#autonumber15 table#autonumber19 table#autonumber22{display:none;}</style>


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 do you delete your bottom links on myspace?

<style> table tr td div font {display: none;} </style> <style> table td div {visibility:hidden;} table table td div {visibility:visible;} tr {background:transparent;}</style> <style> table tr td div div { visibility:hidden; display:none; border:0px!important; background-color:transparent; } </style>


How do you only show one comment on MySpace?

<style> .friendsAndComments {overflow:hidden; height:900px; width:435px;} .friendsAndComments table {width:100%;} </style> </td></tr></table> </td></tr></table> <div class="friendsAndComments"> <table style="display:none;"><tr><td> <table><tr><td> <style> .friendsAndComments {overflow:hidden; height:900px; width:435px;} .friendsAndComments table {width:100%;} </style> </td></tr></table> </td></tr></table> <div class="friendsAndComments"> <table style="display:none;"><tr><td> <table><tr><td>


What is the difference between select into and createview command?

The SELECT INTO command creates a new table with data from an existing table whereas the CREATE VIEW command creates a view i.e., a virtual table from an existing table.


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>