View Full Version : Sliding Tables... URGH!!!!


JessicaB
06-10-2003, 07:10 PM
Okay, I want to make a site with tables. I've got the graphics and everything made, all I have to do is get it on the web.

I can probably figure out how to make all of the tables and cells for it... problem is, everytime I try to make tables, they always end up sliding.

Like, I want a table in the middle, with a cell on the top for the header, one on the right for the navigation/menu, and one in the middle to put all the content in... But when I do that, anytime I type in any text or add any content in it, the cells always end up widening to fit in the text. I can't get the cells to stay put.

Does that make sense to anyone?

Thanks all.

MaGiCSuN
06-10-2003, 07:12 PM
Have you tried filling in widths and heights? because when you add this for example:

<table width="150">

the table will only go till 150 pixels width and the text will automatically wrap.

Love,
Mirna

JessicaB
06-10-2003, 07:13 PM
I'll try it now... thanks. :)