Hi,
I have a solution that - at time of writing - has to use tables to
render a list of database-results. My challenge though is that we have
used iframes and such to render the different lists on this page, and
now - for some reason - the table has become to wide.
I am looking at the code and trying to change width using css, but
without much luck. I see that in some of the data there are Caps-only
text, and I am now wondering if this caps-only could be the reason for
why the text isn't wrapping when I'm schrinking the table width.
Please do not suggest using divs and css at this moment. I know how to
do that, just that at this moment I have to work with the code that is
presented to me and I don't have the time to fix not using tables.
All I want to know at this moment is if caps is causing problems when
rendering the tables nested of course...
best
Trond
I have a solution that - at time of writing - has to use tables to
render a list of database-results. My challenge though is that we have
used iframes and such to render the different lists on this page, and
now - for some reason - the table has become to wide.
I am looking at the code and trying to change width using css, but
without much luck. I see that in some of the data there are Caps-only
text, and I am now wondering if this caps-only could be the reason for
why the text isn't wrapping when I'm schrinking the table width.
Please do not suggest using divs and css at this moment. I know how to
do that, just that at this moment I have to work with the code that is
presented to me and I don't have the time to fix not using tables.
All I want to know at this moment is if caps is causing problems when
rendering the tables nested of course...
best
Trond
Comment