Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7537663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:54:44+00:00 2026-05-30T06:54:44+00:00

Hello guys Im trying to set a max width and height so that when

  • 0

Hello guys Im trying to set a max width and height so that when my the data in my cells expands it does not go past that size….does not seem to work

/*styling for Data Extraction tool. */
table.data_extract
{

 border: 3px DarkGray solid;
 border-collapse: collapse;

 }

td.data_extract,

table.data_extract td
 {
 border-color : DarkGray;
border-style : groove;
border-width : thin;
border: #000000 1px solid;
text-align: center;
font-size: 7.5pt;
white-space: normal;
max-width: 125px;
max-height: 75px;
background-color:#FFFFFF;
padding-left: 4px;
padding-right: 4px;

 }

 table.data_extract th
 {
 border: #000000 1px solid;
  background-color:#DDDDD0;
  text-align: center;
 font-size: 8.5pt;

 padding: 10px;

 }

html:

    <table align="center" class="data_extract vert_scroll_table" >
              <tr>

                  <c:forEach var="heading" items="${results.headings}"> 
                   <th class="data_extract">${heading}</th>
                  </c:forEach>

              </tr>

              <c:forEach var="row" items="${results.data}">
                  <tr>
                      <c:forEach var="cell" items="${row}" varStatus="rowStatus">
                          <td class="data_extract">
                              <c:choose>
                                    <c:when test="${results.types[rowStatus.index].array}">
                                    <c:set var="comma" value="," />
                                        <c:forEach var="elem" items="${cell}" varStatus="cellStatus">
                                            <c:set var="myVar" value="${cellStatus.first ? '' : myVar} ${elem} ${cellStatus.last ? '' : comma}" /> 
                                        </c:forEach>
                                        <span class="mouseover_text" title="${myVar}">${myVar}</span>
                                    </c:when>
                                    <c:otherwise>
                                    <c:choose>
                                    <c:when test="${cell.class.name eq 'java.sql.Timestamp' }">
                                     <fmt:formatDate value="${cell}" pattern="${date_pattern}" />
                                    </c:when>
                                    <c:otherwise>
                                    ${cell}
                                    </c:otherwise>
                                </c:choose>
                                  </c:otherwise>
                              </c:choose>
                          </td>
                      </c:forEach>
                  </tr>
              </c:forEach>
              </table>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T06:54:46+00:00Added an answer on May 30, 2026 at 6:54 am

    I think you’re going to need to tell IE what to do with the overflow, i.e. overflow:hidden.

    You can also try playing with text-overflow:ellipsis to show that the text has been clipped, if you like.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello guys. I trying set EditText to input only numbers and point ( .
Hello I'm trying to fetch data from a https web (i'm not behind firewall
Hello Guys I am trying to figure out why i am gettings this error
Hello guys I need to pass a string array over to a setter that
hello guys i'm not sure if the title is descriptive enough.what i mean is
Hello guys I have a DIV that I got passed trought a js function
Hello Guys, I was just trying to create a plugin, and I needed it
What I try to do Hello Guys, I'm trying to create a Login-Screen which
Hello guys i have set background image on my input text and text area
Hello guys! I have been trying to create a if/else statement code in jQuery

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.