Click to See Complete Forum and Search --> : 3 column page help


ufrc
09-20-2006, 10:11 AM
Hey i wasnt sure to post it in the html or the css categorys so i decided to put it here.

Ok I'm trying to make a page that is onli 50% wide and in the middle. And have the columns side by side inside it.

How would i do this with code. I've tried it a few diferent ways and i can't figure it out...

Sorry for the silly question and sorry if it doesnt make sense... I it doesnt just say so and i will try and explain better and find an example...

Jake

( Oh and is there away so when you type inside one of the tables when the text reaches the edge of the table it just starts a new line instead of the column size stuffing up) ?

Thanks

KDLA
09-20-2006, 11:11 AM
Check this out: http://www.glish.com/css/home.asp

KDLA

ray326
09-20-2006, 12:50 PM
http://alistapart.com/articles/holygrail

ufrc
09-20-2006, 07:13 PM
Thanks for the link

So I've got the columns but i didnt find how i could center everything to a page width of 50%

Any help?

Sorry

Jake

ray326
09-20-2006, 11:32 PM
Set a wrapper div to 50% width. Apply text-align:center to the body and margin: 0 auto to the wrapper.