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

JasonMR’s picture

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

Taberski’s picture

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 &ltpre&gt tag!

Heading1	Heading2	Heading3

Data11		Data12		Data13
Data21		Data22		Data23
Data31		Data32		Data33

but not without!

Heading1 Heading2 Heading3

Data11 Data12 Data13
Data21 Data22 Data23
Data31 Data32 Data33

mooffie’s picture

You can install one of many filters that provide some easy syntax for tables.