Image background Image background
 

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

Image background

Started by Kunji, October 24, 2006, 09:55:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kunji

hello all. could someone tell me what might be the easiest way to simply have the entire background, except thumbnails and buttons, one image i.e. everything transparent with just one image (a photo ) as the entire background for the entire gallery including all pages? thank you.
sincerely,
kunji

Sami

- create a copy from classic theme (folder)
- name it something else (ie. mytheme)
- edit themes/mytheme/template.html and set your image for main table's (first table tag right after {CUSTOM_HEADER}) background
‍I don't answer to PM with support question
Please post your issue to related board

Kunji

thank you for the quick response. what would i put in the following tag so that the image will be the same in firefox as well as internet explorer?


<body>

  {CUSTOM_HEADER}

  <table width="100%" border="0" cellpadding="20" cellspacing="20";>

thank you.
sincerely,
kunji

Sami

add a background style to the first td
something like :

<td valign="top" style="border: 1px solid #666666;background-color:#FFFFFF; background:url(themes/mytheme/images/mybackground.jpg) no-repeat fixed ;">
‍I don't answer to PM with support question
Please post your issue to related board

Kunji

thank you very much. problem solved.
sincerely,
kunji