Cyberian255
02-19-2005, 04:13 PM
Hi,
I would like to know how to use columns. I don't like how the words streaches across the whole screen. How do I make it use like half or one-third of the screen?
Thanks in advance for the help.
chilipie
02-19-2005, 06:37 PM
For a column that is half of the screen and centered:
div.column {
width: 50%;
margin: auto;
}
.....
<div class="column">
<p>All your texty text goes here.</p>
</div>
Post back if you need any more help :) .
rmedek
02-19-2005, 08:30 PM
I also posted a link in the FAQs to a bunch of column layouts that might give you some ideas...
http://codingforums.com/showthread.php?p=274512#post274512
whizard
02-20-2005, 01:44 AM
hey chilliepie...
wouldn't that be <div class="column">?
Dan
chilipie
02-20-2005, 11:09 AM
hey chilliepie...
wouldn't that be <div class="column">?
Yeah :o . Not my fault, I'm on a bloody laptop - keys are way too small :p .
Anyway, wouldn't it be chilipie, not chilliepie ;) .
whizard
02-20-2005, 01:55 PM
Sorry about that, chiliepie
Dan :)
chilipie
02-20-2005, 03:15 PM
Sorry about that, chiliepie
Still wrong :D .
whizard
02-22-2005, 12:30 AM
I will get your name right sooner or later, CHILIPIE!
Dan