Important: when posting, please provide your Club Number at a minimum, and as many details as possible.
For further info, please read This page before posting.

FTH4 BETA participation request are now CLOSED

The 106 clubs FTH4 Beta who are part of part of the FTH4 Beta. Please post in the FTH4 Beta Support Forum only.

locking column width

  • MDTM2257
  • MDTM2257's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 96
  • Thanks: 5

locking column width

11 years 10 months ago
#39411
How can I LOCK the column width? Setting the column width in the table properties does not hold the column in a fixed position. The page in question:

d16.toastmastersdistricts.org/District_16_History_Page.html

Thanks,
Mary
The topic has been locked.
  • RogerM
  • RogerM's Avatar
  • FreeToastHost Ambassador
  • FreeToastHost Ambassador
  • Thanks: 0

Re: locking column width

11 years 10 months ago
#39415
Mary,

Your column width is easiest to correct in the source code.

Bring up the page, click on source. Notice that the table width is 600. You have 4 columns, which I presume you want equal.

In the source code, change the width of those 8 lines similar to :
<td style="background-color: rgb(236, 236, 236); text-align: center; width: 142px;">David Brown Fun Award</td> to:
<td style="background-color: rgb(236, 236, 236); text-align: center; width: 150px;">David Brown Fun Award</td>
The topic has been locked.
  • MDTM2257
  • MDTM2257's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 96
  • Thanks: 5

Re: locking column width

11 years 10 months ago
#39417
Yes, that did work.
Thanks again.
The topic has been locked.
  • RogerM
  • RogerM's Avatar
  • FreeToastHost Ambassador
  • FreeToastHost Ambassador
  • Thanks: 0

Re: locking column width

11 years 10 months ago
#39418
Glad to help.
The topic has been locked.
  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Emeritus
  • Emeritus
  • Posts: 11492
  • Thanks: 3057

Re: locking column width

11 years 10 months ago
#39422
To lock column widths of any HTML table, you can use "table-layout: fixed" in the style. You may need to do this in source view.

See here for details: www.w3schools.com/cssref/pr_tab_table-layout.asp
The topic has been locked.
Moderators: BrianHeniPamrhtaylor3NotLiableNSBjgavinLcala305peterb323DebbieT
Time to create page: 0.140 seconds