Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: PHP Question, how to mark one line BOLD  (Read 2165 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.02 seconds with 19 queries.