
|
Can i make by default:
That the IPTC info will be automatically displayed with every image unless clicked to turn it off, rather than click to turn on?
Also, how can i have the black background as a default? rather than white?
|
 E2
|
To make the black stylesheet show only, get rid of the other stylesheets included and remove the rel=”alternate stylesheet” and make it rel=”stylesheet” on the <link> tag. You would also need to get rid of the icons for switching to the other stylesheets.
You’d have to modify the Javascript to make the IPTC show automatically.
|