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: PHP Question, how to mark one line BOLD  (Read 2205 times)

0 Members and 1 Guest are viewing this topic.

vegascoug

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 59
PHP Question, how to mark one line BOLD
« on: February 10, 2006, 12:03:16 am »

I posted this on the end of another topic, and forgot the "one question per thread" rule.

I want to make the following line read in BOLD

Line 1778 of english.php under lang directory.

  'add' => 'PLEASE CLICK \'CONTINUE\' TO ADD THE FILE(S) TO AN ALBUM.',

I would like that to appears in BOLD text when it's online.  My customers users are having a hard time seeing that (why I don't know) so I made it all caps and I thought BOLD would be another great step in having them see the door before they walk into it.

Mike
« Last Edit: February 10, 2006, 04:18:16 am by Blueiris »
Logged

Blueiris

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Female
  • Posts: 170
  • Horse poor!
    • Saddlebred World Gallery
Re: PHP Question, how to mark one line BOLD
« Reply #1 on: February 10, 2006, 12:17:19 am »

Change that line to:

Quote
'add' => '<b>PLEASE CLICK \'CONTINUE\' TO ADD THE FILE(S) TO AN ALBUM.</b>',
« Last Edit: February 10, 2006, 12:25:27 am by Nibbler »
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.

vegascoug

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 59
Re: PHP Question, how to mark one line BOLD
« Reply #2 on: February 10, 2006, 12:27:51 am »

Thanks, now I feel REALLY stupid.

My first guess as <b> </b> but I put it outside the single quotes ' '

It didn't work, now I know to put it INSIDE the quotes, works great, thanks!

Mike
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.