Recent Topics

1 Dec 07, 2005 04:28    

I want to place a static header at the top of my blog. How to??? I have been over the FAQ and search the posts and can not fing the answer. :'( Thanks!

2 Dec 07, 2005 07:50

I'm not sure what skin you're using, but regardless, you'll want to edit the _main.php file in /skins/yourSkin directory ... it does all the page formatting.

Immediately after your <body> tag, you could probably add the following code:

<div><img src="http://yoursite.com/whatever/directory/yourImage.jpg" alt="header" /></div>

and you'd be a long way to where you want to go.

Hope this helps.

-stk :D

3 Dec 16, 2005 13:48

:D !

Thank you! That is exactly what I was looking for.


Form is loading...