how do i make the columns smaller without doing tables? what can i type into the html to make the columns maybe 50% of their default width?
ncderek
Well how are you making columns in the first place? What tag are you using to structure your page? If you don't want to do nested tables you can always constrain the column by setting up properties to the tag using CSS; for example using the < div > tag and using the position and dimension properties to make it any size you want.
how do i make the columns smaller without doing tables? what can i type into the html to make the columns maybe 50% of their default width?
my_mortal_coil
Well how are you making columns in the first place? What tag are you using to structure your page? If you don't want to do nested tables you can always constrain the column by setting up properties to the tag using CSS; for example using the < div > tag and using the position and dimension properties to make it any size you want.
yeah that's what i've want bc i've seen people do it that way, what are the dimension and position properties? can you type out a line i would enter, and i can just change the % size?
Log in to comment