PDA

View Full Version : Need help putting a logo instead of text as a header


Dean M. Beattie
06-16-2005, 11:46 PM
Yo,

I can't seem to figure out where in the code to apply an image as a header in stead of text at the top of my template. Could anyone be as so kind to give me some direction.

Also, I would like to change the colors on the text links on my template.

Any help would be greatly appreciated.

Connie
06-17-2005, 06:09 AM
Well, all the colors are defined in the CSS-stylesheet

so again my recommendation:

use FireFox
install the Webdeveloper extension of FireFox
open your template in FireFox
open CSS/Edit CSS, you will see the CSS in the left window

use CSS / View Style Information to identify which Css-element you want to edit

than change the color-information of that element in the CSS-window and you will see the result in the right window

when everything is ok, save the CSS and use this for your template

<div id="header">
<SITE_TITLE> :: <SITE_PHOTONUMBER> photos posted :: <SITE_VISITORNUMBER> visitors
</div>

instead of <SITE_TITLE> enter your logo-graphic-image here and you will have what you want

again: use Firefox! It is helpful!