1
fragttdg
table width in system_userinfo.html?
  • 2004/6/20 10:36

  • fragttdg

  • Just popping in

  • Posts: 34

  • Since: 2004/6/13


I have changed the layout of this html file and updated the system module. All the layout has changed accordingly, but the width of the table is always displayed as 100%, whatever I change to. Please help. Faithfully thanks..

2
tjnemez
Re: table width in system_userinfo.html?
  • 2004/6/20 11:05

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


put a div tag around table may work:

<div style="width: 95%;"><table></table></div>

i have added the following to my style.css to make sure my login form is uniform in diff browsers:

.login {
text-align: left;
width: 95%;
padding-top: 7px;
padding-left: 10px;
background: transparent;
}

so there is diff ways to do this.

3
fragttdg
Re: table width in system_userinfo.html?
  • 2004/6/20 11:12

  • fragttdg

  • Just popping in

  • Posts: 34

  • Since: 2004/6/13


wow! so perfect. Thanks very much indeed!

4
tjnemez
Re: table width in system_userinfo.html?
  • 2004/6/20 11:16

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


your style.css may specify table width as 100%, so it would override unless you specify otherwise, so in this case table width is still 100%, but within a 95% div.

and you are welcome.

Login

Who's Online

234 user(s) are online (164 user(s) are browsing Support Forums)


Members: 0


Guests: 234


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits