Split cells

S

Stephen

Hi,

I split the main page of my website into two cells, which
was fine.

But I don't want the two cells to be half and half but
rather one-fourth and three-fourths.

I've clicked on the border between them and the moved up
the border. The line goes up but the middle border
doesn't change.

I went into the code to see if I could change the "height"
of each cell but there is no "height" code.

Any help on this would be greatly appreciated.

Thanks a lot,

Stephen
 
J

Jens Peter Karlsen[FP MVP]

Set the size in cell properties.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
C

Chuck Davis

-----Original Message-----

Hi,

I split the main page of my website into two cells, which
was fine.

But I don't want the two cells to be half and half but
rather one-fourth and three-fourths.

I've clicked on the border between them and the moved up
the border. The line goes up but the middle border
doesn't change.

I went into the code to see if I could change the "height"
of each cell but there is no "height" code.

Any help on this would be greatly appreciated.

Thanks a lot,

Stephen
.
Right click on the table and choose Table Properties. Check
"Automatically enable layout tools based on table
content." Apply. OK.
 
A

Andrew Murray

are you using tables to do this - you can't "split a page into cells" without
tables.
 
Top