jnasta wrote:
QUOTE:
I'm very handy w/ code and since I don't see anything in admin that would allow me to alter the appearance I'm assuming I have to edit some files. I see that Matty did it somehow. What am I supposed to be editing to change the look?
I would suggest for look and feel customization on your site that you look at a few files:
"directory" is core, it will point to (files) or contain the code which gives you some options on altering the appearance.
on your directory file look for the
tag -- a few lines above and below the body tag you will find the reference to the
| Code: |
<link rel = "stylesheet"...style.css'/>
|
tags...this is your CSS file which is inside your selected theme folder(s).
Remember that this site really runs off the "directory" file and one peice of it is the container of an HTML file. Look at all the nested tables in the "directory" file, you can do alot there!