I have begun TABLESS version ... but ... I have begun TABLESS version ... but ...
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

I have begun TABLESS version ... but ...

Started by Rodinou, September 21, 2004, 04:05:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Rodinou

http://www.sortons.net/photos/thumbnails.php?album=940

waouh :) what a "hard core" code ... become crazy :)

So ... I have a problem ...


how to display the title with tableless navigation with "THIS"

    if ($mode == 'thumb') {
    starttable('100%', $title, $thumbcols);

    } else {
        starttable('100%');
    }

I understand the code ... but to disappear table, I have tested this ...

    if ($mode == 'thumb') {
   // starttable('100%', $title, $thumbcols);

                         $title;
                         $thumbcols;

title disappear, and my tableless design don't need thumbcols ...

so ... suggestion ?

Rodinou

No time to sleep, I continue to change the code ...
http://www.sortons.net/photos/displayimage.php?album=936&pos=18

As you can see, tables disappear ...

I continue.