Image background Image background
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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