Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Change font size in starttable of new pages  (Read 3932 times)

0 Members and 1 Guest are viewing this topic.

Bonanza

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 39
Change font size in starttable of new pages
« on: January 07, 2006, 12:10:12 pm »

I added two new standalone pages related to this template with coppermine header, footer and navigation:

Code: [Select]
<?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader('Your page title goes here');
// your actual page content starts here
    
starttable("100%"'Content block title'1);
    
?>

    <tr>
    <td class="tableb" valign="top" align="center">
    Hello World
    </td>
    </tr>
    <?php
    endtable
();
// your actual page content ends here
pagefooter();
ob_end_flush();
?>

How do I change the font-size only in starttable("100%", 'Content block title', 1) without affecting the font-size in the "Hello World" text? I tried different ways, none of them worked.

B.r.
Bonanza
« Last Edit: January 09, 2006, 08:38:18 am by GauGau »
Logged

Blueiris

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Female
  • Posts: 170
  • Horse poor!
    • Saddlebred World Gallery
Re: Change font size in starttable of new pages
« Reply #1 on: January 07, 2006, 05:15:56 pm »

Hmmm, reading your message it looks like you are trying to change the font size for a function, and that can't be.  :) Do you want to change the font size of the words "Content block title" as they appear on the page? If so, then look for "tableh1a" in your style sheet, and set a font size for that style.
Logged
You can lead a horse to water, but you can't make him drink - he's got to discover that it's wet for himself.

Bonanza

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 39
Re: Change font size in starttable of new pages
« Reply #2 on: January 08, 2006, 08:52:51 pm »

Thanks Blueiris, that was the solution for my question!

B.r.
Bonanza
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.