background image and resizing tables background image and resizing tables
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

background image and resizing tables

Started by binaryweb, September 05, 2008, 05:23:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

binaryweb

I need to resize and center the default theme on my site.. we are using the Classic theme
we need to change the width of ALL pages to 800px.

Also we want to add a background image.

What is the easiest way to do these two things. Thanks in advance.

Joachim Müller

Quote from: binaryweb on September 05, 2008, 05:23:03 PM
What is the easiest way to do these two things.
Easiest way is to modify the theme: take a look at template.html and style.css. Actually, you want to accomplish three things as far as I can see (resizing, alignment, background).

binaryweb

Quote from: Joachim Müller on September 05, 2008, 07:28:24 PM
Easiest way is to modify the theme: take a look at template.html and style.css. Actually, you want to accomplish three things as far as I can see (resizing, alignment, background).

haha yes.. it was three things.. and I figured it out.. thanks.
I had figured that I needed to edit these two files.. but it had not been working.. the I realized
I was having problems because I was not editing the right files for the directory I was in.. haha.