How to Customize Lightbox's Caption?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
muhammadiq
Posts: 25
Joined: Wed 23. Jan 2008, 05:16

How to Customize Lightbox's Caption?

Post by muhammadiq »

Is it possible to make the lightbox's caption inside Image CP accept html parameter?
how to custumize that?
or
does that caption accept replacement tag like {SHOW_CONTENT:CP,xxx} ?

any help appreciated

thank you in advanced
muhammadiq
Posts: 25
Joined: Wed 23. Jan 2008, 05:16

Re: How to Customize Lightbox's Caption?

Post by muhammadiq »

yes the caption box accept {SHOW_CONTENT:CP,xxx}
it reads my below article CP - html
this is so sweet :D
muhammadiq
Posts: 25
Joined: Wed 23. Jan 2008, 05:16

Re: How to Customize Lightbox's Caption?

Post by muhammadiq »

but the problem is that the caption all shown in Bold
i checked the CSS it wrote like this

Code: Select all

#imageData #caption{ font-weight: bold;	}
how to change the value of font-weight: bold; so my setting in html CP can be shown properly ?

please help
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: How to Customize Lightbox's Caption?

Post by flip-flop »

/template/slimbox/css/slimbox.css

Knut :D
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
muhammadiq
Posts: 25
Joined: Wed 23. Jan 2008, 05:16

Re: How to Customize Lightbox's Caption?

Post by muhammadiq »

it wrote

Code: Select all

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
that makes all font bold, is it possible to make it accepting html tag format ?
Post Reply