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.
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).
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.