Tables cells expanding

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I'm wanting to make a small table with a background
picture in, then I was going to add another one cell
table inside each cell of the main table to make
hyperlinks. Problem is the cells keep expanding, how do I
fix there size, I've tried percent and pixels but nothing
seems to work.

Be grateful for any ideas

Cheers


Chris
 
-----Original Message-----
I'm wanting to make a small table with a background
picture in, then I was going to add another one cell
table inside each cell of the main table to make
hyperlinks.

Why wouldn't you just put the hyperlinks inside the cells
in the first table?
Problem is the cells keep expanding, how do
I fix there size, I've tried percent and pixels but
nothing seems to work.

Under some conditions, no matter what width you specify
in the HTML, the browser will make table cells wide
enough to display the cell contents.

Can you post a URL?

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
-----Original Message-----

Why wouldn't you just put the hyperlinks inside the cells
in the first table?

My idea was to have the text with a border around it so I
thought a cell would be the best to do that. I wanted to
keep the hyperlink smaller than the main cell.
Under some conditions, no matter what width you specify
in the HTML, the browser will make table cells wide
enough to display the cell contents.

Thanks for that, might just have to work with that in
mind.
Can you post a URL?

Sorry I haven't loaded anything, learnt a long time ago
to play with a backup version and only upload when I
think I know what I'm doing :)

Thanks again

Chris
 
Back
Top