Hello Community,

I am using Views to generate filtered tables.

Is there a way to edit the table cell padding?

Be Good,

Al

Comments

scrypter’s picture

for your view and it will tell you the templates it is using to generate the report. You can copy one of templates from the theme folder of the views module to your active theme folder and rename it according to the info displayed. The edit this .tpl file and alter the table tag to include cellpadding etc.

www.purpleoar.co.nz/scryptik - Javascript editor with syntax error checking
www.purpleoar.co.nz - Web development, Drupal consultancy

TomDeSutter’s picture

You can also do this with css. Install FireFox and the Firebug module. If you do that, you will be able to look at the classes and edit them in your css-file.

Tom

ARV3’s picture

Those are both great messages. I actually am trying both options mentioned.