*The Forum Rules.
Yep, rules. Read 'em. Abide by 'em. Or your sea creature powers may be revoked. Temporarily, or for good.
1. New to the lounge? Get started here. Learn which category to post your note in, and create a forum signature.
2. Spam: just don't do it. Thou also shalt not fill the forums with multiple threads on the same topic or sockpuppet.
3. Thou shalt not flame, harass, denigrate, spam, malign, or otherwise finger-point and name-call at ANYONE. This one's a biggy. This too can get you banned.
4. Squidstaff love interacting with smart front-line people, so they stop by the forums from time to time to hear your ideas and share updates. However, this isn't the place to post bugs or solicit admin action. Please send those requests through our feedback link.
5. The SquidU forum is a place for users to interact, to share ideas and inspiration (and yes, gripes... maybe another lensmaster can help) and have fun with their lenses. Try searching for an answer or visiting The Answer Deck.
Is it possible to put text in two columns?
For example, if I had one column of Middle English and, alongside it, a column of Modern English?
Is there a way to do this?
Offline
http://www.squidutils.com has a way to do tables you might be able to adapt. Try http://squidutils.com/tables.php.
If it doesn't matter whether the individual lines match up try using two P tags, e.g.
<p style="float:left; width:200px;">Column 1</p><p style="float:right; width:200px;">Column 2</p>
this does leave a bit of a gap in the middle, but otherwise some browsers stick one column under the other.
Last edited by tirial (04/26/2009 12:03 am)
Offline

susannaduffy wrote:
Is it possible to put text in two columns?
For example, if I had one column of Middle English and, alongside it, a column of Modern English?
Is there a way to do this?
Yes. I detailed how to do this on my CSS Tricks lens.
Or, you can use the table generator on SquidUtils.
Last edited by thefluffanutta (04/27/2009 10:54 am)
Offline
Oh of course ! I am going to bookmark SquidUtils right now.
I was trying what you suggest tirial, but I want the individual lines to match - Old English and Modern English poetry and the lines are numbered. So they have to match up precisely. That's why I asked in here instead of persevering with it. So, thanks for the suggestion, it was good of you to post it.
What I should have done in the first place is to have made my way straight to your profile, Mr Fluffanutta, and go through your lenses. I will do that in future and not leave questions in the Help forums when I can find the answer myself from you with some applied searching. Thank you - once again!
Offline
Columns are one of my most used tricks. And i use that code straight off thefluffanutta's lens every time.
Offline
susannaduffy wrote:
I was trying what you suggest tirial, but I want the individual lines to match - Old English and Modern English poetry and the lines are numbered. So they have to match up precisely. That's why I asked in here instead of persevering with it. So, thanks for the suggestion, it was good of you to post it.
You can still use that code, just do each set of text as it's own paragraph set. (Does that make sense?) I did that on my application for Seth's program, then had the question on the left, answer on the right. So I had <p ....></p><p ....></p> for each Q/A set, right on down through the text module so it didn't matter that they were different lengths, they still lined up together. (http://www.squidoo.com/hiresusan - scroll down just past the jaguar picture)
Edited to add - it's the code straight from fluff's lens as kab said. Want to give him credit because that has to be my most referenced lens ever.
Last edited by SusanVillasLewis (04/28/2009 5:24 am)
Offline