html help with google sites, making columns smaller

This topic is locked from further discussion.

Avatar image for ncderek
ncderek

5513

Forum Posts

0

Wiki Points

0

Followers

Reviews: 5

User Lists: 0

#1 ncderek
Member since 2004 • 5513 Posts

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?

Avatar image for izdan
izdan

741

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2 izdan
Member since 2009 • 741 Posts

soory i frogot how to do that

Avatar image for my_mortal_coil
my_mortal_coil

2839

Forum Posts

0

Wiki Points

0

Followers

Reviews: 1

User Lists: 0

#3 my_mortal_coil
Member since 2009 • 2839 Posts

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.

Avatar image for ncderek
ncderek

5513

Forum Posts

0

Wiki Points

0

Followers

Reviews: 5

User Lists: 0

#4 ncderek
Member since 2004 • 5513 Posts

[QUOTE="ncderek"]

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?