Erik Price
2002-05-08 19:32:01 UTC
Is there a way to get a two-column text layout within a shape using
OmniGraffle? I have "box" shapes (dragged from the basic palette) with
text inside them, looks like this:
+------------+
| users |
| |
| user_id |
| user_first |
| user_last |
| user_pw |
| user_lvl |
| etc |
+------------+
I'm wondering if there's any way I can get two nicely-formatted columns
of text within a shape, to look like this:
+----------------------------+
| users |
| |
| user_id SMALLINT(5) |
| user_first VARCHAR(36) |
| user_last VARCHAR(36) |
| user_pw VARCHAR(32) |
| user_lvl ENUM |
| etc |
+----------------------------+
Thanks for any advice,
Erik
----
Erik Price
Web Developer Temp
Media Lab, H.H. Brown
***@hhbrown.com
OmniGraffle? I have "box" shapes (dragged from the basic palette) with
text inside them, looks like this:
+------------+
| users |
| |
| user_id |
| user_first |
| user_last |
| user_pw |
| user_lvl |
| etc |
+------------+
I'm wondering if there's any way I can get two nicely-formatted columns
of text within a shape, to look like this:
+----------------------------+
| users |
| |
| user_id SMALLINT(5) |
| user_first VARCHAR(36) |
| user_last VARCHAR(36) |
| user_pw VARCHAR(32) |
| user_lvl ENUM |
| etc |
+----------------------------+
Thanks for any advice,
Erik
----
Erik Price
Web Developer Temp
Media Lab, H.H. Brown
***@hhbrown.com