By Taberski on
Is there a way to have Drupal display a Horizontal Tab character (i.e. HT or )? Like this:
Heading1 Heading2 Heading3
Data11 Data12 Data13
Data21 Data22 Data23
Data31 Data32 Data33
I'm looking for a way to insert a simple table in a "page" and I need more than single spaces.
Thank you,
Kevin
Comments
TABLE And CSS
Hey Kevin
You could just mark up your data as table, assign the table an ID or class, and then enter the spacing you require in your themes stylesheet.
HTH
Bright Regards
JasonMR
Horizontal Tabs
JasonMR,
Thank you for your reply - actually, I'm trying to do this as an end-user - as though I had attempted to insert a small table here (as in my initial post).
Seems like this would be straight forward, but it appears to be frustratingly elusive!
Thank you,
Kevin
Edited:
OK - it looks like it works with the <pre> tag!
but not without!
Heading1 Heading2 Heading3
Data11 Data12 Data13
Data21 Data22 Data23
Data31 Data32 Data33
filters
You can install one of many filters that provide some easy syntax for tables.