Author Topic: General Template and Table/Cell Question  (Read 1139 times)

0 Members and 1 Guest are viewing this topic.

Offline Dino

  • album.pl Donor
  • I Spend Too Much Time Here
  • *****
  • Posts: 250
  • Karma: +5/-0
  • That's actually my childhood cookie jar!
    • Dino's Bulletin Board
General Template and Table/Cell Question
« on: September 26, 2002, 21:54:13 »
Mike,

Check out: http://dinofilias.com/cgi-bin/album/album.pl?photo=computers/dino/DSC04751.JPG

Question: Is there a way to make the table/cell where the breadcrumbs live to span the entire table (i.e. merge those two cells)?

Also, on the bottom cells where comment/ranking lives, what would I have to change/rewrite to put the comments/rank in one table, spanning across two cells?

Finally, is there a way to toggle [small][medium][large][full] and [slideshow] off? Perhaps modifying the cfg file or strings.txt file?
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »

"He who seeks the truth must doubt everything."Aristotle
"Extraordinary claims require extraordinary proof."Sagan

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: General Template and Table/Cell Question
« Reply #1 on: September 27, 2002, 18:02:52 »
Hi Dino,

You can do all of this by modifying your templates.

I don't like the way the breadcrumbs are looking, so I'll see if I can fix that up somehow... :( (That's in album_header.tml.)

The rest is in album_footer.tml. Ratings are here:

Code: [Select]
     <td class="ratings">
           <p class="ratings">####RATINGS####</p>
     </td>


And fullscreen etc is here:

Code: [Select]
<tr>
     <td class="sizes">
           <p class="sizes">####SIZES####</p>
     </td>
     <td class="sizes">
           <p class="fullscreen">####FULLSCREEN####</p>
     </td>
</tr>


Just delete the above block to get rid of those options. For the ratings, that may take some trial and error with the tables...
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »