Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 08:33:53 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155482 Posts in 21708 Topics by 7733 Members
Latest Member: himagain
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Dirlist problem table width (sorry wrong group)  (Read 333 times)
peelec

Offline Offline

Posts: 17



« on: March 11, 2009, 08:44:27 PM »

I want to make the width of the table in the DIRLIST-module to 90%, where can i find the page to modify this table.

greetings from holland
« Last Edit: March 11, 2009, 09:05:02 PM by peelec » Logged
Ralf (Berlin)

Offline Offline

Posts: 1314


« Reply #1 on: March 12, 2009, 01:24:16 AM »

Please take a look at the file

{modules}\dirlist\htt\frontend.htt

and adapt it like as you need:

Code:
<div class="dirlist">
    <h1>{header}</h1>
  <div class="prefix">{prefix}</div>
  <div class="directory">
      <table width="100%">
        <colgroup>
          <col width="60%">
        <col width="15%">
        <col width="25%">
      </colgroup>
        <tr>
[...]
      </tr>
      {directory}
    </table>
  </div>
  <div class="suffix">{suffix}</div>
</div>

Regards
Ralf
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!