background image and resizing tables background image and resizing tables
 

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

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.