Author Topic: HTML Tables  (Read 108 times)

TRexx

  • Trusted Member
  • Wise Sage
  • ******
  • Posts: 4547
    • View Profile
HTML Tables
« on: November 18, 2010, 08:37:58 am »
I just inherited a project to clean up some web pages. They are really simple, just a read only Web browser interface to some static reports stored on our VM system.

The logical way to display these files is in tables.  I have everything working fine except for the column headers.  How can I get the text in those cells to split into multiple lines?  For example I see:

Customer Number
--------------------
      111111
--------------------
      222222
   
and I want

Customer
Number
----------
111111
----------
222222


Thanks


Never mind.  The CSS has a table tag specifying "width 100%". Withe teh window maximized, the text all fit on one line.   As soon as resized the browser window the text split.

« Last Edit: November 18, 2010, 09:16:47 am by TRexx »


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf