Shifting of words and images in cells

D

Dan W

I have four cells on a page, the top two are set at 152pix (logo inserted)
left cell and 100% for cell to the right. The next set of cells down are
set at 100pix (typed word-links inserted) left cell and 100% for cell to the
right (image inserted). This combination holds the left side cells
constant, and allows the right side cells to expand or contract with browser
width changes. I did have a problem with FP2000 not allowing me to set
(hold) the height of the cells.

My problem is that I can not seem to get the word links in the cell on the
left to be in the exact same position on the different pages, they shift
according to whatever is in the cell to the right. How do I get the list of
word links in the left cell to display in the top of left cell and in the
same relative position on all pages so that when a visitor moves from one
page to the next the word links appear to not move?
 
K

Kevin Spencer

How many tables have you got on that page? If the answer is 1, your problem
could be related to setting the same column in 2 rows of the table to
different pixel sizes. HTML tables don't work like that. Whatever the width
of the cell having the maximum width in any column is, the rest of the cells
in that column will be sized to the same width.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Neither a follower nor a lender be.
 
S

Steve Easton

Make a "master" table and set it at 100% width.
then insert your cells in the master table and set
the widths as you have them.
Height setting in tables and cells are for the most
part ignored, and are determined by the content
within the table or cell.

hth

--
95isalive
This site is best viewed..................
...............................with a computer


I have four cells on a page, the top two are set at 152pix (logo inserted)
left cell and 100% for cell to the right. The next set of cells down are
set at 100pix (typed word-links inserted) left cell and 100% for cell to the
right (image inserted). This combination holds the left side cells
constant, and allows the right side cells to expand or contract with browser
width changes. I did have a problem with FP2000 not allowing me to set
(hold) the height of the cells.

My problem is that I can not seem to get the word links in the cell on the
left to be in the exact same position on the different pages, they shift
according to whatever is in the cell to the right. How do I get the list of
word links in the left cell to display in the top of left cell and in the
same relative position on all pages so that when a visitor moves from one
page to the next the word links appear to not move?
 
D

Dan W

Hi Kevin,

There are 4 cells, two across top and 2 below. you can view the test page at
http://www.imagelair.com/testpage.htm. The links on the left go nowhere
yet, except the link to our home page as it is today. This test page is
going to be our new home page, all other pages will look the this across the
top and down the left side. The only thing that will will changing is in the
large cell to the right second row down.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top