Liquid Layouts and expandable tables

Hello,

I am building a site with a lot of interior tables that have a tendency to be very wide (lot’s of data). My site uses a liquid CSS layout that works fine. However when my table width expands, it breaks the layout. In other words the layout will not expand with the width of the table. The site is created using css while the tables are in traditional <table> format. Any suggestions on making everything expand and contract together?

I would place a link in here, but forum rules prohibit me from doing so.:injured:

Thanks

welcome to Sitepoint. :slight_smile:

I’m sure with more information, someone here will be better able to help…so:

  1. try posting your site…adding space between the URL elements so it isn’t recognized as a link.

Example: http:// mydomain . com / testingpage . html

…or

  1. post your html and css in this thread…using the [ CODE ] [ /CODE ] tags.

You can try to add table-layout:fixed to the table to see if that will work :).

That’s about all I can think of without having full code to look at.