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
How to Customize Lightbox's Caption?
-
- Posts: 25
- Joined: Wed 23. Jan 2008, 05:16
Re: How to Customize Lightbox's Caption?
yes the caption box accept {SHOW_CONTENT:CP,xxx}
it reads my below article CP - html
this is so sweet
it reads my below article CP - html
this is so sweet

-
- Posts: 25
- Joined: Wed 23. Jan 2008, 05:16
Re: How to Customize Lightbox's Caption?
but the problem is that the caption all shown in Bold
i checked the CSS it wrote like this
how to change the value of font-weight: bold; so my setting in html CP can be shown properly ?
please help
i checked the CSS it wrote like this
Code: Select all
#imageData #caption{ font-weight: bold; }
please help
Re: How to Customize Lightbox's Caption?
/template/slimbox/css/slimbox.css
Knut
Knut

>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
-
- Posts: 25
- Joined: Wed 23. Jan 2008, 05:16
Re: How to Customize Lightbox's Caption?
it wrote
that makes all font bold, is it possible to make it accepting html tag format ?
Code: Select all
#lbCaption, #lbNumber {
margin-right: 71px;
}
#lbCaption {
font-weight: bold;
}