BASICS

  • Thread starter Thread starter JT
  • Start date Start date
J

JT

Some basic question...?

Can on use cells without tables?

I have a baic site with banner, right aligned column, and large "text box
area., with bottom banner "area similar to the top banner - there is a table
like that, but it doesn't auto expand the right way (directions)

Yet . . text boxes don't automaticall expand either - they're fixed in
size.

So why use cells on top of tables? if I'm looking to have and expanding cell
areas that grow and shrink atuomaticall depnding on the text length entered.

Which is the best approach?

Thanks
 
Can on use cells without tables?
No.

I have a baic site with banner, right aligned column, and large "text box
area., with bottom banner "area similar to the top banner - there is a
table like that, but it doesn't auto expand the right way (directions)

Yet . . text boxes don't automaticall expand either - they're fixed in
size.

So why use cells on top of tables? if I'm looking to have and expanding
cell areas that grow and shrink atuomaticall depnding on the text length
entered.

Which is the best approach?

HTML table cells without any dimensions applied to them will grow and shrink
depending upon their contents. Try removing the dimensions (percentage or
pixel) from the table and its cells.
 
Back
Top