Page 1 of 1

adding technical data (exif) in css

PostPosted: Mon Dec 21, 2009 10:12 pm
by marga_dd
I need some help with the following:

I really would like to get the exif information back in this css (http://www.pbase.com/marga_dd/image/120451048) just like here: http://www.pbase.com/marga_dd/image/120474622&exif=N
I tried to find the information with the css webdeveloper in FF, but i can't find it and I don't know what items and where I have to put the information into the css.
Can anybody give me the lines and location in my css, so that people can see the technical data under my pictures?

Thanks.

Re: adding technical data (exif) in css

PostPosted: Mon Dec 21, 2009 10:46 pm
by alangrant
The exif data is hidden because of the following section in your CSS:

Code: Select all
.exif {
   DISPLAY: none
}


If you delete those lines it should reappear.

Re: adding technical data (exif) in css

PostPosted: Tue Dec 22, 2009 10:00 am
by marga_dd
Thank you so much. It works!