Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Forum threads list panel modification

Asked Modified Viewed 1,832 times
C
Catzenjaeger
C
  • Senior Member, joined since
  • Contributed 408 posts on the community forums.
  • Started 137 threads in the forums
  • Started this discussions
asked
Senior Member

Hello

I have mod this panel so that it show me on my frontpage

Thread/Forum/Views/Replies/Last Post

my problem:
can i make the table dynamic? ATM i have with with 40%/40%/1%/1%/20%
but when i change the last 4 rows to 1% all will set on right side
atm its look not so nice - i think its will be nicer :)

  echo "<table cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>\n<tr>\n";
  echo "<td class='tbl2'>&nbsp;</td>\n";
  echo "<td width='40%' class='tbl2' style='text-align:left;white-space:nowrap'><strong>".$locale['global_044']."</strong></td>\n";
  echo "<td width='40%' class='tbl2' style='text-align:left;white-space:nowrap'><strong>".$locale['global_048']."</strong></td>\n";
  echo "<td width='1%' class='tbl2' style='text-align:center;white-space:nowrap'><strong>".$locale['global_045']."</strong></td>\n";
  echo "<td width='1%' class='tbl2' style='text-align:center;white-space:nowrap'><strong>".$locale['global_046']."</strong></td>\n";
  echo "<td width='20%' class='tbl2' style='text-align:left;white-space:nowrap'><strong>".$locale['global_047']."</strong></td>\n";
  echo "</tr>\n";
Edited by Catzenjaeger on 11-02-2014 10:20,
0 replies

1 post

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

If you expunge the widths that will achieve your objective I think, however it may also cause the layout to mess up. Let me know what happens if you remove them widths.
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
  • Senior Member, joined since
  • Contributed 408 posts on the community forums.
  • Started 137 threads in the forums
  • Started this discussions
C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet