Change a table in displayimage.php black Change a table in displayimage.php black
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Change a table in displayimage.php black

Started by kehbop, January 23, 2006, 04:21:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kehbop

I want to change the table surrounding an image in displayimage.php to be black. (This is because I am showing movies and black backgrounds help contrast the movie.)

I went into displayimage.php and edited the table data around the php code to change it black. That didn't work. The assume it's because the style tags are overiding my changes. So how would I change the background black for only the table behind the image?

Should be an easy one I tihnk.

Tranz

I'm not sure exactly which part you're referring to so I'll give the possibilities and you can figure it out:

In your theme's style.css:
.image
.imageborder
.display_media

kehbop

This is as clear as I can put it:

"The table that contains the image display in the displayimage.php page. Below this said table is the descripton, rating and comments."

Joachim Müller

try to find out on your own by looking at the html output or by using the tools suggested in http://forum.coppermine-gallery.net/index.php?topic=11903.msg87435#msg87435 and various other threads. No better reply, as you chose not to post a link to your site  ::)

kehbop

How do I view the HTML output? I tried doing the simple view>source but it doesn't seem to work.

PS: My site is like any other gallery so I didn't think it was necessary to give it but here it is anyways:

http://www.kehbop.com/gallery

Joachim Müller