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.

locking column width

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

locking column width

11 years 7 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 7 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 7 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 7 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 7 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: BrianHeniPamrhtaylor3marc33NotLiableNSBjgavinLcala305peterb323DebbieT
Time to create page: 0.138 seconds