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
Change that line to:
Quote'add' => '<b>PLEASE CLICK \'CONTINUE\' TO ADD THE FILE(S) TO AN ALBUM.</b>',
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