General help needed. Please....

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
GunzBlazzingAdmin
Regular
Posts: 8
Joined: Tue Feb 20, 2007 2:44 am

General help needed. Please....

Post by GunzBlazzingAdmin »

When i go into the template sub-folder i see three things and three things only, info, preview, style. Am i suppose to see more? Where is the index and other things? i want to customize the template with custom images in the HTML file. I want to change the different text colors, background colors, header images, ect, ect. Could someone please direct me towards a tutorial that tells step by step instructions or please just post a little step by step guide here. Your help would be most appreciated.
Image
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Hi

To edit the images and colours, fonts etc you need to edit your template's style.css file

HTH

Dave
GunzBlazzingAdmin
Regular
Posts: 8
Joined: Tue Feb 20, 2007 2:44 am

Post by GunzBlazzingAdmin »

i know but is there any tutorial that i could use?
Image
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: General help needed. Please....

Post by yellowled »

GunzBlazzingAdmin wrote:When i go into the template sub-folder i see three things and three things only, info, preview, style. Am i suppose to see more? Where is the index and other things?
Depends on the template you're using - if it doesn't have a file (i.e. index.tpl), it fetches it from the default template. So if you want to customize the index.tpl or entries.tpl, copy it to your template folder from the default template's folder. Very simple templates might only use info.txt (holds some info on the template like author and stuff), preview.png (a small preview image), and style.css (the stylesheet for the template).
GunzBlazzingAdmin wrote:I want to change the different text colors, background colors, header images, ect, ect.
So? That's what style.css is for :)
GunzBlazzingAdmin wrote:Could someone please direct me towards a tutorial that tells step by step instructions or please just post a little step by step guide here. Your help would be most appreciated.
First step would be to learn HTML , second CSS , third (if you want to get really crazy) Smarty :) Sorry if I'm wrong, but you sound as if you're used to some very different template system? For tutorials check http://www.s9y.org.

YL
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Hi

If you need a pointer to get started with the HTML and CSS here's a good place to start W3C CSS tutorial-starting with HTML + CSS

HTH

Dave
Post Reply